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

1234

/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...]
/linux-master/arch/m68k/kernel/
H A Dtraps.c1033 sig = SIGILL;
1037 sig = SIGILL;
1041 sig = SIGILL;
1058 sig = SIGILL;
1101 sig = SIGILL;
/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/x86/math-emu/
H A Dfpu_entry.c43 #define __BAD__ FPU_illegal /* Illegal on an 80486, causes SIGILL */
145 math_abort(FPU_info, SIGILL);
176 math_abort(FPU_info, SIGILL);
201 math_abort(FPU_info, SIGILL);
590 let the cpu handle it to generate a SIGILL. */
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase.c606 sethandler(SIGILL, sigill, 0);
614 clearhandler(SIGILL);
H A Dsigreturn.c541 clearhandler(SIGILL);
827 * entry failures can generate SIGSEGV, SIGBUS, or SIGILL.
832 sethandler(SIGILL, sigtrap, SA_ONSTACK); /* 32-bit kernels do this */
H A Damx.c251 sig_print("\tAt SIGILL handler,\n");
929 sethandler(SIGILL, handle_noperm, 0);
944 clearhandler(SIGILL);
/linux-master/arch/xtensa/kernel/
H A Dtraps.c206 /* If in user mode, send SIGILL signal to current process */
213 force_sig(SIGILL);
363 /* If in user mode, send SIGILL signal to current process. */
367 force_sig(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/um/os-Linux/skas/
H A Dprocess.c413 case SIGILL:
440 case SIGILL:
/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/arch/openrisc/kernel/
H A Dtraps.c219 die("Die:", regs, SIGILL);
432 /* Send a SIGILL */
433 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)address);
435 pr_emerg("KERNEL: Illegal instruction (SIGILL) 0x%.8lx\n",
/linux-master/arch/um/os-Linux/
H A Dprocess.c282 set_handler(SIGILL);
/linux-master/arch/hexagon/kernel/
H A Dtraps.c258 force_sig(SIGILL);
/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/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c188 rc = sigaction(SIGILL, &act, NULL);
/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);
/linux-master/arch/alpha/kernel/
H A Dtraps.c330 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc, current);
345 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc);
/linux-master/arch/sh/kernel/
H A Dtraps_32.c650 force_sig(SIGILL);
724 force_sig(SIGILL);
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c390 /* To try and hit SIGILL case */
422 if (sigaction(SIGILL, &sigill_action, NULL)) {
/linux-master/arch/sparc/mm/
H A Dfault_32.c348 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/mips/kernel/
H A Dbranch.c408 * Return: -EFAULT on error and forces SIGILL, and on success
832 pr_debug("%s: DSP branch but not DSP ASE - sending SIGILL.\n",
834 force_sig(SIGILL);
837 pr_debug("%s: R2 branch but r2-to-r6 emulator is not present - sending SIGILL.\n",
839 force_sig(SIGILL);
842 pr_debug("%s: R6 branch but no MIPSr6 ISA support - sending SIGILL.\n",
844 force_sig(SIGILL);
H A Dunaligned.c606 force_sig(SIGILL);
1233 force_sig(SIGILL);
1514 force_sig(SIGILL);

Completed in 290 milliseconds

1234