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

/vbox/include/VBox/vmm/
H A Drem.h60 REMR3DECL(int) REMR3Init(PVM pVM);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp50 * - Write a wrapper dll, VBoxREM.dll, for which during REMR3Init() will load
1158 { "REMR3Init", (void *)&pfnREMR3Init, &g_aArgsVM[0], RT_ELEMENTS(g_aArgsVM), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
2194 REMR3DECL(int) REMR3Init(PVM pVM) function
H A DVBoxRecompiler.c261 REMR3DECL(int) REMR3Init(PVM pVM) function
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp947 rc = REMR3Init(pVM);

Completed in 57 milliseconds