Searched refs:allocate_pool (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/firmware/efi/libstub/ |
| H A D | efi-stub-helper.c | 59 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, len, (void **)&buf); in efi_parse_options() 304 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, (void **)&evt); in efi_measure_tagged_event() 403 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, options_bytes, in efi_convert_cmdline() 644 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(initrd), in efi_load_initrd()
|
| H A D | arm32-stub.c | 35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in check_platform_features()
|
| H A D | random.c | 105 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in efi_random_get_seed()
|
| H A D | tpm.c | 99 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in efi_retrieve_tcg2_eventlog()
|
| H A D | mem.c | 37 status = efi_bs_call(allocate_pool, memtype, sizeof(*m) + size, in efi_get_memory_map()
|
| H A D | unaccepted_memory.c | 65 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in allocate_unaccepted_bitmap()
|
| H A D | efistub.h | 268 efi_status_t (__efiapi *allocate_pool)(int, unsigned long, 340 u32 allocate_pool; member
|