Changeset 46464 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 10, 2013 1:49:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r46463 r46464 1274 1274 */ 1275 1275 hmR0VmxFlushEpt(pVM, pVCpu, pVM->hm.s.vmx.enmFlushEpt); 1276 STAM_COUNTER_INC(&pVCpu->hm.s.StatFlushTlb );1276 STAM_COUNTER_INC(&pVCpu->hm.s.StatFlushTlbWorldSwitch); 1277 1277 HMVMX_SET_TAGGED_TLB_FLUSHED(); 1278 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_TLB_FLUSH); /* Already flushed-by-EPT, skip doing it again below. */ 1278 1279 } 1279 1280
Note:
See TracChangeset
for help on using the changeset viewer.