Searched refs:SIGEMT (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/security/apparmor/include/ |
H A D | sig_names.h | 49 #ifdef SIGEMT 50 [SIGEMT] = 32, /* 7, - , 7 */
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 32 #define SIGEMT 7 macro
|
/openbmc/linux/arch/mips/kernel/ |
H A D | mips-r2-to-r6-emul.c | 264 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 D | asm-offsets.c | 268 DEFINE(_SIGEMT, SIGEMT); in output_signal_defined()
|
H A D | traps.c | 1172 case SIGEMT: in do_ri()
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 29 #define SIGEMT 7 macro
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | signum.c | 42 #ifdef SIGEMT in syscall_arg__scnprintf_signum()
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 25 #define SIGEMT 7 macro
|
/openbmc/linux/include/linux/ |
H A D | signal.h | 403 #ifdef SIGEMT 404 #define SIGEMT_MASK rt_sigmask(SIGEMT)
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | traps_32.c | 306 send_sig_fault(SIGEMT, EMT_TAGOVF, (void __user *)pc, current);
|
H A D | traps_64.c | 2386 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 D | signal.c | 3296 #if defined(SIGEMT) 3297 [SIGEMT] = { NSIGEMT, SIL_FAULT },
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Add-support-for-mips64-n32-n64.patch | 408 + "SIGEMT", /* 7 */
|