Searched refs:fFlushTLBs (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/VMM/VMMR0/ |
H A D | PGMR0SharedPage.cpp | 53 bool fFlushTLBs = false; local 113 fFlushTLBs |= fFlush; 159 if (fFlushTLBs)
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllHandler.cpp | 211 bool fFlushTLBs = false; 228 false /* allow updates of PTEs (instead of flushing) */, &fFlushTLBs); 239 if (fFlushTLBs) 401 bool fFlushTLBs ; 402 rc = pgmPoolTrackUpdateGCPhys(pVM, GCPhys, pPage, false /*fFlushPTEs*/, &fFlushTLBs); 403 if (RT_SUCCESS(rc) && fFlushTLBs) 433 bool fFlushTLBs = false; 434 int rc = pgmPoolTrackUpdateGCPhys(pVM, GCPhysPage, pPage, true /*fFlushPTEs*/, &fFlushTLBs); 437 if (fFlushTLBs && rc != VINF_PGM_SYNC_CR3)
|
H A D | PGMAllPhys.cpp | 604 bool fFlushTLBs = false; local 605 int rc = pgmPoolTrackUpdateGCPhys(pVM, GCPhys, pPage, true /*fFlushTLBs*/, &fFlushTLBs); 614 if (fFlushTLBs) 687 if ( fFlushTLBs
|
Completed in 57 milliseconds