Searched refs:pgmR3PoolClearAll (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp322 STAM_REG(pVM, &pPool->StatClearAll, STAMTYPE_PROFILE, "/PGM/Pool/ClearAll", STAMUNIT_TICKS_PER_CALL, "Profiling of pgmR3PoolClearAll.");
612 * Rendezvous callback used by pgmR3PoolClearAll that clears all shadow pages
869 void pgmR3PoolClearAll(PVM pVM, bool fFlushRemTlb) function
H A DPGMSavedState.cpp1870 pgmR3PoolClearAll(pVM, true /*fFlushRemTlb*/); /** @todo this could perhaps be optimized a bit. */
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h4075 void pgmR3PoolClearAll(PVM pVM, bool fFlushRemTlb);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp2745 pgmR3PoolClearAll(pVM, false /*fFlushRemTlb*/);

Completed in 652 milliseconds