Lines Matching refs:DECLCALLBACKPTR

351 static DECLCALLBACKPTR(int, pfnREMR3Init)(PVM);
352 static DECLCALLBACKPTR(int, pfnREMR3InitFinalize)(PVM);
353 static DECLCALLBACKPTR(int, pfnREMR3Term)(PVM);
354 static DECLCALLBACKPTR(void, pfnREMR3Reset)(PVM);
355 static DECLCALLBACKPTR(int, pfnREMR3Step)(PVM, PVMCPU);
356 static DECLCALLBACKPTR(int, pfnREMR3BreakpointSet)(PVM, RTGCUINTPTR);
357 static DECLCALLBACKPTR(int, pfnREMR3BreakpointClear)(PVM, RTGCUINTPTR);
358 static DECLCALLBACKPTR(int, pfnREMR3EmulateInstruction)(PVM, PVMCPU);
359 static DECLCALLBACKPTR(int, pfnREMR3Run)(PVM, PVMCPU);
360 static DECLCALLBACKPTR(int, pfnREMR3State)(PVM, PVMCPU);
361 static DECLCALLBACKPTR(int, pfnREMR3StateBack)(PVM, PVMCPU);
362 static DECLCALLBACKPTR(void, pfnREMR3StateUpdate)(PVM, PVMCPU);
363 static DECLCALLBACKPTR(void, pfnREMR3A20Set)(PVM, PVMCPU, bool);
364 static DECLCALLBACKPTR(void, pfnREMR3ReplayHandlerNotifications)(PVM pVM);
365 static DECLCALLBACKPTR(void, pfnREMR3NotifyPhysRamRegister)(PVM, RTGCPHYS, RTGCPHYS, unsigned);
366 static DECLCALLBACKPTR(void, pfnREMR3NotifyPhysRamDeregister)(PVM, RTGCPHYS, RTUINT);
367 static DECLCALLBACKPTR(void, pfnREMR3NotifyPhysRomRegister)(PVM, RTGCPHYS, RTUINT, void *, bool);
368 static DECLCALLBACKPTR(void, pfnREMR3NotifyHandlerPhysicalModify)(PVM, PGMPHYSHANDLERTYPE, RTGCPHYS, RTGCPHYS, RTGCPHYS, bool, bool);
369 static DECLCALLBACKPTR(void, pfnREMR3NotifyHandlerPhysicalRegister)(PVM, PGMPHYSHANDLERTYPE, RTGCPHYS, RTGCPHYS, bool);
370 static DECLCALLBACKPTR(void, pfnREMR3NotifyHandlerPhysicalDeregister)(PVM, PGMPHYSHANDLERTYPE, RTGCPHYS, RTGCPHYS, bool, bool);
371 static DECLCALLBACKPTR(void, pfnREMR3NotifyInterruptSet)(PVM, PVMCPU);
372 static DECLCALLBACKPTR(void, pfnREMR3NotifyInterruptClear)(PVM, PVMCPU);
373 static DECLCALLBACKPTR(void, pfnREMR3NotifyTimerPending)(PVM, PVMCPU);
374 static DECLCALLBACKPTR(void, pfnREMR3NotifyDmaPending)(PVM);
375 static DECLCALLBACKPTR(void, pfnREMR3NotifyQueuePending)(PVM);
376 static DECLCALLBACKPTR(void, pfnREMR3NotifyFF)(PVM);
377 static DECLCALLBACKPTR(int, pfnREMR3NotifyCodePageChanged)(PVM, PVMCPU, RTGCPTR);
378 static DECLCALLBACKPTR(void, pfnREMR3NotifyPendingInterrupt)(PVM, PVMCPU, uint8_t);
379 static DECLCALLBACKPTR(uint32_t, pfnREMR3QueryPendingInterrupt)(PVM, PVMCPU);
380 static DECLCALLBACKPTR(int, pfnREMR3DisasEnableStepping)(PVM, bool);
381 static DECLCALLBACKPTR(bool, pfnREMR3IsPageAccessHandled)(PVM, RTGCPHYS);