VirtualBox

Changeset 21574 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jul 14, 2009 11:17:28 AM (16 years ago)
Author:
vboxsync
Message:

Flush updates

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r21568 r21574  
    28012801    Assert(pVM->hwaccm.s.fNestedPaging);
    28022802    /* invlpga only invalidates TLB entries for guest virtual addresses; we have no choice but to force a TLB flush here. */
    2803     VMCPU_FF_ISSET(pVCpu, VMCPU_FF_TLB_FLUSH);
     2803    VMCPU_FF_SET(pVCpu, VMCPU_FF_TLB_FLUSH);
    28042804    STAM_COUNTER_INC(&pVCpu->hwaccm.s.StatFlushTLBInvlpga);
    28052805    return VINF_SUCCESS;
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r21567 r21574  
    38893889        && !VMX_IS_64BIT_HOST_MODE())
    38903890    {
    3891         pVCpu->hwaccm.s.fForceTLBFlush = true;
     3891        VMCPU_FF_SET(pVCpu, VMCPU_FF_TLB_FLUSH);
    38923892    }
    38933893    else
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