Module translate

Source
Expand description

aarch64 page table walking.

Structs§

TranslateFlags
Flags to control the page table walk.
TranslationRegisters
Registers needed to walk the page table.

Enums§

EncryptionMode
The way the processor uses to determine if an access is to encrypted memory.
Error
Translation error.
TranslatePrivilegeCheck
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.