Searched refs:SIGILL (Results 76 - 85 of 85) sorted by relevance

1234

/linux-master/arch/x86/math-emu/
H A Derrors.c75 SIGILL with a real 80486.
79 math_abort(FPU_info, SIGILL);
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c229 DEFINE(_SIGILL, SIGILL);
/linux-master/arch/s390/kernel/
H A Dcompat_signal.c321 if (sig == SIGSEGV || sig == SIGBUS || sig == SIGILL ||
H A Dsignal.c352 if (sig == SIGSEGV || sig == SIGBUS || sig == SIGILL ||
/linux-master/tools/testing/selftests/x86/
H A Dldt_gdt.c553 /* True 32-bit kernels send SIGILL instead of SIGSEGV on IRET faults. */
554 sethandler(SIGILL, sigsegv, 0);
/linux-master/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c648 || sigaction(SIGILL, &sa, NULL) == -1) {
/linux-master/arch/parisc/kernel/
H A Dtraps.c605 force_sig_fault(SIGILL, si_code,
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c264 DEFINE(_SIGILL, SIGILL);
/linux-master/kernel/events/
H A Duprobes.c2163 uprobe_warn(current, "handle uretprobe, sending SIGILL.");
2164 force_sig(SIGILL);
2279 uprobe_warn(current, "execute the probed insn, sending SIGILL.");
2280 force_sig(SIGILL);
/linux-master/kernel/
H A Dsignal.c197 (sigmask(SIGSEGV) | sigmask(SIGBUS) | sigmask(SIGILL) | \
3300 [SIGILL] = { NSIGILL, SIL_FAULT },
3352 (sig == SIGILL) && (si_code == ILL_ILLTRP))

Completed in 281 milliseconds

1234