Changeset 41462 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 28, 2012 11:42:50 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78205
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r41459 r41462 3847 3847 /** The number of times the guest has switched mode since last reset or statistics reset. */ 3848 3848 STAMCOUNTER cGuestModeChanges; 3849 /** The number of times the guest has switched mode since last reset or statistics reset. */ 3850 STAMCOUNTER cA20Changes; 3849 3851 /** @} */ 3850 3852 … … 4008 4010 int pgmR3ExitShadowModeBeforePoolFlush(PVMCPU pVCpu); 4009 4011 int pgmR3ReEnterShadowModeAfterPoolFlush(PVM pVM, PVMCPU pVCpu); 4012 void pgmR3RefreshShadowModeAfterA20Change(PVMCPU pVCpu); 4010 4013 4011 4014 void pgmMapSetShadowPDEs(PVM pVM, PPGMMAPPING pMap, unsigned iNewPDE);
Note:
See TracChangeset
for help on using the changeset viewer.