Module x86_64::structures::paging::page[][src]

Expand description

Abstractions for default-sized and huge virtual memory pages.

Structs

The given address was not sufficiently aligned.

A virtual memory page.

A range of pages with exclusive upper bound.

A range of pages with inclusive upper bound.

Enums

A “giant” 1GiB page.

A “huge” 2MiB page.

A standard 4KiB page.

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.