Searched refs:pgmPoolMonitorChainFlush (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp603 pgmPoolMonitorChainFlush(pPool, pPage); /* ASSUME that VERR_PGM_POOL_CLEARED can be ignored here and that FFs will deal with it in due time. */
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp99 int pgmPoolMonitorChainFlush(PPGMPOOL pPool, PPGMPOOLPAGE pPage) function
101 LogFlow(("pgmPoolMonitorChainFlush: Flush page %RGp type=%d\n", pPage->GCPhys, pPage->enmKind));
833 int rc = pgmPoolMonitorChainFlush(pPool, pPage);
5251 pgmPoolMonitorChainFlush(pPool, pPage);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h4105 int pgmPoolMonitorChainFlush(PPGMPOOL pPool, PPGMPOOLPAGE pPage);

Completed in 2445 milliseconds