Searched defs:allocate_pool (Results 1 – 8 of 8) sorted by relevance
/external/rust/android-crates-io/crates/uefi-raw/src/table/ |
D | boot.rs | 35 pub allocate_pool: unsafe extern "efiapi" fn( field
|
/external/rust/android-crates-io/crates/uefi/src/ |
D | boot.rs | 172 pub fn allocate_pool(mem_ty: MemoryType, size: usize) -> Result<NonNull<u8>> { in allocate_pool() function
|
/external/bcc/libbpf-tools/loongarch/ |
D | vmlinux_602.h | 71123 efi_status_t (*allocate_pool)(int, long unsigned int, void **); member 71170 u32 allocate_pool; member
|
D | vmlinux.h | 71123 efi_status_t (*allocate_pool)(int, long unsigned int, void **); member 71170 u32 allocate_pool; member
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 112801 efi_status_t (*allocate_pool)(int, long unsigned int, void **); member 112848 u32 allocate_pool; member
|
D | vmlinux.h | 112801 efi_status_t (*allocate_pool)(int, long unsigned int, void **); member 112848 u32 allocate_pool; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 85476 efi_status_t (*allocate_pool)(int, long unsigned int, void **); member 85523 u32 allocate_pool; member
|
D | vmlinux.h | 85476 efi_status_t (*allocate_pool)(int, long unsigned int, void **); member 85523 u32 allocate_pool; member
|