Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dsig_names.h49 #ifdef SIGEMT
50 [SIGEMT] = 32, /* 7, - , 7 */
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h32 #define SIGEMT 7 macro
/openbmc/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.c1172 case SIGEMT: in do_ri()
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h29 #define SIGEMT 7 macro
/openbmc/linux/tools/perf/trace/beauty/
H A Dsignum.c42 #ifdef SIGEMT in syscall_arg__scnprintf_signum()
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h25 #define SIGEMT 7 macro
/openbmc/linux/include/linux/
H A Dsignal.h403 #ifdef SIGEMT
404 #define SIGEMT_MASK rt_sigmask(SIGEMT)
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_32.c306 send_sig_fault(SIGEMT, EMT_TAGOVF, (void __user *)pc, current);
H A Dtraps_64.c2386 0, 0x26, SIGEMT) == NOTIFY_STOP) in do_tof()
2395 force_sig_fault(SIGEMT, EMT_TAGOVF, (void __user *)regs->tpc); in do_tof()
/openbmc/linux/kernel/
H A Dsignal.c3296 #if defined(SIGEMT)
3297 [SIGEMT] = { NSIGEMT, SIL_FAULT },
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch408 + "SIGEMT", /* 7 */