![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
VMX vCPU state. More...
#include <__vm-vmx.h>
VMX vCPU state.
This is a specialization of the generic vCPU state for VMX. This data structure represents the following memory layout:
0x000 - 0x1ff: Standard vCPU state (with padding). See l4_vcpu_state_t.
0x200 - 0x3ff: VMX information members (with padding). See l4_vm_vmx_vcpu_infos_t.
0x400 - 0xfff: VMX software VMCS. See l4_vm_vmx_vcpu_vmcs_t.
Definition at line 267 of file __vm-vmx.h.