- Timestamp:
- Nov 25, 2009 4:46:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r24806 r24965 1089 1089 # endif 1090 1090 1091 Log(("InvalidatePage %RGv (%RGp big=%d)\n", GCPtrPage, PdeSrc.u & GST_PDE_PG_MASK, fIsBigPage)); 1092 1091 1093 # ifdef IN_RING3 1092 1094 /* … … 1253 1255 PPGMPOOLPAGE pShwPage = pgmPoolGetPage(pPool, PdeDst.u & SHW_PDE_PG_MASK); 1254 1256 RTGCPHYS GCPhys = PdeSrc.u & GST_PDE_PG_MASK; 1257 1258 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT 1259 /* Reset the modification counter (OpenSolaris trashes tlb entries very often) */ 1260 pShwPage->cModifications = 1; 1261 # endif 1262 1255 1263 # if PGM_SHW_TYPE == PGM_TYPE_PAE && PGM_GST_TYPE == PGM_TYPE_32BIT 1256 1264 /* Select the right PDE as we're emulating a 4kb page table with 2 shadow page tables. */
Note:
See TracChangeset
for help on using the changeset viewer.