Module axhal::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§

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

Type Aliases§

  • The architecture-specific page table.