Home
last modified time | relevance | path

Searched refs:EFI_LOAD_ERROR (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dfdt.c43 return EFI_LOAD_ERROR; in update_fdt()
51 return EFI_LOAD_ERROR; in update_fdt()
160 return EFI_LOAD_ERROR; in update_fdt()
171 return EFI_LOAD_ERROR; in update_fdt_memmap()
177 return EFI_LOAD_ERROR; in update_fdt_memmap()
183 return EFI_LOAD_ERROR; in update_fdt_memmap()
189 return EFI_LOAD_ERROR; in update_fdt_memmap()
195 return EFI_LOAD_ERROR; in update_fdt_memmap()
343 return EFI_LOAD_ERROR; in allocate_new_fdt_and_exit_boot()
H A Defi-stub-helper.c592 return EFI_LOAD_ERROR; in efi_load_initrd_dev_path()
602 return EFI_LOAD_ERROR; in efi_load_initrd_dev_path()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dreloc_x86_64_efi.c47 return EFI_LOAD_ERROR; in _relocate()
H A Dreloc_ia32_efi.c51 return EFI_LOAD_ERROR; in _relocate()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dreloc_aarch64_efi.c69 return EFI_LOAD_ERROR; in _relocate()
H A Dreloc_arm_efi.c47 return EFI_LOAD_ERROR; in _relocate()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_image_loader.c58 return EFI_LOAD_ERROR; in efi_loader_relocate()
/OK3568_Linux_fs/u-boot/include/
H A Defi.h50 #define EFI_LOAD_ERROR (EFI_ERROR_MASK | 1) macro
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootefi.c100 efi_status_t ret = EFI_LOAD_ERROR; in efi_do_enter()
/OK3568_Linux_fs/u-boot/lib/efi/
H A Defi_stub.c370 return EFI_LOAD_ERROR; in efi_main()
/OK3568_Linux_fs/kernel/drivers/firmware/google/
H A Dgsmi.c346 ret = EFI_LOAD_ERROR; in gsmi_get_variable()
408 ret = EFI_LOAD_ERROR; in gsmi_get_next_variable()
/OK3568_Linux_fs/kernel/include/linux/
H A Defi.h32 #define EFI_LOAD_ERROR ( 1 | (1UL << (BITS_PER_LONG-1))) macro