Module paging

Source
Available on crate feature paging only.
Expand description

Page table manipulation.

Re-exports§

pub use page_table_multiarch::MappingFlags;
pub use page_table_multiarch::PageSize;
pub use page_table_multiarch::PagingError;
pub use page_table_multiarch::PagingResult;

Structs§

PagingHandlerImpl
Implementation of [PagingHandler], to provide physical memory manipulation to the [page_table_multiarch] crate.

Type Aliases§

PageTable
The architecture-specific page table.