Changeset 44197 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Dec 21, 2012 5:52:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r44195 r44197 596 596 #endif /* VBOX_WITH_AUTO_MSR_LOAD_RESTORE */ 597 597 598 /* The cached APIC-base MSR used for identifying when to map the HC physical APIC-access page. */ 599 uint64_t u64MsrApicBase; 598 600 /* Last use TSC offset value. (cached) */ 599 601 uint64_t u64TSCOffset; … … 753 755 STAMCOUNTER StatExitInvlpg; 754 756 STAMCOUNTER StatExitInvd; 757 STAMCOUNTER StatExitWbinvd; 755 758 STAMCOUNTER StatExitCpuid; 756 759 STAMCOUNTER StatExitRdtsc;
Note:
See TracChangeset
for help on using the changeset viewer.