Bitdefender Hypervisor Memory Introspection
_MPX_TRANSLATION Struct Reference

A MPX translation structure. More...

#include <kernvm.h>

Data Fields

QWORD LinearAddressToPointer
 Linear address to pointer (LoPA) More...
 
QWORD BoundDirectory
 The bound directory address. More...
 
QWORD BoundDirectoryEntry
 The bound directory entry. More...
 
QWORD BoundTable
 The bound table address. More...
 
MPX_BOUND BoundTableEntry
 The bound table entry. More...
 

Detailed Description

A MPX translation structure.

Definition at line 20 of file kernvm.h.

Field Documentation

◆ BoundDirectory

QWORD _MPX_TRANSLATION::BoundDirectory

The bound directory address.

Definition at line 23 of file kernvm.h.

◆ BoundDirectoryEntry

QWORD _MPX_TRANSLATION::BoundDirectoryEntry

The bound directory entry.

Definition at line 24 of file kernvm.h.

◆ BoundTable

QWORD _MPX_TRANSLATION::BoundTable

The bound table address.

Definition at line 25 of file kernvm.h.

◆ BoundTableEntry

MPX_BOUND _MPX_TRANSLATION::BoundTableEntry

The bound table entry.

Definition at line 26 of file kernvm.h.

◆ LinearAddressToPointer

QWORD _MPX_TRANSLATION::LinearAddressToPointer

Linear address to pointer (LoPA)

Definition at line 22 of file kernvm.h.


The documentation for this struct was generated from the following file: