- Timestamp:
- Apr 20, 2007 11:49:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r2270 r2296 263 263 # ifdef PGMPOOL_WITH_GCPHYS_TRACKING 264 264 PCX86PTE pGstPte = (PCX86PTE)pgmPoolMonitorGCPtr2CCPtr(pPool, pvAddress, GCPhysFault, sizeof(*pGstPte)); 265 266 265 Log4(("pgmPoolMonitorChainChanging 32_32: deref %VHp GCPhys %VGp\n", uShw.pPT->a[iShw].u & X86_PTE_PAE_PG_MASK, pGstPte->u & X86_PTE_PG_MASK)); 267 266 pgmPoolTracDerefGCPhysHint(pPool, pPage, … … 876 875 877 876 /* 878 * It's p refectly fine to reuse these, except for PAE and non-paging stuff.877 * It's perfectly fine to reuse these, except for PAE and non-paging stuff. 879 878 */ 880 879 case PGMPOOLKIND_PAE_PT_FOR_32BIT_4MB: … … 897 896 898 897 /* 899 * It's p refectly fine to reuse these, except for PAE and non-paging stuff.898 * It's perfectly fine to reuse these, except for PAE and non-paging stuff. 900 899 */ 901 900 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD: … … 2799 2798 #endif /* PGMPOOL_WITH_GCPHYS_TRACKING */ 2800 2799 2800 2801 2801 /** 2802 2802 * Clear references to shadowed pages in a PAE page directory.
Note:
See TracChangeset
for help on using the changeset viewer.