Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dmips-r2-to-r6-emul.c263 return SIGEMT; in jr_func()
288 err = SIGEMT; in jr_func()
921 return SIGEMT; in mipsr2_decoder()
996 return SIGEMT; in mipsr2_decoder()
1038 err = SIGEMT; in mipsr2_decoder()
1053 return SIGEMT; in mipsr2_decoder()
1087 err = SIGEMT; in mipsr2_decoder()
1112 return SIGEMT; in mipsr2_decoder()
1154 err = SIGEMT; in mipsr2_decoder()
2218 if (err && (err != SIGEMT)) { in mipsr2_decoder()
Dasm-offsets.c259 DEFINE(_SIGEMT, SIGEMT); in output_signal_defined()
Dtraps.c1090 case SIGEMT: in do_ri()
/linux-4.4.14/arch/mips/include/uapi/asm/
Dsignal.h31 #define SIGEMT 7 macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dsignal.h28 #define SIGEMT 7 macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dsignal.h24 #define SIGEMT 7 macro
/linux-4.4.14/include/linux/
Dsignal.h392 #ifdef SIGEMT
393 #define SIGEMT_MASK rt_sigmask(SIGEMT)
/linux-4.4.14/arch/sparc/kernel/
Dtraps_32.c336 info.si_signo = SIGEMT;
341 send_sig_info(SIGEMT, &info, current);
Dtraps_64.c2246 0, 0x26, SIGEMT) == NOTIFY_STOP) in do_tof()
2255 info.si_signo = SIGEMT; in do_tof()
2260 force_sig_info(SIGEMT, &info, current); in do_tof()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c959 #ifdef SIGEMT in syscall_arg__scnprintf_signum()