Home
last modified time | relevance | path

Searched refs:ERROR_sig (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dcpu-exec.c857 # define ERROR_sig(context) ((context)->uc_mcontext->es.err) macro
864 # define ERROR_sig(context) ((context)->uc_mcontext.__gregs[_REG_ERR]) macro
871 # define ERROR_sig(context) ((context)->uc_mcontext.mc_err) macro
876 # define ERROR_sig(context) ((context)->sc_err) macro
881 # define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR]) macro
909 (ERROR_sig(uc) >> 1) & 1 : 0, in cpu_signal_handler()
918 #define ERROR_sig(context) ((context)->uc_mcontext.__gregs[_REG_ERR]) macro
923 #define ERROR_sig(context) ((context)->sc_err) macro
930 #define ERROR_sig(context) ((context)->uc_mcontext.mc_err) macro
935 #define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR]) macro
[all …]