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

/vbox/src/VBox/VMM/VMMR3/
H A DEMHM.cpp63 DECLINLINE(int) emR3HmExecuteInstruction(PVM pVM, PVMCPU pVCpu, const char *pszPrefix, int rcGC = VINF_SUCCESS);
242 * @param rcGC GC return code
244 DECLINLINE(int) emR3HmExecuteInstruction(PVM pVM, PVMCPU pVCpu, const char *pszPrefix, int rcGC) argument
247 return emR3HmExecuteInstructionWorker(pVM, pVCpu, rcGC, pszPrefix);
249 return emR3HmExecuteInstructionWorker(pVM, pVCpu, rcGC);
H A DEMRaw.cpp62 DECLINLINE(int) emR3RawExecuteInstruction(PVM pVM, PVMCPU pVCpu, const char *pszPrefix, int rcGC = VINF_SUCCESS);
263 * @param rcGC GC return code
268 static int emR3RawExecuteInstructionWorker(PVM pVM, PVMCPU pVCpu, int rcGC, const char *pszPrefix) argument
270 static int emR3RawExecuteInstructionWorker(PVM pVM, PVMCPU pVCpu, int rcGC)
319 else if (rcGC == VINF_PATM_PENDING_IRQ_AFTER_IRET)
421 * @param rcGC GC return code
423 DECLINLINE(int) emR3RawExecuteInstruction(PVM pVM, PVMCPU pVCpu, const char *pszPrefix, int rcGC) argument
426 return emR3RawExecuteInstructionWorker(pVM, pVCpu, rcGC, pszPrefix);
428 return emR3RawExecuteInstructionWorker(pVM, pVCpu, rcGC);

Completed in 46 milliseconds