Available on crate feature
paging
only.Expand description
Page table manipulation.
Re-exports
pub use page_table::MappingFlags;
pub use page_table::PageSize;
pub use page_table::PagingError;
pub use page_table::PagingResult;
Structs
- Implementation of
PagingIf
, to provide physical memory manipulation to the page_table crate.
Type Aliases
- The architecture-specific page table.