Expand description
aarch64 page table walking.
Structs§
- Translate
Flags - Flags to control the page table walk.
- 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
Privilege Check - The type of privilege check to perform.
Functions§
- emulate_
translate_ gva - Emulates a page table walk.
- translate_
gva_ to_ gpa - Translate a GVA by walking the processor’s page tables.