Constant pte_flags::PTE_FRAME_MASK
source · pub const PTE_FRAME_MASK: u64 = 0x000F_FFFF_FFFF_F000;
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;
A mask for the bits of a page table entry that contain the physical frame address.