Home
last modified time | relevance | path

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

/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()
440 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, size, &rom); in __setup_efi_pci64()
550 status = efi_call_early(allocate_pool, in setup_efi_pci()
861 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in setup_gop()
982 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in setup_uga()
1309 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in alloc_e820ext()
1441 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_main()
/arch/x86/include/asm/
Defi.h191 u64 allocate_pool; member