Home
last modified time | relevance | path

Searched refs:efi_allocate_pool (Results 1 – 9 of 9) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_boottime.c466 r = efi_allocate_pool(pool_type, size, buffer); in efi_allocate_pool_ext()
702 ret = efi_allocate_pool(pool_type, sizeof(struct efi_event), in efi_create_event()
2379 r = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, buffer_size, in efi_open_protocol_information()
2436 r = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, buffer_size, in efi_protocols_per_handle()
2489 r = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, buffer_size, in efi_locate_handle_buffer()
3182 ret = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, in efi_update_exit_data()
3779 ret = efi_allocate_pool(EFI_RUNTIME_SERVICES_DATA, in efi_initialize_system_table()
A Defi_device_path_to_text.c37 ret = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, len, (void **)&out); in efi_str_to_u16()
A Defi_tcg2.c974 ret = efi_allocate_pool(EFI_ACPI_MEMORY_NVS, TPM2_EVENT_LOG_SIZE, in create_final_event()
1012 ret = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, TPM2_EVENT_LOG_SIZE, in efi_init_event_log()
A Defi_gop.c56 ret = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, sizeof(gopobj->info), in gop_query_mode()
A Defi_memory.c559 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size, void **buffer) in efi_allocate_pool() function
A Defi_runtime.c116 ret = efi_allocate_pool(EFI_RUNTIME_SERVICES_DATA, in efi_init_runtime_supported()
A Defi_device_path.c68 if (efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, sz, &buf) != in dp_alloc()
/u-boot/include/
A Defi_loader.h579 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size,
/u-boot/cmd/
A Defidebug.c729 ret = efi_allocate_pool(EFI_LOADER_DATA, map_size, in do_efi_show_memmap()

Completed in 38 milliseconds