Searched defs:REMR3DECL (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Dcdefs.h185 /** @def REMR3DECL(type)
190 # define REMR3DECL(type) DECLEXPORT(type) VBOXCALL macro
192 # define REMR3DECL(type) DECLIMPORT(type) VBOXCALL macro
/vbox/src/recompiler/
H A DVBoxRecompiler.c261 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(in
3497 REMR3DECL(bool) REMR3IsPageAccessHandled(PVM pVM, RTGCPHYS GCPhys) function
4235 REMR3DECL(uint32_t) REMR3QueryPendingInterrupt(PVM pVM, PVMCPU pVCpu) function
[all...]

Completed in 48 milliseconds