Searched refs:efi_pool_allocation (Results 1 – 1 of 1) sorted by relevance
59 struct efi_pool_allocation { struct71 static u64 checksum(struct efi_pool_allocation *alloc) in checksum() argument563 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