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

/vbox/src/recompiler/
H A Dcpu-exec.c995 # define ERROR_sig(context) ((context)->uc_mcontext->es.err) macro
1002 # define ERROR_sig(context) ((context)->uc_mcontext.__gregs[_REG_ERR]) macro
1009 # define ERROR_sig(context) ((context)->uc_mcontext.mc_err) macro
1014 # define ERROR_sig(context) ((context)->sc_err) macro
1019 # define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR]) macro
1047 (ERROR_sig(uc) >> 1) & 1 : 0,
1056 #define ERROR_sig(context) ((context)->uc_mcontext.__gregs[_REG_ERR]) macro
1061 #define ERROR_sig(context) ((context)->sc_err) macro
1068 #define ERROR_sig(context) ((context)->uc_mcontext.mc_err) macro
1073 #define ERROR_sig(contex macro
[all...]

Completed in 47 milliseconds