VirtualBox

Ignore:
Timestamp:
Apr 28, 2015 4:51:35 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99843
Message:

PGM,++: Separated physical access handler callback function pointers from the access handler registrations to reduce footprint and simplify adding a couple of more callbacks.

File:
1 edited

Legend:

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

    r45528 r55493  
    7979            RTGCPHYS            GCPhys;
    8080            RTGCPHYS            cb;
    81             PGMPHYSHANDLERTYPE  enmType;
     81            PGMPHYSHANDLERKIND  enmKind;
    8282            bool                fHasHCHandler;
    8383        } PhysicalRegister;
     
    8787            RTGCPHYS            GCPhys;
    8888            RTGCPHYS            cb;
    89             PGMPHYSHANDLERTYPE  enmType;
     89            PGMPHYSHANDLERKIND  enmKind;
    9090            bool                fHasHCHandler;
    9191            bool                fRestoreAsRAM;
     
    9797            RTGCPHYS            GCPhysNew;
    9898            RTGCPHYS            cb;
    99             PGMPHYSHANDLERTYPE  enmType;
     99            PGMPHYSHANDLERKIND  enmKind;
    100100            bool                fHasHCHandler;
    101101            bool                fRestoreAsRAM;
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