Module page

Source
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.