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
valis aligned to a page boundary. - round_
down - Rounds
valdown to the nearest page boundary. - round_
up - Rounds
valup to the nearest page boundary.