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

/vbox/include/VBox/vmm/
H A Dvmapi.h447 VMMR3DECL(int) VMR3ReqCallU(PUVM pUVM, VMCPUID idDstCpu, PVMREQ *ppReq, RTMSINTERVAL cMillies, uint32_t fFlags, PFNRT pfnFunction, unsigned cArgs, ...);
/vbox/src/VBox/VMM/VMMR3/
H A DVMReq.cpp47 * Convenience wrapper for VMR3ReqCallU.
84 * Convenience wrapper for VMR3ReqCallU.
121 * Convenience wrapper for VMR3ReqCallU.
151 * Convenience wrapper for VMR3ReqCallU.
180 * Convenience wrapper for VMR3ReqCallU.
212 * Convenience wrapper for VMR3ReqCallU.
243 * Convenience wrapper for VMR3ReqCallU.
275 * Convenience wrapper for VMR3ReqCallU.
313 * Convenience wrapper for VMR3ReqCallU.
350 * Convenience wrapper for VMR3ReqCallU
410 VMMR3DECL(int) VMR3ReqCallU(PUVM pUVM, VMCPUID idDstCpu, PVMREQ *ppReq, RTMSINTERVAL cMillies, uint32_t fFlags, function
[all...]
H A DVM.cpp255 rc = VMR3ReqCallU(pUVM, VMCPUID_ANY, &pReq, RT_INDEFINITE_WAIT, VMREQFLAGS_VBOX_STATUS,
278 AssertMsgFailed(("VMR3ReqCallU failed rc=%Rrc\n", rc));
2463 * This is either called from VMR3Destroy via VMR3ReqCallU or from
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2348 vrc = VMR3ReqCallU(pUVM, 0, &pReq, 0 /* no wait! */, VMREQFLAGS_VBOX_STATUS,
2456 int vrc = VMR3ReqCallU(pUVM, 0, &pReq, 0 /* no wait! */, VMREQFLAGS_VBOX_STATUS,
3477 int vrc = VMR3ReqCallU(pUVM, VMCPUID_ANY, &pReq, 0 /* no wait! */, VMREQFLAGS_VBOX_STATUS,
3658 int vrc = VMR3ReqCallU(pUVM, VMCPUID_ANY, &pReq, 0 /* no wait! */, VMREQFLAGS_VBOX_STATUS,
3829 int vrc = VMR3ReqCallU(pUVM, VMCPUID_ANY, &pReq, 0 /* no wait! */, VMREQFLAGS_VBOX_STATUS,

Completed in 80 milliseconds