Searched refs:EFI_LOADER_DATA (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 92 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()
|
D | arm32-stub.c | 162 EFI_LOADER_DATA, in reserve_kernel_base() 173 case EFI_LOADER_DATA: in reserve_kernel_base()
|
D | arm64-stub.c | 139 EFI_LOADER_DATA, in handle_kernel_image()
|
D | tpm.c | 107 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_retrieve_tpm2_eventlog_1_2()
|
D | random.c | 137 EFI_LOADER_DATA, pages, &target); in efi_random_alloc()
|
D | gop.c | 334 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_setup_gop()
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | eboot.c | 74 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/ |
D | arm-init.c | 164 case EFI_LOADER_DATA: in is_usable_memory()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | efi.c | 262 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/ |
D | efi.c | 139 case EFI_LOADER_DATA: in do_add_efi_memmap() 763 md->type == EFI_LOADER_DATA || in should_map_region()
|
/Linux-v4.19/include/linux/ |
D | efi.h | 74 #define EFI_LOADER_DATA 2 macro
|