Changeset 79537 in vbox
- Timestamp:
- Jul 5, 2019 6:46:27 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131822
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r79536 r79537 14421 14421 { 14422 14422 HMVMX_VALIDATE_EXIT_XCPT_HANDLER_PARAMS(pVCpu, pVmxTransient); 14423 STAM_COUNTER_INC(&pVCpu->hm.s.StatExitGuestAC); 14423 14424 14424 14425 /* -
trunk/src/VBox/VMM/VMMR3/HM.cpp
r79512 r79537 752 752 HM_REG_COUNTER(&pVCpu->hm.s.StatExitGuestMF, "/HM/CPU%d/Exit/Trap/Gst/#MF", "Guest #MF (x87 FPU error, math fault) exception."); 753 753 HM_REG_COUNTER(&pVCpu->hm.s.StatExitGuestDE, "/HM/CPU%d/Exit/Trap/Gst/#DE", "Guest #DE (divide error) exception."); 754 HM_REG_COUNTER(&pVCpu->hm.s.StatExitGuestAC, "/HM/CPU%d/Exit/Trap/Gst/#AC", "Guest #AC (alignment check) exception."); 754 755 HM_REG_COUNTER(&pVCpu->hm.s.StatExitGuestDB, "/HM/CPU%d/Exit/Trap/Gst/#DB", "Guest #DB (debug) exception."); 755 756 HM_REG_COUNTER(&pVCpu->hm.s.StatExitGuestBP, "/HM/CPU%d/Exit/Trap/Gst/#BP", "Guest #BP (breakpoint) exception."); -
trunk/src/VBox/VMM/include/HMInternal.h
r79485 r79537 1137 1137 STAMCOUNTER StatExitGuestGP; 1138 1138 STAMCOUNTER StatExitGuestDE; 1139 STAMCOUNTER StatExitGuestAC; 1139 1140 STAMCOUNTER StatExitGuestDB; 1140 1141 STAMCOUNTER StatExitGuestMF;
Note:
See TracChangeset
for help on using the changeset viewer.