Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c59 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 Darm32-stub.c35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in check_platform_features()
H A Drandom.c105 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in efi_random_get_seed()
H A Dtpm.c99 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in efi_retrieve_tcg2_eventlog()
H A Dmem.c37 status = efi_bs_call(allocate_pool, memtype, sizeof(*m) + size, in efi_get_memory_map()
H A Dunaccepted_memory.c65 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in allocate_unaccepted_bitmap()
H A Defistub.h268 efi_status_t (__efiapi *allocate_pool)(int, unsigned long,
340 u32 allocate_pool; member