Expand description
Abstractions for default-sized and huge virtual memory pages.
Structs§
- Address
NotAligned - The given address was not sufficiently aligned.
- Page
- A virtual memory page.
- Page
Range - A range of pages with exclusive upper bound.
- Page
Range Inclusive - A range of pages with inclusive upper bound.
Enums§
Traits§
- NotGiant
Page Size - This trait is implemented for 4KiB and 2MiB pages, but not for 1GiB pages.
- Page
Size - Trait for abstracting over the three possible page sizes on x86_64, 4KiB, 2MiB, 1GiB.