Home
last modified time | relevance | path

Searched refs:EFI_OUT_OF_RESOURCES (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/
H A D0001-BaseTools-fix-gcc12-warning.patch31 return EFI_OUT_OF_RESOURCES;
44 return EFI_OUT_OF_RESOURCES;
/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Dquirks.c139 return EFI_OUT_OF_RESOURCES; in query_variable_store_nonblocking()
185 return EFI_OUT_OF_RESOURCES; in efi_query_variable_store()
218 return EFI_OUT_OF_RESOURCES; in efi_query_variable_store()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dfile.c193 status = EFI_OUT_OF_RESOURCES; in handle_cmdline_files()
198 if (status == EFI_OUT_OF_RESOURCES) in handle_cmdline_files()
H A Darm64-stub.c138 status = EFI_OUT_OF_RESOURCES; in handle_kernel_image()
H A Defi-stub.c171 status = EFI_OUT_OF_RESOURCES; in efi_pe_entry()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c277 return EFI_OUT_OF_RESOURCES; in efi_create_event()
471 r = EFI_OUT_OF_RESOURCES; in efi_install_protocol_interface()
504 r = EFI_OUT_OF_RESOURCES; in efi_install_protocol_interface()
588 return EFI_EXIT(EFI_OUT_OF_RESOURCES); in efi_register_protocol_notify()
712 return EFI_OUT_OF_RESOURCES; in efi_install_configuration_table()
H A Defi_memory.c321 r = EFI_OUT_OF_RESOURCES; in efi_allocate_pages()
/OK3568_Linux_fs/u-boot/include/
H A Defi.h58 #define EFI_OUT_OF_RESOURCES (EFI_ERROR_MASK | 9) macro
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Defi.c862 case EFI_OUT_OF_RESOURCES: in efi_status_to_err()
/OK3568_Linux_fs/kernel/include/linux/
H A Defi.h40 #define EFI_OUT_OF_RESOURCES ( 9 | (1UL << (BITS_PER_LONG-1))) macro