Module translate

Source
Expand description

x86-64 page table walking.

Structs§

TranslateFlags
Flags to control the page table walk.
TranslateResult
Result of translation
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.
TranslateCachingInfo
Information from a translation walk that can be used to determine memory type.
TranslatePrivilegeCheck
The type of privilege check to perform.

Functions§

translate_gva_to_gpa
Translate a GVA by walking the processor’s page tables.