Expand description
x86-64 page table walking.
Structs§
- Translate
Flags - Flags to control the page table walk.
- Translate
Result - Result of translation
- Translation
Registers - Registers needed to walk the page table.
Enums§
- Encryption
Mode - The way the processor uses to determine if an access is to encrypted memory.
- Error
- Translation error.
- Translate
Caching Info - Information from a translation walk that can be used to determine memory type.
- Translate
Privilege Check - The type of privilege check to perform.
Functions§
- translate_
gva_ to_ gpa - Translate a GVA by walking the processor’s page tables.