Re-exports§
pub use crate::specs::mm::page_table::node::entry_owners::*;pub use crate::specs::mm::page_table::node::entry_view::*;pub use crate::specs::mm::page_table::node::owners::*;
Structs§
- Entry
- Page
Table - A handle to a page table. A page table can track the lifetime of the mapped physical pages.
- Page
Table Guard - A guard that holds the lock of a page table node.
- Page
Table Page Meta - The metadata of any kinds of page table pages. Make sure the the generic parameters don’t effect the memory layout.
Enums§
- Child
- A page table entry that owns the child of a page table node if present.
- Child
Ref - A reference to the child of a page table node.
- Page
Table Error
Traits§
- Page
Table Config - The configurations of a page table.
- Page
Table Entry Trait - The interface for defining architecture-specific page table entries.
Functions§
- largest_
pages - lemma_
nr_ pte_ index_ bits_ bounded - load_
pte - nr_
pte_ index_ bits - nr_
pte_ index_ bits_ spec - store_
pte
Type Aliases§
- Page
Table Node - A smart pointer to a page table node.
- Page
Table Node Ref - A reference to a page table node.