Changeset 46787 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 25, 2013 5:17:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r46785 r46787 903 903 } 904 904 else 905 { 905 906 Assert(pVmcb->ctrl.TLBCtrl.n.u8TLBFlush == SVM_TLB_FLUSH_ENTIRE); 907 STAM_COUNTER_INC(&pVCpu->hm.s.StatFlushEntire); 908 } 906 909 #endif 907 910 }
Note:
See TracChangeset
for help on using the changeset viewer.