Changeset 104885 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 11, 2024 12:37:11 PM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 163487
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r104840 r104885 722 722 /** @todo this is a little expensive (~3000 ticks) since we'll have to 723 723 * invalidate everything. Add a version to the TLB? */ 724 pgmPhysInvalidatePageMapTLB(pGVM );724 pgmPhysInvalidatePageMapTLB(pGVM, false /*fInRendezvous*/); 725 725 IEMTlbInvalidateAllPhysicalAllCpus(pGVM, idCpu, IEMTLBPHYSFLUSHREASON_ALLOCATED_LARGE); 726 726
Note:
See TracChangeset
for help on using the changeset viewer.