Searched refs:REMR3DECL (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/vmm/
H A Drem.h60 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(in
[all...]
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp2194 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(in
[all...]
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...]
/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

Completed in 62 milliseconds