Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/boot/compressed/
Deboot.c74 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, size, &rom); in preserve_pci_rom_image()
145 status = efi_call_early(allocate_pool, 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()
629 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in alloc_e820ext()
775 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_main()
/Linux-v4.19/drivers/firmware/efi/libstub/
Dtpm.c107 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_retrieve_tpm2_eventlog_1_2()
Defi-stub-helper.c92 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_get_memory_map()
383 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_file_size()
552 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in handle_cmdline_files()
Darm32-stub.c44 status = efi_call_early(allocate_pool, EFI_RUNTIME_SERVICES_DATA, in alloc_screen_info()
Drandom.c162 status = efi_call_early(allocate_pool, EFI_RUNTIME_SERVICES_DATA, in efi_random_get_seed()
Dgop.c334 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_setup_gop()
/Linux-v4.19/include/linux/
Defi.h199 u32 allocate_pool; member
247 u64 allocate_pool; member
300 efi_status_t (*allocate_pool)(int, unsigned long, void **); member