Changeset 27173 in vbox
- Timestamp:
- Mar 8, 2010 3:57:34 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58517
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r27163 r27173 3275 3275 * Clear the pages. 3276 3276 */ 3277 STAM_PROFILE_START(&pVM->pgm.s.StatClearLargePage, a);3277 STAM_PROFILE_START(&pVM->pgm.s.StatClearLargePage, b); 3278 3278 for (unsigned i = 0; i < _2M/PAGE_SIZE; i++) 3279 3279 { … … 3307 3307 Log3(("PGMR3PhysAllocateLargePage: idPage=%#x HCPhys=%RGp\n", idPage, HCPhys)); 3308 3308 } 3309 STAM_PROFILE_STOP(&pVM->pgm.s.StatClearLargePage, a);3309 STAM_PROFILE_STOP(&pVM->pgm.s.StatClearLargePage, b); 3310 3310 3311 3311 /* Flush all TLBs. */ 3312 3312 PGM_INVL_ALL_VCPU_TLBS(pVM); 3313 3313 PGMPhysInvalidatePageMapTLB(pVM); 3314 }3314 } 3315 3315 pVM->pgm.s.cLargeHandyPages = 0; 3316 3316 }
Note:
See TracChangeset
for help on using the changeset viewer.