Changeset 73268 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 20, 2018 2:49:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r73261 r73268 3158 3158 DECLCALLBACKMEMBER(int, pfnEnter)(PVMCPU pVCpu, bool fIs64BitsPagingMode); 3159 3159 DECLCALLBACKMEMBER(int, pfnExit)(PVMCPU pVCpu); 3160 #ifdef IN_RING3 3160 3161 DECLCALLBACKMEMBER(int, pfnRelocate)(PVMCPU pVCpu, RTGCPTR offDelta); /**< Only in ring-3. */ 3162 #endif 3161 3163 } PGMMODEDATASHW; 3162 3164 … … 3188 3190 DECLCALLBACKMEMBER(int, pfnUnmapCR3)(PVMCPU pVCpu); 3189 3191 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 3193 3193 DECLCALLBACKMEMBER(int, pfnTrap0eHandler)(PVMCPU pVCpu, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, bool *pfLockTaken); 3194 3194 #endif
Note:
See TracChangeset
for help on using the changeset viewer.