Searched refs:EFI_LOADER_DATA (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/firmware/efi/libstub/ |
| D | arm32-stub.c | 158 EFI_LOADER_DATA, in reserve_kernel_base() 169 case EFI_LOADER_DATA: in reserve_kernel_base()
|
| D | efi-stub-helper.c | 94 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()
|
| D | arm64-stub.c | 135 EFI_LOADER_DATA, in handle_kernel_image()
|
| D | tpm.c | 129 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_retrieve_tpm2_eventlog()
|
| D | random.c | 133 EFI_LOADER_DATA, pages, &target); in efi_random_alloc()
|
| D | arm-stub.c | 75 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, sizeof(*rsv), in install_memreserve_table()
|
| D | gop.c | 332 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_setup_gop()
|
| /Linux-v5.4/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() 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/ |
| D | arm-init.c | 160 case EFI_LOADER_DATA: in is_usable_memory()
|
| /Linux-v5.4/arch/ia64/kernel/ |
| D | efi.c | 265 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/ |
| D | efi.c | 163 case EFI_LOADER_DATA: in do_add_efi_memmap() 787 md->type == EFI_LOADER_DATA || in should_map_region()
|
| /Linux-v5.4/include/linux/ |
| D | efi.h | 87 #define EFI_LOADER_DATA 2 macro
|