Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/libstub/
Darm32-stub.c158 EFI_LOADER_DATA, in reserve_kernel_base()
169 case EFI_LOADER_DATA: in reserve_kernel_base()
Defi-stub-helper.c94 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_get_memory_map()
246 EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in efi_high_alloc()
322 EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in efi_low_alloc_above()
380 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_file_size()
554 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in handle_cmdline_files()
722 EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in efi_relocate_kernel()
Darm64-stub.c135 EFI_LOADER_DATA, in handle_kernel_image()
Dtpm.c129 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_retrieve_tpm2_eventlog()
Drandom.c133 EFI_LOADER_DATA, pages, &target); in efi_random_alloc()
Darm-stub.c75 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, sizeof(*rsv), in install_memreserve_table()
Dgop.c332 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_setup_gop()
/Linux-v5.4/arch/x86/boot/compressed/
Deboot.c74 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, size, &rom); in preserve_pci_rom_image()
146 EFI_LOADER_DATA, in setup_efi_pci()
217 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in retrieve_apple_device_properties()
271 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in setup_uga()
553 case EFI_LOADER_DATA: in setup_e820()
624 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in alloc_e820ext()
793 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_main()
/Linux-v5.4/drivers/firmware/efi/
Darm-init.c160 case EFI_LOADER_DATA: in is_usable_memory()
/Linux-v5.4/arch/ia64/kernel/
Defi.c265 case EFI_LOADER_DATA: in is_memory_available()
1014 if (!is_memory_available(md) || md->type == EFI_LOADER_DATA) in find_memmap_space()
1206 case EFI_LOADER_DATA: in efi_initialize_iomem_resources()
1341 if (efi_wb(md) && md->type == EFI_LOADER_DATA in vmcore_find_descriptor_size()
/Linux-v5.4/arch/x86/platform/efi/
Defi.c163 case EFI_LOADER_DATA: in do_add_efi_memmap()
787 md->type == EFI_LOADER_DATA || in should_map_region()
/Linux-v5.4/include/linux/
Defi.h87 #define EFI_LOADER_DATA 2 macro