pub struct PageTableHierarchy {
pub l4_table: PhysicalAddress,
}Expand description
A 4-level page table hierarchy
Fields§
§l4_table: PhysicalAddressLevel 4 (PML4/PGD) table physical address
Implementations§
Source§impl PageTableHierarchy
impl PageTableHierarchy
Sourcepub fn new() -> Result<Self, KernelError>
pub fn new() -> Result<Self, KernelError>
Create a new page table hierarchy
Sourcepub const fn l4_addr(&self) -> PhysicalAddress
pub const fn l4_addr(&self) -> PhysicalAddress
Get the L4 table address