Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfdt.c42 return EFI_LOAD_ERROR; in update_fdt()
50 return EFI_LOAD_ERROR; in update_fdt()
144 return EFI_LOAD_ERROR; in update_fdt()
155 return EFI_LOAD_ERROR; in update_fdt_memmap()
161 return EFI_LOAD_ERROR; in update_fdt_memmap()
167 return EFI_LOAD_ERROR; in update_fdt_memmap()
173 return EFI_LOAD_ERROR; in update_fdt_memmap()
179 return EFI_LOAD_ERROR; in update_fdt_memmap()
341 return EFI_LOAD_ERROR; in allocate_new_fdt_and_exit_boot()
H A Dmem.c34 return EFI_LOAD_ERROR; in efi_get_memory_map()
H A Defi-stub.c215 return EFI_LOAD_ERROR; in efi_alloc_virtmap()
H A Defi-stub-helper.c530 return EFI_LOAD_ERROR; in efi_load_initrd_dev_path()
540 return EFI_LOAD_ERROR; in efi_load_initrd_dev_path()
H A Dfile.c162 return EFI_LOAD_ERROR; in efi_open_device_path()
H A Dx86-stub.c854 return EFI_LOAD_ERROR; in efi_decompress_kernel()
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c150 return EFI_LOAD_ERROR; in efi_loader_relocate()
157 return EFI_LOAD_ERROR; in efi_loader_relocate()
237 return EFI_LOAD_ERROR; in efi_load_pe()
243 return EFI_LOAD_ERROR; in efi_load_pe()
255 return EFI_LOAD_ERROR; in efi_load_pe()
306 return EFI_LOAD_ERROR; in efi_load_pe()
324 return EFI_LOAD_ERROR; in efi_load_pe()
/openbmc/u-boot/arch/x86/lib/
H A Dreloc_ia32_efi.c48 return EFI_LOAD_ERROR; in _relocate()
H A Dreloc_x86_64_efi.c44 return EFI_LOAD_ERROR; in _relocate()
/openbmc/u-boot/arch/arm/lib/
H A Dreloc_arm_efi.c45 return EFI_LOAD_ERROR; in _relocate()
H A Dreloc_aarch64_efi.c68 return EFI_LOAD_ERROR; in _relocate()
/openbmc/u-boot/arch/riscv/lib/
H A Dreloc_riscv_efi.c80 return EFI_LOAD_ERROR; in _relocate()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0013-Fix-error-handling-of-variable-index-loading.patch72 + return EFI_LOAD_ERROR;
/openbmc/u-boot/include/
H A Defi.h60 #define EFI_LOAD_ERROR (EFI_ERROR_MASK | 1) macro
/openbmc/linux/drivers/firmware/google/
H A Dgsmi.c347 ret = EFI_LOAD_ERROR; in gsmi_get_variable()
410 ret = EFI_LOAD_ERROR; in gsmi_get_next_variable()
/openbmc/u-boot/lib/efi/
H A Defi_stub.c389 return EFI_LOAD_ERROR; in efi_main()
/openbmc/u-boot/cmd/
H A Dbootefi.c190 return EFI_LOAD_ERROR; in efi_install_fdt()
/openbmc/linux/include/linux/
H A Defi.h33 #define EFI_LOAD_ERROR ( 1 | (1UL << (BITS_PER_LONG-1))) macro