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/IOMInternal.h

    r48017 r55493  
    320320    R0PTRTYPE(PIOMTREES)            pTreesR0;
    321321
    322     /** The ring-0 address of IOMMMIOHandler. */
    323     R0PTRTYPE(PFNPGMR0PHYSHANDLER)  pfnMMIOHandlerR0;
    324     /** The RC address of IOMMMIOHandler. */
    325     RCPTRTYPE(PFNPGMRCPHYSHANDLER)  pfnMMIOHandlerRC;
    326 #if HC_ARCH_BITS == 64
    327     RTRCPTR                         padding;
    328 #endif
     322    /** MMIO physical access handler type.   */
     323    PGMPHYSHANDLERTYPE              hMmioHandlerType;
     324    uint32_t                        u32Padding;
    329325
    330326    /** Lock serializing EMT access to IOM. */
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