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

/vbox/src/VBox/VMM/VMMR3/
H A DEMHM.cpp168 static int emR3HmExecuteInstructionWorker(PVM pVM, PVMCPU pVCpu, int rcRC, const char *pszPrefix) function
170 static int emR3HmExecuteInstructionWorker(PVM pVM, PVMCPU pVCpu, int rcRC)
247 return emR3HmExecuteInstructionWorker(pVM, pVCpu, rcGC, pszPrefix);
249 return emR3HmExecuteInstructionWorker(pVM, pVCpu, rcGC);

Completed in 40 milliseconds