Home
last modified time | relevance | path

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

/kernel/vm/
A Dpmm_arena.cpp102 paddr_t rounded_base = ROUNDUP(base(), 1UL << alignment_log2); in FindFreeContiguous() local
103 if (rounded_base < base() || rounded_base > base() + size() - 1) { in FindFreeContiguous()
107 paddr_t aligned_offset = (rounded_base - base()) / PAGE_SIZE; in FindFreeContiguous()

Completed in 3 milliseconds