Expand description
Methods to construct page tables on x64.
Structs§
Enums§
Constants§
- Number of bytes in a 1GB page for X64.
- Number of bytes in a large page for X64.
- Number of bytes in a page for X64.
Traits§
Functions§
- Align an address up to the start of the next 1GB page.
- Align an address up to the start of the next large (2MB) page.
- Align an address up to the start of the next page.
- Build a set of X64 page tables identity mapping the bottom address space with an optional address bias.
- Calculate the number of PDE page tables required to identity map a given gpa and size.
- Get an AMD64 PTE index based on page table level.