Searched refs:rounded_base (Results 1 – 1 of 1) sorted by relevance
102 paddr_t rounded_base = ROUNDUP(base(), 1UL << alignment_log2); in FindFreeContiguous() local103 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