Changeset 22756 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 3, 2009 4:12:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r22600 r22756 168 168 rc = VINF_PGM_GCPHYS_ALIASED; 169 169 pgmUnlock(pVM); 170 HWACCMFlushTLBOnAllVCpus(pVM);170 PGM_INVL_ALL_VCPU_TLBS(pVM); 171 171 #ifndef IN_RING3 172 172 REMNotifyHandlerPhysicalRegister(pVM, enmType, GCPhys, GCPhysLast - GCPhys + 1, !!pfnHandlerR3); … … 273 273 MMHyperFree(pVM, pCur); 274 274 pgmUnlock(pVM); 275 HWACCMFlushTLBOnAllVCpus(pVM);275 PGM_INVL_ALL_VCPU_TLBS(pVM); 276 276 return VINF_SUCCESS; 277 277 } … … 556 556 GCPhysLast, fHasHCHandler, fRestoreAsRAM); 557 557 #endif 558 HWACCMFlushTLBOnAllVCpus(pVM);558 PGM_INVL_ALL_VCPU_TLBS(pVM); 559 559 Log(("PGMHandlerPhysicalModify: GCPhysCurrent=%RGp -> GCPhys=%RGp GCPhysLast=%RGp\n", 560 560 GCPhysCurrent, GCPhys, GCPhysLast)); … … 851 851 */ 852 852 rc = pgmHandlerPhysicalSetRamFlagsAndFlushShadowPTs(pVM, pCur, pRam); 853 HWACCMFlushTLBOnAllVCpus(pVM);853 PGM_INVL_ALL_VCPU_TLBS(pVM); 854 854 } 855 855
Note:
See TracChangeset
for help on using the changeset viewer.