Searched defs:pRCPtrValue (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DTRPM.cpp816 * @param pRCPtrValue Where to store the symbol value.
820 VMMR3_INT_DECL(int) TRPMR3GetImportRC(PVM pVM, const char *pszSymbol, PRTRCPTR pRCPtrValue) argument
823 *pRCPtrValue = VM_RC_ADDR(pVM, &pVM->trpm);
825 *pRCPtrValue = VM_RC_ADDR(pVM, &pVM->aCpus[0].trpm);
829 *pRCPtrValue = VM_RC_ADDR(pVM, pCtx);
834 *pRCPtrValue = VM_RC_ADDR(pVM, pCtx);
839 *pRCPtrValue = VM_RC_ADDR(pVM, CPUMCTX2CORE(pCtx));
844 *pRCPtrValue = VM_RC_ADDR(pVM, CPUMCTX2CORE(pCtx));
H A DPDMLdr.cpp880 * @param pRCPtrValue Where to store the symbol value.
882 VMMR3DECL(int) PDMR3LdrGetSymbolRC(PVM pVM, const char *pszModule, const char *pszSymbol, PRTRCPTR pRCPtrValue) argument
886 *pRCPtrValue = NIL_RTRCPTR;
895 AssertPtr(pRCPtrValue);
916 *pRCPtrValue = (RTGCPTR)Value;
917 Assert(*pRCPtrValue == Value);
947 * @param pRCPtrValue Where to store the symbol value.
950 PRTRCPTR pRCPtrValue)
954 *pRCPtrValue = NIL_RTRCPTR;
960 AssertPtr(pRCPtrValue);
949 PDMR3LdrGetSymbolRCLazy(PVM pVM, const char *pszModule, const char *pszSearchPath, const char *pszSymbol, PRTRCPTR pRCPtrValue) argument
[all...]
H A DVMM.cpp1137 * @param pRCPtrValue Where to store the symbol value.
1141 VMMR3_INT_DECL(int) VMMR3GetImportRC(PVM pVM, const char *pszSymbol, PRTRCPTR pRCPtrValue) argument
1147 *pRCPtrValue = pVM->vmm.s.pRCLoggerRC;
1154 *pRCPtrValue = pVM->vmm.s.pRCRelLoggerRC;
1156 *pRCPtrValue = NIL_RTRCPTR;
H A DTM.cpp1189 * @param pRCPtrValue Where to store the symbol value.
1192 VMM_INT_DECL(int) TMR3GetImportRC(PVM pVM, const char *pszSymbol, PRTRCPTR pRCPtrValue) argument
1195 *pRCPtrValue = MMHyperR3ToRC(pVM, &pVM->tm.s.pvGIPRC);

Completed in 62 milliseconds