Changeset 104859 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jun 5, 2024 8:33:10 PM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 163452
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r104855 r104859 2852 2852 2853 2853 pgmPhysInvalidatePageMapTLB(pVM); 2854 pgmPhysInvalidRamRangeTlbs(pVM);2854 /*pgmPhysInvalidRamRangeTlbs(pVM); - not necessary */ 2855 2855 2856 2856 return rc; … … 3403 3403 rc2, idx, cChunks, pszDesc), 3404 3404 rc = RT_SUCCESS(rc) ? rc2 : rc); 3405 pgmPhysInvalidRamRangeTlbs(pVM); /* Ensure no stale pointers in the ring-3 RAM range TLB. */ 3405 3406 } 3406 3407 if (RT_FAILURE(rc2)) … … 3905 3906 3906 3907 pgmPhysInvalidatePageMapTLB(pVM); 3907 pgmPhysInvalidRamRangeTlbs(pVM);3908 /* pgmPhysInvalidRamRangeTlbs(pVM); - not necessary */ 3908 3909 3909 3910 return rcRet;
Note:
See TracChangeset
for help on using the changeset viewer.