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.

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§

PageTable
The architecture-specific page table.