VirtualBox

Changeset 41462 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
May 28, 2012 11:42:50 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78205
Message:

PGM: Don't flush the shadow page pool on A20 change, just change the shadow CR3 (well, the current lazy code does a bit more, but whatever). A20 stats.

File:
1 edited

Legend:

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

    r41459 r41462  
    38473847    /** The number of times the guest has switched mode since last reset or statistics reset. */
    38483848    STAMCOUNTER                     cGuestModeChanges;
     3849    /** The number of times the guest has switched mode since last reset or statistics reset. */
     3850    STAMCOUNTER                     cA20Changes;
    38493851    /** @} */
    38503852
     
    40084010int             pgmR3ExitShadowModeBeforePoolFlush(PVMCPU pVCpu);
    40094011int             pgmR3ReEnterShadowModeAfterPoolFlush(PVM pVM, PVMCPU pVCpu);
     4012void            pgmR3RefreshShadowModeAfterA20Change(PVMCPU pVCpu);
    40104013
    40114014void            pgmMapSetShadowPDEs(PVM pVM, PPGMMAPPING pMap, unsigned iNewPDE);
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