Index: /trunk/src/VBox/VMM/PGMPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/PGMPhys.cpp	(revision 19860)
+++ /trunk/src/VBox/VMM/PGMPhys.cpp	(revision 19861)
@@ -2682,5 +2682,5 @@
     pgmUnlock(pVM);
     if (fFlushTLB)
-        PGM_INVL_VCPU_TLBS(VMMGetCpu(pVM));
+        PGM_INVL_ALL_VCPU_TLBS(pVM);
 
     return rc;
