Changeset 10831 in vbox
- Timestamp:
- Jul 23, 2008 2:11:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r10822 r10831 444 444 #define VMX_VMCS_CTRL_TSC_OFFSET_HIGH 0x2011 445 445 446 /* Optional */446 /* Optional (VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_TPR_SHADOW) */ 447 447 #define VMX_VMCS_CTRL_VAPIC_PAGEADDR_FULL 0x2012 448 448 #define VMX_VMCS_CTRL_VAPIC_PAGEADDR_HIGH 0x2013 449 450 /* Optional (VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC) */ 451 #define VMX_VMCS_CTRL_APIC_ACCESSADDR_FULL 0x2014 452 #define VMX_VMCS_CTRL_APIC_ACCESSADDR_HIGH 0x2015 449 453 450 454 /** Extended page table pointer. */
Note:
See TracChangeset
for help on using the changeset viewer.