Changeset 19869 in vbox
- Timestamp:
- May 20, 2009 2:12:15 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r19833 r19869 2064 2064 pPool->cPresent = 0; 2065 2065 pgmUnlock(pVM); 2066 PGM_INVL_ VCPU_TLBS(VMMGetCpu(pVM));2066 PGM_INVL_ALL_VCPU_TLBS(pVM); 2067 2067 STAM_PROFILE_STOP(&pPool->StatClearAll, c); 2068 2068 return VINF_SUCCESS; … … 2621 2621 void pgmPoolTrackFlushGCPhysPTs(PVM pVM, PPGMPAGE pPhysPage, uint16_t iPhysExt) 2622 2622 { 2623 Assert(PGMIsLockOwner(pVM)); 2623 2624 PPGMPOOL pPool = pVM->pgm.s.CTX_SUFF(pPool); 2624 2625 STAM_PROFILE_START(&pPool->StatTrackFlushGCPhysPTs, f); … … 3823 3824 PVM pVM = pPool->CTX_SUFF(pVM); 3824 3825 3826 Assert(PGMIsLockOwner(pVM)); 3825 3827 STAM_PROFILE_START(&pPool->StatFlushAllInt, a); 3826 3828 LogFlow(("pgmPoolFlushAllInt:\n")); … … 4004 4006 * 4005 4007 * This moves the page to the free list after removing all user references to it. 4006 * In GC this will cause a CR3 reload if the page is traced back to an active root page.4007 4008 * 4008 4009 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.

