Home
last modified time | relevance | path

Searched defs:align_pow2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/lk/kernel/vm/
Dvmm.c679 uint8_t align_pow2, in alloc_spot()
751 uint8_t align_pow2, in alloc_region()
1171 uint8_t align_pow2, in vmm_alloc_pmm()
1226 uint8_t align_pow2, in vmm_alloc_contiguous()
1237 uint8_t align_pow2, in vmm_alloc()
1350 uint8_t align_pow2, in vmm_alloc_no_physical()
/aosp_15_r20/external/trusty/lk/dev/virtio/vsock-rust/src/pci/
Dhal.rs121 let align_pow2 = PAGE_SIZE_SHIFT as u8; in dma_alloc() localVariable