Searched defs:fFlushTLBs (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DPGMR0SharedPage.cpp53 bool fFlushTLBs = false; local
113 fFlushTLBs |= fFlush;
159 if (fFlushTLBs)
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp604 bool fFlushTLBs = false; local
605 int rc = pgmPoolTrackUpdateGCPhys(pVM, GCPhys, pPage, true /*fFlushTLBs*/, &fFlushTLBs);
614 if (fFlushTLBs)
687 if ( fFlushTLBs

Completed in 68 milliseconds