Changeset 70954 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 10, 2018 8:10:44 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120797
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/NEMInternal.h
r70945 r70954 115 115 void nemR3NativeReset(PVM pVM); 116 116 void nemR3NativeResetCpu(PVMCPU pVCpu); 117 int nemR3NativeNotifyPhysRamRegister(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS cb); 118 int nemR3NativeNotifyPhysMmioExMap(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS cb, uint32_t fFlags); 119 int nemR3NativeNotifyPhysMmioExUnmap(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS cb, uint32_t fFlags); 120 int nemR3NativeNotifyPhysRomRegisterEarly(PVM pVM, RTGCPHYS GCPhys, RTUINT cb, uint32_t fFlags); 121 int nemR3NativeNotifyPhysRomRegisterLate(PVM pVM, RTGCPHYS GCPhys, RTUINT cb, uint32_t fFlags); 122 void nemR3NativeNotifySetA20(PVMCPU pVCpu, bool fEnabled); 117 123 #endif 118 124 -
trunk/src/VBox/VMM/include/PGMInternal.h
r69474 r70954 4195 4195 int pgmHandlerPhysicalExDup(PVM pVM, PPGMPHYSHANDLER pPhysHandlerSrc, PPGMPHYSHANDLER *ppPhysHandler); 4196 4196 int pgmHandlerPhysicalExRegister(PVM pVM, PPGMPHYSHANDLER pPhysHandler, RTGCPHYS GCPhys, RTGCPHYS GCPhysLast); 4197 int pgmHandlerPhysicalExDeregister(PVM pVM, PPGMPHYSHANDLER pPhysHandler );4197 int pgmHandlerPhysicalExDeregister(PVM pVM, PPGMPHYSHANDLER pPhysHandler, int fRestoreAsRAM); 4198 4198 int pgmHandlerPhysicalExDestroy(PVM pVM, PPGMPHYSHANDLER pHandler); 4199 4199 void pgmR3HandlerPhysicalUpdateAll(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.