Expand description
Kernel page allocation and management.
Structs§
- Representation of a non-owning reference to a
Page. - A pointer to a page that owns the page allocation.
Constants§
- A bitmask that gives the page containing a given address.
- A bitwise shift for the page size.
- The number of bytes in a page.
Traits§
- Trait to be implemented by types which provide an
Iteratorimplementation ofBorrowedPageitems, such asVmallocPageIter.
Functions§
- Round up the given number to the next multiple of
PAGE_SIZE.