VirtualBox

Changeset 46464 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 10, 2013 1:49:58 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Stats and skip calling the flush function unnecessarily.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r46463 r46464  
    12741274         */
    12751275        hmR0VmxFlushEpt(pVM, pVCpu, pVM->hm.s.vmx.enmFlushEpt);
    1276         STAM_COUNTER_INC(&pVCpu->hm.s.StatFlushTlb);
     1276        STAM_COUNTER_INC(&pVCpu->hm.s.StatFlushTlbWorldSwitch);
    12771277        HMVMX_SET_TAGGED_TLB_FLUSHED();
     1278        VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_TLB_FLUSH);  /* Already flushed-by-EPT, skip doing it again below. */
    12781279    }
    12791280
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette