Changeset 97736 in vbox for trunk/src/VBox/VMM/include/PGMInternal.h
- Timestamp:
- Dec 3, 2022 2:00:54 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154797
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r97197 r97736 3715 3715 void pgmR3HandlerPhysicalUpdateAll(PVM pVM); 3716 3716 bool pgmHandlerPhysicalIsAll(PVMCC pVM, RTGCPHYS GCPhys); 3717 void pgmHandlerPhysicalResetAliasedPage(PVMCC pVM, PPGMPAGE pPage, RTGCPHYS GCPhysPage, PPGMRAMRANGE pRam, bool fDoAccounting); 3717 void pgmHandlerPhysicalResetAliasedPage(PVMCC pVM, PPGMPAGE pPage, RTGCPHYS GCPhysPage, PPGMRAMRANGE pRam, 3718 bool fDoAccounting, bool fFlushIemTlbs); 3718 3719 DECLHIDDEN(int) pgmHandlerPhysicalResetMmio2WithBitmap(PVMCC pVM, RTGCPHYS GCPhys, void *pvBitmap, uint32_t offBitmap); 3719 3720 DECLCALLBACK(void) pgmR3InfoHandlers(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
Note:
See TracChangeset
for help on using the changeset viewer.