kernel::pageFunction page_align
Source pub const fn page_align(addr: usize) -> usize
Expand description
Round up the given number to the next multiple of PAGE_SIZE
.
It is incorrect to pass an address where the next multiple of PAGE_SIZE
doesn’t fit in a
usize
.