Searched refs:EFI_LOAD_ERROR (Results 1 – 4 of 4) sorted by relevance
36 return EFI_LOAD_ERROR; in update_fdt()44 return EFI_LOAD_ERROR; in update_fdt()165 return EFI_LOAD_ERROR; in update_fdt()323 return EFI_LOAD_ERROR; in allocate_new_fdt_and_exit_boot()
17 #define EFI_LOAD_ERROR 0x8000000000000001 macro119 mov x0, #EFI_LOAD_ERROR
329 ret = EFI_LOAD_ERROR; in gsmi_get_variable()391 ret = EFI_LOAD_ERROR; in gsmi_get_next_variable()
28 #define EFI_LOAD_ERROR ( 1 | (1UL << (BITS_PER_LONG-1))) macro