Constant kernel_config::memory::PAGE_SHIFT
source · pub const PAGE_SHIFT: usize = 12;
Expand description
The lower 12 bits of a virtual address correspond to the P1 page frame offset.
pub const PAGE_SHIFT: usize = 12;
The lower 12 bits of a virtual address correspond to the P1 page frame offset.