Changeset 45947 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 8, 2013 12:27:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r45919 r45947 582 582 #endif 583 583 584 /** Current VMX_VMCS32_CTRL_PIN_EXEC _CONTROLS. */584 /** Current VMX_VMCS32_CTRL_PIN_EXEC. */ 585 585 uint32_t u32PinCtls; 586 /** Current VMX_VMCS32_CTRL_PROC_EXEC _CONTROLS. */586 /** Current VMX_VMCS32_CTRL_PROC_EXEC. */ 587 587 uint32_t u32ProcCtls; 588 /** Current VMX_VMCS32_CTRL_PROC_EXEC2 _CONTROLS. */588 /** Current VMX_VMCS32_CTRL_PROC_EXEC2. */ 589 589 uint32_t u32ProcCtls2; 590 /** Current VMX_VMCS32_CTRL_EXIT _CONTROLS. */590 /** Current VMX_VMCS32_CTRL_EXIT. */ 591 591 uint32_t u32ExitCtls; 592 /** Current VMX_VMCS32_CTRL_ENTRY _CONTROLS. */592 /** Current VMX_VMCS32_CTRL_ENTRY. */ 593 593 uint32_t u32EntryCtls; 594 594 /** Physical address of the virtual APIC page for TPR caching. */
Note:
See TracChangeset
for help on using the changeset viewer.