Lines Matching refs:REMR3DECL

60 REMR3DECL(int)  REMR3Init(PVM pVM);
61 REMR3DECL(int) REMR3InitFinalize(PVM pVM);
62 REMR3DECL(int) REMR3Term(PVM pVM);
63 REMR3DECL(void) REMR3Reset(PVM pVM);
64 REMR3DECL(int) REMR3Run(PVM pVM, PVMCPU pVCpu);
65 REMR3DECL(int) REMR3EmulateInstruction(PVM pVM, PVMCPU pVCpu);
66 REMR3DECL(int) REMR3Step(PVM pVM, PVMCPU pVCpu);
67 REMR3DECL(int) REMR3BreakpointSet(PVM pVM, RTGCUINTPTR Address);
68 REMR3DECL(int) REMR3BreakpointClear(PVM pVM, RTGCUINTPTR Address);
69 REMR3DECL(int) REMR3State(PVM pVM, PVMCPU pVCpu);
70 REMR3DECL(int) REMR3StateBack(PVM pVM, PVMCPU pVCpu);
71 REMR3DECL(void) REMR3StateUpdate(PVM pVM, PVMCPU pVCpu);
72 REMR3DECL(void) REMR3A20Set(PVM pVM, PVMCPU pVCpu, bool fEnable);
73 REMR3DECL(int) REMR3DisasEnableStepping(PVM pVM, bool fEnable);
74 REMR3DECL(void) REMR3ReplayHandlerNotifications(PVM pVM);
75 REMR3DECL(int) REMR3NotifyCodePageChanged(PVM pVM, PVMCPU pVCpu, RTGCPTR pvCodePage);
76 REMR3DECL(void) REMR3NotifyPhysRamRegister(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS cb, unsigned fFlags);
82 REMR3DECL(void) REMR3NotifyPhysRomRegister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb, void *pvCopy, bool fShadow);
83 REMR3DECL(void) REMR3NotifyPhysRamDeregister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb);
84 REMR3DECL(void) REMR3NotifyHandlerPhysicalRegister(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS cb, bool fHasHCHandler);
85 REMR3DECL(void) REMR3NotifyHandlerPhysicalDeregister(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS cb, bool fHasHCHandler, bool fRestoreAsRAM);
86 REMR3DECL(void) REMR3NotifyHandlerPhysicalModify(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhysOld, RTGCPHYS GCPhysNew, RTGCPHYS cb, bool fHasHCHandler, bool fRestoreAsRAM);
87 REMR3DECL(void) REMR3NotifyPendingInterrupt(PVM pVM, PVMCPU pVCpu, uint8_t u8Interrupt);
88 REMR3DECL(uint32_t) REMR3QueryPendingInterrupt(PVM pVM, PVMCPU pVCpu);
89 REMR3DECL(void) REMR3NotifyInterruptSet(PVM pVM, PVMCPU pVCpu);
90 REMR3DECL(void) REMR3NotifyInterruptClear(PVM pVM, PVMCPU pVCpu);
91 REMR3DECL(void) REMR3NotifyTimerPending(PVM pVM, PVMCPU pVCpuDst);
92 REMR3DECL(void) REMR3NotifyDmaPending(PVM pVM);
93 REMR3DECL(void) REMR3NotifyQueuePending(PVM pVM);
94 REMR3DECL(void) REMR3NotifyFF(PVM pVM);
95 REMR3DECL(bool) REMR3IsPageAccessHandled(PVM pVM, RTGCPHYS GCPhys);