VirtualBox

Changeset 100966 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Aug 24, 2023 11:23:58 PM (21 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158907
Message:

VMM/PGM,IEM: Prepare work for write monitoring page containing recompiled code. bugref:10369

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PGMR0.cpp

    r99739 r100966  
    641641     * invalidate everything.  Add a version to the TLB? */
    642642    pgmPhysInvalidatePageMapTLB(pGVM);
    643     IEMTlbInvalidateAllPhysicalAllCpus(pGVM, idCpu);
     643    IEMTlbInvalidateAllPhysicalAllCpus(pGVM, idCpu, IEMTLBPHYSFLUSHREASON_ALLOCATED_LARGE);
    644644
    645645    STAM_PROFILE_STOP(&pGVM->pgm.s.Stats.StatLargePageSetup, a);
  • trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp

    r98103 r100966  
    135135                            /* Invalidate page map TLB entry for this page too. */
    136136                            pgmPhysInvalidatePageMapTLBEntry(pVM, PageDesc.GCPhys);
    137                             IEMTlbInvalidateAllPhysicalAllCpus(pVM, NIL_VMCPUID);
     137                            IEMTlbInvalidateAllPhysicalAllCpus(pVM, NIL_VMCPUID, IEMTLBPHYSFLUSHREASON_SHARED);
    138138                            pVM->pgm.s.cReusedSharedPages++;
    139139                        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette