VirtualBox

Ignore:
Timestamp:
Dec 3, 2022 2:00:54 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154797
Message:

VMM/PGM,IEM: Must flush the physical address aspect of the IEM TLBs in scenarios where MMIO2 pages are aliased onto MMIO ones (DevVGA trick). bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r97197 r97736  
    37153715void            pgmR3HandlerPhysicalUpdateAll(PVM pVM);
    37163716bool            pgmHandlerPhysicalIsAll(PVMCC pVM, RTGCPHYS GCPhys);
    3717 void            pgmHandlerPhysicalResetAliasedPage(PVMCC pVM, PPGMPAGE pPage, RTGCPHYS GCPhysPage, PPGMRAMRANGE pRam, bool fDoAccounting);
     3717void            pgmHandlerPhysicalResetAliasedPage(PVMCC pVM, PPGMPAGE pPage, RTGCPHYS GCPhysPage, PPGMRAMRANGE pRam,
     3718                                                   bool fDoAccounting, bool fFlushIemTlbs);
    37183719DECLHIDDEN(int) pgmHandlerPhysicalResetMmio2WithBitmap(PVMCC pVM, RTGCPHYS GCPhys, void *pvBitmap, uint32_t offBitmap);
    37193720DECLCALLBACK(void) pgmR3InfoHandlers(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
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