Index: /trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp	(revision 22755)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp	(revision 22756)
@@ -168,5 +168,5 @@
             rc = VINF_PGM_GCPHYS_ALIASED;
         pgmUnlock(pVM);
-        HWACCMFlushTLBOnAllVCpus(pVM);
+        PGM_INVL_ALL_VCPU_TLBS(pVM);
 #ifndef IN_RING3
         REMNotifyHandlerPhysicalRegister(pVM, enmType, GCPhys, GCPhysLast - GCPhys + 1, !!pfnHandlerR3);
@@ -273,5 +273,5 @@
         MMHyperFree(pVM, pCur);
         pgmUnlock(pVM);
-        HWACCMFlushTLBOnAllVCpus(pVM);
+        PGM_INVL_ALL_VCPU_TLBS(pVM);
         return VINF_SUCCESS;
     }
@@ -556,5 +556,5 @@
                                                      GCPhysLast, fHasHCHandler, fRestoreAsRAM);
 #endif
-                    HWACCMFlushTLBOnAllVCpus(pVM);
+                    PGM_INVL_ALL_VCPU_TLBS(pVM);
                     Log(("PGMHandlerPhysicalModify: GCPhysCurrent=%RGp -> GCPhys=%RGp GCPhysLast=%RGp\n",
                          GCPhysCurrent, GCPhys, GCPhysLast));
@@ -851,5 +851,5 @@
                      */
                     rc = pgmHandlerPhysicalSetRamFlagsAndFlushShadowPTs(pVM, pCur, pRam);
-                    HWACCMFlushTLBOnAllVCpus(pVM);
+                    PGM_INVL_ALL_VCPU_TLBS(pVM);
                 }
 
