HyperPlatform Programmer's Reference
|
Represents VMM related data associated with each processor. More...
#include <vmm.h>
Public Attributes | |
SharedProcessorData * | shared_data |
Shared data. More... | |
void * | vmm_stack_limit |
A head of VA for VMM stack. More... | |
struct VmControlStructure * | vmxon_region |
VA of a VMXON region. More... | |
struct VmControlStructure * | vmcs_region |
VA of a VMCS region. More... | |
struct EptData * | ept_data |
A pointer to EPT related data. More... | |
struct EptData* ProcessorData::ept_data |
SharedProcessorData* ProcessorData::shared_data |
struct VmControlStructure* ProcessorData::vmcs_region |
void* ProcessorData::vmm_stack_limit |
struct VmControlStructure* ProcessorData::vmxon_region |