HyperPlatform Programmer's Reference
Public Attributes | List of all members
GuestContext Struct Reference
Collaboration diagram for GuestContext:
Collaboration graph
[legend]

Public Attributes

union {
   VmmInitialStack *   stack
 
   GpRegisters *   gp_regs
 
}; 
 
FlagRegister flag_reg
 
ULONG_PTR ip
 
ULONG_PTR cr8
 
KIRQL irql
 
bool vm_continue
 

Detailed Description

Definition at line 50 of file vmm.cpp.

Member Data Documentation

◆ @51

union { ... }

◆ cr8

ULONG_PTR GuestContext::cr8

Definition at line 57 of file vmm.cpp.

◆ flag_reg

FlagRegister GuestContext::flag_reg

Definition at line 55 of file vmm.cpp.

◆ gp_regs

GpRegisters* GuestContext::gp_regs

Definition at line 53 of file vmm.cpp.

◆ ip

ULONG_PTR GuestContext::ip

Definition at line 56 of file vmm.cpp.

◆ irql

KIRQL GuestContext::irql

Definition at line 58 of file vmm.cpp.

◆ stack

VmmInitialStack* GuestContext::stack

Definition at line 52 of file vmm.cpp.

◆ vm_continue

bool GuestContext::vm_continue

Definition at line 59 of file vmm.cpp.


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