Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dsig_names.h49 #ifdef SIGEMT
50 [SIGEMT] = 32, /* 7, - , 7 */
/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c264 return SIGEMT; in jr_func()
289 err = SIGEMT; in jr_func()
922 return SIGEMT; in mipsr2_decoder()
997 return SIGEMT; in mipsr2_decoder()
1039 err = SIGEMT; in mipsr2_decoder()
1054 return SIGEMT; in mipsr2_decoder()
1088 err = SIGEMT; in mipsr2_decoder()
1123 return SIGEMT; in mipsr2_decoder()
1165 err = SIGEMT; in mipsr2_decoder()
2224 if (err && (err != SIGEMT)) { in mipsr2_decoder()
H A Dasm-offsets.c268 DEFINE(_SIGEMT, SIGEMT); in output_signal_defined()
H A Dtraps.c1173 case SIGEMT: in do_ri()
/linux/arch/mips/include/uapi/asm/
H A Dsignal.h32 #define SIGEMT 7 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h29 #define SIGEMT 7 macro
/linux/tools/perf/trace/beauty/
H A Dsignum.c42 #ifdef SIGEMT in syscall_arg__scnprintf_signum()
/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h25 #define SIGEMT 7 macro
/linux/include/linux/
H A Dsignal.h404 #ifdef SIGEMT
405 #define SIGEMT_MASK rt_sigmask(SIGEMT)
/linux/arch/sparc/kernel/
H A Dtraps_32.c307 send_sig_fault(SIGEMT, EMT_TAGOVF, (void __user *)pc, current);
/linux/kernel/
H A Dsignal.c3311 #if defined(SIGEMT)
3312 [SIGEMT] = { NSIGEMT, SIL_FAULT },