Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c44 struct efi_pool_allocation { struct
444 struct efi_pool_allocation *alloc; in efi_allocate_pool()
446 sizeof(struct efi_pool_allocation)); in efi_allocate_pool()
459 alloc = (struct efi_pool_allocation *)(uintptr_t)addr; in efi_allocate_pool()
476 struct efi_pool_allocation *alloc; in efi_free_pool()
481 alloc = container_of(buffer, struct efi_pool_allocation, data); in efi_free_pool()