Searched refs:allocate_pool (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 40 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/ |
D | efi.h | 182 u64 allocate_pool; member
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 85 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()
|
D | arm-stub.c | 114 status = sys_table_arg->boottime->allocate_pool(EFI_LOADER_DATA, in efi_file_size()
|
/linux-4.4.14/include/linux/ |
D | efi.h | 169 u32 allocate_pool; member 217 u64 allocate_pool; member 270 efi_status_t (*allocate_pool)(int, unsigned long, void **); member
|