VirtualBox

Changeset 5392 in vbox


Ignore:
Timestamp:
Oct 19, 2007 4:58:43 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25498
Message:

Flush a page when we see MOVNTI or MOVNTDQ.

File:
1 edited

Legend:

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

    r4977 r5392  
    465465            Log4(("pgmPoolMonitorIsReused: FXSAVE\n"));
    466466            return true;
     467        case OP_MOVNTI:     /* solaris - block_zero_no_xmm */
     468            Log4(("pgmPoolMonitorIsReused: MOVNTI\n"));
     469            return true;
     470        case OP_MOVNTDQ:    /* solaris - hwblkclr & hwblkpagecopy */
     471            Log4(("pgmPoolMonitorIsReused: MOVNTDQ\n"));
     472            return true;
    467473    }
    468474    if (    (pCpu->param1.flags & USE_REG_GEN32)
     
    703709    if (    (   pPage->cModifications < 48   /** @todo #define */ /** @todo need to check that it's not mapping EIP. */ /** @todo adjust this! */
    704710             || pPage->fCR3Mix)
    705         &&  !pgmPoolMonitorIsReused(pPage, &Cpu,pvFault)
     711        &&  !pgmPoolMonitorIsReused(pPage, &Cpu, pvFault)
    706712        &&  !pgmPoolMonitorIsForking(pPool, &Cpu, GCPhysFault & PAGE_OFFSET_MASK))
    707713    {
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