VirtualBox

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


Ignore:
Timestamp:
Jun 18, 2010 8:39:09 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62841
Message:

VMM: Flush REM TLB during the live save / teleportation shadow page pool flush.

File:
1 edited

Legend:

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

    r29702 r30301  
    25712571# ifdef IN_RING3 /* Don't flush in ring-0 or raw mode, it's taking too long. */
    25722572    if (pVCpu->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL)
    2573         pgmR3PoolClearAll(pVM);
     2573        pgmR3PoolClearAll(pVM, false /*fFlushRemTlb*/);
    25742574# else  /* !IN_RING3 */
    25752575    if (pVCpu->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL)
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