VirtualBox

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


Ignore:
Timestamp:
Oct 2, 2009 1:41:20 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53154
Message:

Force a TLB flush when returning back to ring 3. (local init only)

File:
1 edited

Legend:

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

    r23476 r23515  
    11261126        rc = hwaccmR0DisableCpu(idCpu);
    11271127        AssertRC(rc);
     1128
     1129        /* Reset these to force a TLB flush for the next entry. (-> EXPENSIVE) */
     1130        pVCpu->hwaccm.s.idLastCpu    = NIL_RTCPUID;
     1131        pVCpu->hwaccm.s.uCurrentASID = 0;
    11281132    }
    11291133
Note: See TracChangeset for help on using the changeset viewer.

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