pub struct InstalledHugeSplit<T: TableMeta> { /* private fields */ }Expand description
Receipt proving that one deposited child table is now reachable from the page-table tree.
The receipt does not own mapped data frames. Its metadata is retained by a higher-level mutation receipt when rollback, reverse mappings, or delayed page-table-frame reclamation must be coordinated with a TLB obligation.
Implementations§
Source§impl<T: TableMeta> InstalledHugeSplit<T>
impl<T: TableMeta> InstalledHugeSplit<T>
pub const fn root_paddr(&self) -> PhysAddr
pub const fn block_vaddr(&self) -> VirtAddr
pub const fn block_paddr(&self) -> PhysAddr
pub const fn block_config(&self) -> PteConfigOf<T>
pub const fn block_size(&self) -> usize
pub const fn child_table_paddr(&self) -> PhysAddr
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for InstalledHugeSplit<T>
impl<T> RefUnwindSafe for InstalledHugeSplit<T>
impl<T> Send for InstalledHugeSplit<T>
impl<T> Sync for InstalledHugeSplit<T>
impl<T> Unpin for InstalledHugeSplit<T>
impl<T> UnsafeUnpin for InstalledHugeSplit<T>
impl<T> UnwindSafe for InstalledHugeSplit<T>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more