Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_memory.c59 struct efi_pool_allocation { struct
71 static u64 checksum(struct efi_pool_allocation *alloc) in checksum() argument
563 struct efi_pool_allocation *alloc; in efi_allocate_pool()
565 sizeof(struct efi_pool_allocation)); in efi_allocate_pool()
578 alloc = (struct efi_pool_allocation *)(uintptr_t)addr; in efi_allocate_pool()
596 struct efi_pool_allocation *alloc; in efi_free_pool()
605 alloc = container_of(buffer, struct efi_pool_allocation, data); in efi_free_pool()

Completed in 3 milliseconds