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§
- Paging
Handler Impl - Implementation of [
PagingHandler], to provide physical memory manipulation to the [page_table_multiarch] crate.
Functions§
- kernel_
page_ table_ root - Get the root physical address of the kernel page table.
- set_
kernel_ page_ table_ root - Saves the root physical address of the kernel page table, which may be used on context switch.
Type Aliases§
- Page
Table - The architecture-specific page table.