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

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllQueue.cpp82 REMR3NotifyQueuePending(pVM); /** @todo r=bird: we can remove REMR3NotifyQueuePending and let VMR3NotifyFF do the work. */
/vbox/include/VBox/vmm/
H A Drem.h93 REMR3DECL(void) REMR3NotifyQueuePending(PVM pVM);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1182 { "REMR3NotifyQueuePending", (void *)&pfnREMR3NotifyQueuePending, &g_aArgsVM[0], RT_ELEMENTS(g_aArgsVM), REMFNDESC_FLAGS_RET_VOID, 0, NULL },
2478 REMR3DECL(void) REMR3NotifyQueuePending(PVM pVM) function
H A DVBoxRecompiler.c4334 REMR3DECL(void) REMR3NotifyQueuePending(PVM pVM) function
4337 LogFlow(("REMR3NotifyQueuePending: fInRem=%d\n", pVM->rem.s.fInREM));

Completed in 63 milliseconds