Searched refs:efi_allocate_pool (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_device_path_to_text.c | 36 ret = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, len * sizeof(u16), in efi_str_to_u16()
|
H A D | efi_boottime.c | 398 r = efi_allocate_pool(pool_type, size, buffer); in efi_allocate_pool_ext() 2149 r = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, buffer_size, in efi_open_protocol_information() 2206 r = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, buffer_size, in efi_protocols_per_handle() 2259 r = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, buffer_size, in efi_locate_handle_buffer() 3225 ret = efi_allocate_pool(EFI_RUNTIME_SERVICES_DATA, in efi_initialize_system_table()
|
H A D | efi_memory.c | 440 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size, void **buffer) in efi_allocate_pool() function
|
H A D | efi_device_path.c | 57 if (efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, sz, &buf) != in dp_alloc()
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 379 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size,
|