Skip to main content

Crate page

Crate page 

Source

Constants§

MASK
Mask that will extract the offset into a page of an address.
SHIFT
The shift of the first level of virtual address mask used for page table walking.
SIZE
The selected page size.

Functions§

is_aligned
Returns true if val is aligned to a page boundary.
round_down
Rounds val down to the nearest page boundary.
round_up
Rounds val up to the nearest page boundary.