VirtualBox

Changeset 12305 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Sep 9, 2008 3:50:15 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36314
Message:

Flush the recompiler's TB cache each time we detect writes to PATM/CSAM monitored pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r12121 r12305  
    6969}
    7070
     71/**
     72 * Flushes the REM translation blocks the next time we execute code there.
     73 *
     74 * @param   pVM         The VM handle.
     75 */
     76EMDECL(void) EMFlushREMTBs(PVM pVM)
     77{
     78    pVM->em.s.fREMFlushTBs = true;
     79}
    7180
    7281#ifndef IN_GC
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