Changeset 73249 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- Jul 19, 2018 5:29:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r73246 r73249 33 33 *******************************************************************************/ 34 34 RT_C_DECLS_BEGIN 35 #ifndef IN_RING3 35 36 PGM_BTH_DECL(int, Trap0eHandler)(PVMCPU pVCpu, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, bool *pfLockTaken); 37 #endif 36 38 PGM_BTH_DECL(int, InvalidatePage)(PVMCPU pVCpu, RTGCPTR GCPtrPage); 37 39 static int PGM_BTH_NAME(SyncPage)(PVMCPU pVCpu, GSTPDE PdeSrc, RTGCPTR GCPtrPage, unsigned cPages, unsigned uErr); … … 51 53 PGM_BTH_DECL(int, MapCR3)(PVMCPU pVCpu, RTGCPHYS GCPhysCR3); 52 54 PGM_BTH_DECL(int, UnmapCR3)(PVMCPU pVCpu); 55 56 /* currently ring-3 */ 57 PGM_BTH_DECL(int, Enter)(PVMCPU pVCpu, RTGCPHYS GCPhysCR3); 58 #ifdef IN_RING3 59 PGM_BTH_DECL(int, Relocate)(PVMCPU pVCpu, RTGCPTR offDelta); 60 #endif 53 61 RT_C_DECLS_END 62 63 54 64 55 65
Note:
See TracChangeset
for help on using the changeset viewer.