Expand description
Kernel page allocation and management.
Structs§
- Page
- A pointer to a page that owns the page allocation.
Constants§
- PAGE_
MASK - A bitmask that gives the page containing a given address.
- PAGE_
SHIFT - A bitwise shift for the page size.
- PAGE_
SIZE - The number of bytes in a page.
Functions§
- page_
align - Round up the given number to the next multiple of
PAGE_SIZE
.