Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/efi/libstub/
Defi-stub-helper.c92 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_get_memory_map()
244 EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in efi_high_alloc()
325 EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in efi_low_alloc()
383 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_file_size()
552 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in handle_cmdline_files()
719 EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in efi_relocate_kernel()
Darm32-stub.c162 EFI_LOADER_DATA, in reserve_kernel_base()
173 case EFI_LOADER_DATA: in reserve_kernel_base()
Darm64-stub.c139 EFI_LOADER_DATA, in handle_kernel_image()
Dtpm.c107 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_retrieve_tpm2_eventlog_1_2()
Drandom.c137 EFI_LOADER_DATA, pages, &target); in efi_random_alloc()
Dgop.c334 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_setup_gop()
/Linux-v4.19/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()
558 case EFI_LOADER_DATA: in setup_e820()
629 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in alloc_e820ext()
775 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_main()
/Linux-v4.19/drivers/firmware/efi/
Darm-init.c164 case EFI_LOADER_DATA: in is_usable_memory()
/Linux-v4.19/arch/ia64/kernel/
Defi.c262 case EFI_LOADER_DATA: in is_memory_available()
1012 if (!is_memory_available(md) || md->type == EFI_LOADER_DATA) in find_memmap_space()
1204 case EFI_LOADER_DATA: in efi_initialize_iomem_resources()
1339 if (efi_wb(md) && md->type == EFI_LOADER_DATA in vmcore_find_descriptor_size()
/Linux-v4.19/arch/x86/platform/efi/
Defi.c139 case EFI_LOADER_DATA: in do_add_efi_memmap()
763 md->type == EFI_LOADER_DATA || in should_map_region()
/Linux-v4.19/include/linux/
Defi.h74 #define EFI_LOADER_DATA 2 macro