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

/vbox/src/VBox/VMM/testcase/
H A DtstMicro.cpp207 RTRCPTR RCPtrEntry; local
208 rc = PDMR3LdrGetSymbolRC(pVM, "tstMicroRC.gc", "tstMicroRC", &RCPtrEntry);
299 int rc2 = VMMR3CallRC(pVM, RCPtrEntry, 2, pTst->RCPtr, enmTest);
332 rc = VMMR3CallRC(pVM, RCPtrEntry, 2, pTst->RCPtr, enmTest);
/vbox/src/VBox/VMM/VMMR3/
H A DVMM.cpp1921 * @param RCPtrEntry The address of the RC function.
1925 VMMR3DECL(int) VMMR3CallRC(PVM pVM, RTRCPTR RCPtrEntry, unsigned cArgs, ...) argument
1929 int rc = VMMR3CallRCV(pVM, RCPtrEntry, cArgs, args);
1939 * @param RCPtrEntry The address of the RC function.
1943 VMMR3DECL(int) VMMR3CallRCV(PVM pVM, RTRCPTR RCPtrEntry, unsigned cArgs, va_list args) argument
1949 Log2(("VMMR3CallGCV: RCPtrEntry=%RRv cArgs=%d\n", RCPtrEntry, cArgs));
1957 RCPtrEntry, /* eax */
1970 CPUMPushHyper(pVCpu, RCPtrEntry); /* what to call */

Completed in 37 milliseconds