VirtualBox

Ignore:
Timestamp:
May 17, 2015 8:20:30 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100353
Message:

PGM: Renamed the ring-0 and raw-mode context physical page access handler callbacks to 'PfHandler' to indicate that these are for page-fault callbacks. Will add non-PF handlers similar to the ring-3 one later.

File:
1 edited

Legend:

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

    r55493 r55896  
    422422#endif /* IN_RING3 */
    423423
    424 VMMDECL(int)        IOMMMIOHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault,
    425                                    RTGCPHYS GCPhysFault, void *pvUser);
     424#ifndef IN_RING3
     425DECLEXPORT(CTX_MID(FNPGM,PHYSPFHANDLER))    iomMmioPfHandler;
     426#endif
    426427#ifdef IN_RING3
    427 DECLCALLBACK(int)   IOMR3MMIOHandler(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf,
    428                                      PGMACCESSTYPE enmAccessType, void *pvUser);
     428FNPGMR3PHYSHANDLER                          iomR3MmioHandler;
    429429#endif
    430430
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