Changeset 73287 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 21, 2018 4:50:51 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123894
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r73264 r73287 687 687 /** Whether we're using the hyper DR7 or guest DR7. */ 688 688 bool fUsingHyperDR7; 689 /** Set if XCR0 needs to be loaded and saved when entering and exiting guest690 * codeexecution. */689 /** Set if XCR0 needs to be saved/restored when entering/exiting guest code 690 * execution. */ 691 691 bool fLoadSaveGuestXcr0; 692 692 … … 934 934 STAMPROFILEADV StatLoadGuestFpuState; 935 935 STAMPROFILEADV StatInGC; 936 937 936 #if HC_ARCH_BITS == 32 && defined(VBOX_ENABLE_64_BITS_GUESTS) 938 937 STAMPROFILEADV StatWorldSwitch3264; … … 1002 1001 STAMCOUNTER StatExitMtf; 1003 1002 STAMCOUNTER StatExitApicAccess; 1004 STAMCOUNTER StatPendingHostIrq; 1003 STAMCOUNTER StatExitReasonNpf; 1004 1005 STAMCOUNTER StatNestedExitReasonNpf; 1005 1006 1006 1007 STAMCOUNTER StatFlushPage; … … 1019 1020 STAMCOUNTER StatTlbShootdownFlush; 1020 1021 1022 STAMCOUNTER StatSwitchPendingHostIrq; 1021 1023 STAMCOUNTER StatSwitchTprMaskedIrq; 1022 1024 STAMCOUNTER StatSwitchGuestIrq; … … 1034 1036 STAMCOUNTER StatTscIntercept; 1035 1037 1036 STAMCOUNTER StatExitReasonNpf;1037 1038 STAMCOUNTER StatDRxArmed; 1038 1039 STAMCOUNTER StatDRxContextSwitch; … … 1046 1047 STAMCOUNTER StatVmxCheckBadRmSelLimit; 1047 1048 STAMCOUNTER StatVmxCheckRmOk; 1048 1049 1049 STAMCOUNTER StatVmxCheckBadSel; 1050 1050 STAMCOUNTER StatVmxCheckBadRpl; … … 1053 1053 STAMCOUNTER StatVmxCheckPmOk; 1054 1054 1055 STAMCOUNTER StatNestedExitReasonNpf;1056 1057 1055 #if HC_ARCH_BITS == 32 && defined(VBOX_ENABLE_64_BITS_GUESTS) 1058 1056 STAMCOUNTER StatFpu64SwitchBack; 1059 1057 STAMCOUNTER StatDebug64SwitchBack; 1060 1058 #endif 1061 1062 1059 #ifdef VBOX_WITH_STATISTICS 1063 1060 R3PTRTYPE(PSTAMCOUNTER) paStatExitReason;
Note:
See TracChangeset
for help on using the changeset viewer.