Home
last modified time | relevance | path

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

12

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_hii.c194 ret = boottime->allocate_pool(EFI_LOADER_DATA, handles_size, in test_hii_database_list_package_lists()
226 ret = boottime->allocate_pool(EFI_LOADER_DATA, handles_size, in test_hii_database_list_package_lists()
260 ret = boottime->allocate_pool(EFI_LOADER_DATA, handles_size, in test_hii_database_list_package_lists()
295 ret = boottime->allocate_pool(EFI_LOADER_DATA, handles_size, in test_hii_database_list_package_lists()
422 ret = boottime->allocate_pool(EFI_LOADER_DATA, guids_size, in test_hii_database_find_keyboard_layouts()
508 ret = boottime->allocate_pool(EFI_LOADER_DATA, kb_layout_size, in test_hii_database_get_keyboard_layout()
772 ret = boottime->allocate_pool(EFI_LOADER_DATA, string_len, in test_hii_string_get_string()
901 ret = boottime->allocate_pool(EFI_LOADER_DATA, languages_len, in test_hii_string_get_languages()
974 ret = boottime->allocate_pool(EFI_LOADER_DATA, languages_len, in test_hii_string_get_secondary_languages()
H A Defi_selftest_devicepath.c83 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
90 ret = boottime->allocate_pool(EFI_LOADER_DATA, 2 * in setup()
97 ret = boottime->allocate_pool(EFI_LOADER_DATA, 3 * in setup()
H A Defi_selftest.c49 ret = boottime->allocate_pool(EFI_BOOT_SERVICES_DATA, map_size, in efi_st_exit_boot_services()
278 ret = boottime->allocate_pool(EFI_RUNTIME_SERVICES_DATA, sizeof(int) * in efi_selftest()
H A Defi_selftest_startimage_exit.c56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
H A Defi_selftest_startimage_return.c56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
H A Defi_selftest_fdt.c93 ret = boottime->allocate_pool( in get_property()
H A Defi_selftest_block_device.c143 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
206 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
H A Defi_selftest_memory.c133 ret = boottime->allocate_pool(EFI_BOOT_SERVICES_DATA, map_size, in execute()
H A Defi_selftest_bitblt.c126 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
H A Defi_selftest_loadimage.c384 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defi-stub.c84 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(*rsv), in install_memreserve_table()
217 return efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in efi_alloc_virtmap()
H A Dscreen_info.c29 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in __alloc_screen_info()
H A Defi-stub-helper.c57 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, len, (void **)&buf); in efi_parse_options()
247 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in efi_measure_tagged_event()
358 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, options_bytes, in efi_convert_cmdline()
598 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(initrd), in efi_load_initrd()
H A Dx86-stub.c65 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in preserve_pci_rom_image()
133 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_efi_pci()
200 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in retrieve_apple_device_properties()
356 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_uga()
667 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in alloc_e820ext()
H A Dmem.c37 status = efi_bs_call(allocate_pool, memtype, sizeof(*m) + size, in efi_get_memory_map()
H A Dpci.c35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, pci_handle_size, in efi_pci_disable_bridge_busmaster()
H A Darm32-stub.c35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in check_platform_features()
H A Dtpm.c118 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in efi_retrieve_tpm2_eventlog()
H A Drandom.c105 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in efi_random_get_seed()
H A Dunaccepted_memory.c65 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in allocate_unaccepted_bitmap()
H A Defistub.h264 efi_status_t (__efiapi *allocate_pool)(int, unsigned long,
334 u32 allocate_pool; member
H A Dgop.c565 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in efi_setup_gop()
/openbmc/u-boot/lib/efi/
H A Defi.c88 *retp = boot->allocate_pool(priv->image_data_type, size, &buf); in efi_malloc()
/openbmc/u-boot/cmd/
H A Defidebug.c422 ret = EFI_CALL(BS->allocate_pool(EFI_LOADER_DATA, in do_efi_show_memmap()
/openbmc/u-boot/include/
H A Defi_api.h75 efi_status_t (EFIAPI *allocate_pool)(int, efi_uintn_t, void **);

12