Home
last modified time | relevance | path

Searched refs:allocate_pool (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/boot/compressed/
Deboot.c40 c->allocate_pool = bt->allocate_pool; \
84 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()
548 status = efi_call_early(allocate_pool, in setup_efi_pci()
859 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in setup_gop()
980 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in setup_uga()
1307 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in alloc_e820ext()
1439 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_main()
/linux-4.4.14/arch/x86/include/asm/
Defi.h182 u64 allocate_pool; member
/linux-4.4.14/drivers/firmware/efi/libstub/
Defi-stub-helper.c85 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_get_memory_map()
408 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in handle_cmdline_files()
Darm-stub.c114 status = sys_table_arg->boottime->allocate_pool(EFI_LOADER_DATA, in efi_file_size()
/linux-4.4.14/include/linux/
Defi.h169 u32 allocate_pool; member
217 u64 allocate_pool; member
270 efi_status_t (*allocate_pool)(int, unsigned long, void **); member