Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/uapi/asm/
Dsignal.h31 #define SIGEMT 7 macro
/linux-4.1.27/arch/mips/kernel/
Dmips-r2-to-r6-emul.c262 return SIGEMT; in jr_func()
287 err = SIGEMT; in jr_func()
920 return SIGEMT; in mipsr2_decoder()
995 return SIGEMT; in mipsr2_decoder()
1037 err = SIGEMT; in mipsr2_decoder()
1052 return SIGEMT; in mipsr2_decoder()
1086 err = SIGEMT; in mipsr2_decoder()
1111 return SIGEMT; in mipsr2_decoder()
1153 err = SIGEMT; in mipsr2_decoder()
2217 if (err && (err != SIGEMT)) { in mipsr2_decoder()
Dasm-offsets.c269 DEFINE(_SIGEMT, SIGEMT); in output_signal_defined()
Dtraps.c1078 case SIGEMT: in do_ri()
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dsignal.h28 #define SIGEMT 7 macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dsignal.h24 #define SIGEMT 7 macro
/linux-4.1.27/include/linux/
Dsignal.h393 #ifdef SIGEMT
394 #define SIGEMT_MASK rt_sigmask(SIGEMT)
/linux-4.1.27/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.1.27/tools/perf/
Dbuiltin-trace.c871 #ifdef SIGEMT in syscall_arg__scnprintf_signum()