VirtualBox

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


Ignore:
Timestamp:
Jul 20, 2018 2:49:05 PM (6 years ago)
Author:
vboxsync
Message:

PGM: Working on consolidating templated code... bugref:9044

File:
1 edited

Legend:

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

    r73261 r73268  
    31583158    DECLCALLBACKMEMBER(int,         pfnEnter)(PVMCPU pVCpu, bool fIs64BitsPagingMode);
    31593159    DECLCALLBACKMEMBER(int,         pfnExit)(PVMCPU pVCpu);
     3160#ifdef IN_RING3
    31603161    DECLCALLBACKMEMBER(int,         pfnRelocate)(PVMCPU pVCpu, RTGCPTR offDelta); /**< Only in ring-3. */
     3162#endif
    31613163} PGMMODEDATASHW;
    31623164
     
    31883190    DECLCALLBACKMEMBER(int,         pfnUnmapCR3)(PVMCPU pVCpu);
    31893191    DECLCALLBACKMEMBER(int,         pfnEnter)(PVMCPU pVCpu, RTGCPHYS GCPhysCR3);
    3190 #ifdef IN_RING3
    3191     DECLCALLBACKMEMBER(int,         pfnRelocate)(PVMCPU pVCpu, RTGCPTR offDelta);
    3192 #else
     3192#ifndef IN_RING3
    31933193    DECLCALLBACKMEMBER(int,         pfnTrap0eHandler)(PVMCPU pVCpu, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, bool *pfLockTaken);
    31943194#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette