Searched refs:SIGILL (Results 1 - 25 of 85) sorted by last modified time

1234

/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c188 rc = sigaction(SIGILL, &act, NULL);
/linux-master/arch/arc/kernel/
H A Dtraps.c69 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC)
70 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC)
71 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
145 rc = notify_die(DIE_IERR, "kprobe_ierr", regs, address, 0, SIGILL);
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c264 DEFINE(_SIGILL, SIGILL);
H A Dtraps.c1175 case SIGILL:
1191 SIGILL) == NOTIFY_STOP)
1234 status = SIGILL;
1268 force_sig(SIGILL);
1398 return SIGILL;
1438 status = SIGILL;
1463 force_sig(SIGILL);
1496 force_sig(SIGILL);
1536 force_sig(SIGILL);
1544 force_sig(SIGILL);
[all...]
/linux-master/arch/riscv/kernel/
H A Dtraps.c164 SIGILL, ILL_ILLTRP, "unknown exception");
184 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc,
191 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc,
245 SIGILL, ILL_ILLTRP, "environment call from S-mode");
247 SIGILL, ILL_ILLTRP, "environment call from M-mode");
349 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->epc,
/linux-master/arch/loongarch/kernel/
H A Dtraps.c837 int status = SIGILL;
846 SIGILL) == NOTIFY_STOP)
953 force_sig(SIGILL);
975 force_sig(SIGILL);
1019 force_sig(SIGILL);
/linux-master/arch/arm/kernel/
H A Dtraps.c500 SIGILL, ILL_ILLOPC, pc, 0, 6);
561 arm_notify_die("Oops - bad syscall", regs, SIGILL, ILL_ILLTRP,
662 if not implemented, rather than raising SIGILL. This
684 arm_notify_die("Oops - bad syscall(2)", regs, SIGILL, ILL_ILLTRP,
749 SIGILL, ILL_ILLOPC, (void __user *)addr, instr, 0);
/linux-master/arch/sparc/kernel/
H A Dsignal_32.c247 force_exit_sig(SIGILL);
339 force_exit_sig(SIGILL);
H A Dtraps_64.c111 force_sig_fault_trapno(SIGILL, ILL_ILLTRP,
388 force_sig_fault(SIGILL, ILL_ILLADR, (void __user *)addr);
2578 0, 0x10, SIGILL) == NOTIFY_STOP)
2609 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc);
2702 0, 0x11, SIGILL) == NOTIFY_STOP)
2709 force_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)regs->tpc);
H A Dtraps_32.c104 force_sig_fault_trapno(SIGILL, ILL_ILLTRP,
118 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, current);
126 send_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)pc, current);
335 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, current);
345 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, current);
/linux-master/arch/powerpc/kernel/
H A Dtraps.c103 case SIGILL: return "illegal instruction";
1537 * gets a SIGILL slap on the wrist. We call it an illegal
1543 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip);
1556 * SIGILL. The subsequent cases all relate to user space, such as
1585 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip);
1620 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip);
1622 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
1701 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
1715 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
1840 * send the process a SIGILL immediatel
[all...]
H A Dsyscall.c83 * of unsupported_scv SIGILL fault, the return state does not much
124 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
141 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
/linux-master/tools/testing/selftests/arm64/abi/
H A Dhwcap.c852 DEF_SIGHANDLER_FUNC(sigill, SIGILL);
957 DEF_INST_RAISE_SIG(sigill, SIGILL);
983 * that the instruction does not cause a SIGILL signal.
/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))
/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/arch/arm64/kernel/
H A Dfpsimd.c1388 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0);
1430 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0);
1436 * is being used in the wrong mode, report as SIGILL.
1439 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0);
1474 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0);
/linux-master/arch/x86/kernel/
H A Dtraps.c182 * SIGILL (#UD) and SIGFPE (#DE) in the si_addr member of siginfo_t.
212 do_error_trap(regs, 0, "invalid opcode", X86_TRAP_UD, SIGILL,
1258 force_sig_fault(SIGILL, ILL_ILLOPC, error_get_trap_addr(regs));
1397 X86_TRAP_IRET, SIGILL) != NOTIFY_STOP) {
1398 do_trap(X86_TRAP_IRET, SIGILL, "iret exception", regs, 0,
/linux-master/arch/s390/kernel/
H A Dtraps.c99 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
101 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
117 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
119 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC,
121 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
123 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
168 signal = SIGILL;
174 signal = SIGILL;
179 * it up. If not, SIGILL.
184 signal = SIGILL;
[all...]
H A Duprobes.c360 do_report_trap(regs, SIGILL, ILL_ILLOPC, NULL);
364 do_report_trap(regs, SIGILL, ILL_ILLOPC , NULL);
379 do_report_trap(regs, SIGILL, ILL_ILLADR, NULL);
H A Dsignal.c352 if (sig == SIGSEGV || sig == SIGBUS || sig == SIGILL ||
H A Dcompat_signal.c321 if (sig == SIGSEGV || sig == SIGBUS || sig == SIGILL ||
/linux-master/tools/testing/selftests/riscv/vector/
H A Dvstate_exec_nolibc.c73 if (WTERMSIG(status) != SIGILL) {
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c413 case SIGILL:
440 case SIGILL:
/linux-master/include/linux/
H A Dsignal.h358 * | SIGILL | coredump |
427 rt_sigmask(SIGQUIT) | rt_sigmask(SIGILL) | \
439 rt_sigmask(SIGILL) | rt_sigmask(SIGFPE) | \
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h25 #define SIGILL 4 macro

Completed in 325 milliseconds

1234