Lines Matching refs:REMR3DECL

2194 REMR3DECL(int) REMR3Init(PVM pVM)
2219 REMR3DECL(int) REMR3InitFinalize(PVM pVM)
2227 REMR3DECL(int) REMR3Term(PVM pVM)
2248 REMR3DECL(void) REMR3Reset(PVM pVM)
2256 REMR3DECL(int) REMR3Step(PVM pVM, PVMCPU pVCpu)
2266 REMR3DECL(int) REMR3BreakpointSet(PVM pVM, RTGCUINTPTR Address)
2276 REMR3DECL(int) REMR3BreakpointClear(PVM pVM, RTGCUINTPTR Address)
2286 REMR3DECL(int) REMR3EmulateInstruction(PVM pVM, PVMCPU pVCpu)
2296 REMR3DECL(int) REMR3Run(PVM pVM, PVMCPU pVCpu)
2306 REMR3DECL(int) REMR3State(PVM pVM, PVMCPU pVCpu)
2316 REMR3DECL(int) REMR3StateBack(PVM pVM, PVMCPU pVCpu)
2326 REMR3DECL(void) REMR3StateUpdate(PVM pVM, PVMCPU pVCpu)
2334 REMR3DECL(void) REMR3A20Set(PVM pVM, PVMCPU pVCpu, bool fEnable)
2342 REMR3DECL(void) REMR3ReplayHandlerNotifications(PVM pVM)
2350 REMR3DECL(int) REMR3NotifyCodePageChanged(PVM pVM, PVMCPU pVCpu, RTGCPTR pvCodePage)
2360 REMR3DECL(void) REMR3NotifyPhysRamRegister(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS cb, unsigned fFlags)
2368 REMR3DECL(void) REMR3NotifyPhysRomRegister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb, void *pvCopy, bool fShadow)
2376 REMR3DECL(void) REMR3NotifyPhysRamDeregister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb)
2384 REMR3DECL(void) REMR3NotifyHandlerPhysicalRegister(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS cb, bool fHasHCHandler)
2392 REMR3DECL(void) REMR3NotifyHandlerPhysicalDeregister(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS cb, bool fHasHCHandler, bool fRestoreAsRAM)
2400 REMR3DECL(void) REMR3NotifyHandlerPhysicalModify(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhysOld, RTGCPHYS GCPhysNew, RTGCPHYS cb, bool fHasHCHandler, bool fRestoreAsRAM)
2408 REMR3DECL(bool) REMR3IsPageAccessHandled(PVM pVM, RTGCPHYS GCPhys)
2418 REMR3DECL(int) REMR3DisasEnableStepping(PVM pVM, bool fEnable)
2428 REMR3DECL(void) REMR3NotifyPendingInterrupt(PVM pVM, PVMCPU pVCpu, uint8_t u8Interrupt)
2436 REMR3DECL(uint32_t) REMR3QueryPendingInterrupt(PVM pVM, PVMCPU pVCpu)
2446 REMR3DECL(void) REMR3NotifyInterruptSet(PVM pVM, PVMCPU pVCpu)
2454 REMR3DECL(void) REMR3NotifyInterruptClear(PVM pVM, PVMCPU pVCpu)
2462 REMR3DECL(void) REMR3NotifyTimerPending(PVM pVM, PVMCPU pVCpuDst)
2470 REMR3DECL(void) REMR3NotifyDmaPending(PVM pVM)
2478 REMR3DECL(void) REMR3NotifyQueuePending(PVM pVM)
2486 REMR3DECL(void) REMR3NotifyFF(PVM pVM)