Lines Matching refs:REMR3DECL

261 REMR3DECL(int) REMR3Init(PVM pVM)
475 REMR3DECL(int) REMR3InitFinalize(PVM pVM)
559 REMR3DECL(int) REMR3Term(PVM pVM)
579 REMR3DECL(void) REMR3Reset(PVM pVM)
775 REMR3DECL(int) REMR3Step(PVM pVM, PVMCPU pVCpu)
856 REMR3DECL(int) REMR3BreakpointSet(PVM pVM, RTGCUINTPTR Address)
877 REMR3DECL(int) REMR3BreakpointClear(PVM pVM, RTGCUINTPTR Address)
902 REMR3DECL(int) REMR3EmulateInstruction(PVM pVM, PVMCPU pVCpu)
1258 REMR3DECL(int) REMR3Run(PVM pVM, PVMCPU pVCpu)
2089 REMR3DECL(int) REMR3State(PVM pVM, PVMCPU pVCpu)
2531 REMR3DECL(int) REMR3StateBack(PVM pVM, PVMCPU pVCpu)
2992 REMR3DECL(void) REMR3StateUpdate(PVM pVM, PVMCPU pVCpu)
3015 REMR3DECL(void) REMR3A20Set(PVM pVM, PVMCPU pVCpu, bool fEnable)
3036 REMR3DECL(void) REMR3ReplayHandlerNotifications(PVM pVM)
3163 REMR3DECL(int) REMR3NotifyCodePageChanged(PVM pVM, PVMCPU pVCpu, RTGCPTR pvCodePage)
3203 REMR3DECL(void) REMR3NotifyPhysRamRegister(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS cb, unsigned fFlags)
3252 REMR3DECL(void) REMR3NotifyPhysRomRegister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb, void *pvCopy, bool fShadow)
3284 REMR3DECL(void) REMR3NotifyPhysRamDeregister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb)
3355 REMR3DECL(void) REMR3NotifyHandlerPhysicalRegister(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS cb, bool fHasHCHandler)
3414 REMR3DECL(void) REMR3NotifyHandlerPhysicalDeregister(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS cb, bool fHasHCHandler, bool fRestoreAsRAM)
3480 REMR3DECL(void) REMR3NotifyHandlerPhysicalModify(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhysOld, RTGCPHYS GCPhysNew, RTGCPHYS cb, bool fHasHCHandler, bool fRestoreAsRAM)
3497 REMR3DECL(bool) REMR3IsPageAccessHandled(PVM pVM, RTGCPHYS GCPhys)
3963 REMR3DECL(int) REMR3DisasEnableStepping(PVM pVM, bool fEnable)
4221 REMR3DECL(void) REMR3NotifyPendingInterrupt(PVM pVM, PVMCPU pVCpu, uint8_t u8Interrupt)
4235 REMR3DECL(uint32_t) REMR3QueryPendingInterrupt(PVM pVM, PVMCPU pVCpu)
4247 REMR3DECL(void) REMR3NotifyInterruptSet(PVM pVM, PVMCPU pVCpu)
4268 REMR3DECL(void) REMR3NotifyInterruptClear(PVM pVM, PVMCPU pVCpu)
4286 REMR3DECL(void) REMR3NotifyTimerPending(PVM pVM, PVMCPU pVCpuDst)
4315 REMR3DECL(void) REMR3NotifyDmaPending(PVM pVM)
4334 REMR3DECL(void) REMR3NotifyQueuePending(PVM pVM)
4353 REMR3DECL(void) REMR3NotifyFF(PVM pVM)