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

/vbox/src/recompiler/
H A DVBoxRecompiler.c1368 * @param piException Stores EXCP_EXECUTE_RAW/HWACC in case raw mode is supported in this context
1372 bool remR3CanExecuteRaw(CPUX86State *env, RTGCPTR eip, unsigned fFlags, int *piException) argument
1489 *piException = EXCP_EXECUTE_HM;
1619 *piException = EXCP_EXECUTE_RAW;
1696 *piException = EXCP_EXECUTE_RAW;

Completed in 54 milliseconds