Changeset 44032 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Dec 4, 2012 2:11:49 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82462
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r43977 r44032 541 541 #endif 542 542 543 /** Current VMX_VMCS _CTRL_PROC_EXEC_CONTROLS. */544 uint 64_t u64ProcCtls;545 /** Current VMX_VMCS _CTRL_PROC_EXEC2_CONTROLS. */546 uint 64_t u64ProcCtls2;547 /** Current VMX_VMCS _CTRL_EXIT_CONTROLS. */548 uint 64_t u64ExitCtls;549 /** Current VMX_VMCS _CTRL_ENTRY_CONTROLS. */550 uint 64_t u64EntryCtls;543 /** Current VMX_VMCS32_CTRL_PROC_EXEC_CONTROLS. */ 544 uint32_t u32ProcCtls; 545 /** Current VMX_VMCS32_CTRL_PROC_EXEC2_CONTROLS. */ 546 uint32_t u32ProcCtls2; 547 /** Current VMX_VMCS32_CTRL_EXIT_CONTROLS. */ 548 uint32_t u32ExitCtls; 549 /** Current VMX_VMCS32_CTRL_ENTRY_CONTROLS. */ 550 uint32_t u32EntryCtls; 551 551 /** Physical address of the virtual APIC page for TPR caching. */ 552 552 RTHCPHYS HCPhysVirtApic;
Note:
See TracChangeset
for help on using the changeset viewer.