Searched refs:util_p2align_down (Results 1 – 3 of 3) sorted by relevance
44 #define util_p2align_down(x, b) \ macro46 #define util_p2align_up(x, b) util_p2align_down((x) + util_bit(b) - 1U, b)
660 return util_p2align_down(curr, shifts) + util_bit(shifts); in get_next_pte_base()
329 paddr_t result = util_p2align_down( in calculate_address()
Completed in 20 milliseconds