Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firmware/efi/libstub/
Defi-stub-helper.c85 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_get_memory_map()
208 EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in efi_high_alloc()
280 EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in efi_low_alloc()
408 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in handle_cmdline_files()
575 EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in efi_relocate_kernel()
Darm-stub.c114 status = sys_table_arg->boottime->allocate_pool(EFI_LOADER_DATA, in efi_file_size()
/linux-4.1.27/arch/x86/boot/compressed/
Deboot.c84 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in __file_size32()
137 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in __file_size64()
331 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, size, &rom); in __setup_efi_pci32()
439 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, size, &rom); in __setup_efi_pci64()
549 EFI_LOADER_DATA, in setup_efi_pci()
843 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in setup_gop()
964 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in setup_uga()
1224 case EFI_LOADER_DATA: in setup_e820()
1291 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in alloc_e820ext()
1423 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_main()
/linux-4.1.27/arch/ia64/kernel/
Defi.c261 case EFI_LOADER_DATA: in is_memory_available()
1014 if (!is_memory_available(md) || md->type == EFI_LOADER_DATA) in find_memmap_space()
1204 case EFI_LOADER_DATA: in efi_initialize_iomem_resources()
1330 if (efi_wb(md) && md->type == EFI_LOADER_DATA in vmcore_find_descriptor_size()
/linux-4.1.27/arch/arm64/kernel/
Defi.c157 case EFI_LOADER_DATA: in is_reserve_region()
/linux-4.1.27/arch/x86/platform/efi/
Defi.c138 case EFI_LOADER_DATA: in do_add_efi_memmap()
/linux-4.1.27/include/linux/
Defi.h76 #define EFI_LOADER_DATA 2 macro