Module x86_64::structures::paging::page

source ·
Expand description

Abstractions for default-sized and huge virtual memory pages.

Structs§

Enums§

Traits§

  • This trait is implemented for 4KiB and 2MiB pages, but not for 1GiB pages.
  • Trait for abstracting over the three possible page sizes on x86_64, 4KiB, 2MiB, 1GiB.