Module x86_64::structures::paging

source ·
Expand description

Abstractions for page tables and other paging related structures.

Page tables translate virtual memory “pages” to physical memory “frames”.

Re-exports§

Modules§

  • Abstractions for default-sized and huge physical memory frames.
  • Abstractions for reading and modifying the mapping of pages.
  • Abstractions for default-sized and huge virtual memory pages.
  • Abstractions for page tables and page table entries.

Traits§