Constant memory::PTE_FRAME_MASK
pub const PTE_FRAME_MASK: u64 = 0x000F_FFFF_FFFF_F000; // 4_503_599_627_366_400u64
Expand description
A mask for the bits of a page table entry that contain the physical frame address.
pub const PTE_FRAME_MASK: u64 = 0x000F_FFFF_FFFF_F000; // 4_503_599_627_366_400u64
A mask for the bits of a page table entry that contain the physical frame address.