Searched refs:SIGILL (Results 1 - 25 of 85) sorted by path

1234

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfault.c46 SIGILL, ILL_ILLOPC,
/linux-master/arch/x86/um/
H A Dbugs_32.c29 /* Make sure that SIGILL is enabled after the handler longjmps back */
32 sigaction(SIGILL, &new, &old);
41 sigaction(SIGILL, &old, &new);
50 * SIGILL in init.
52 if ((sig != SIGILL) || (get_current_pid() != 1))
56 printk(UM_KERN_ERR "SIGILL in init, could not read "
65 printk(UM_KERN_ERR "SIGILL caused by cmov, which this "
69 printk(UM_KERN_ERR "SIGILL caused by cmov, which this "
/linux-master/security/apparmor/include/
H A Dsig_names.h17 [SIGILL] = 4,
/linux-master/tools/testing/selftests/x86/
H A Dentry_from_vm86.c67 else if (sig == SIGILL)
68 signame = "SIGILL";
239 sethandler(SIGILL, sighandler, 0);
242 clearhandler(SIGILL);
244 sethandler(SIGILL, sighandler, 0);
247 clearhandler(SIGILL);
284 sethandler(SIGILL, sighandler, 0);
286 clearhandler(SIGILL);
292 * buggy (or has a "feature"), so the SIGILL will actually
295 sethandler(SIGILL, sighandle
[all...]
H A Dtest_FCMOV.c58 /* SIGILL triggers on 32-bit kernels w/o fcomi emulation
62 signal(SIGILL, sighandler);
H A Dtest_FCOMI.c303 /* SIGILL triggers on 32-bit kernels w/o fcomi emulation
307 signal(SIGILL, sighandler);
H A Dtest_FISTTP.c122 /* SIGILL triggers on 32-bit kernels w/o fisttp emulation
126 signal(SIGILL, sighandler);
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h26 #define SIGILL 4 macro
/linux-master/arch/alpha/kernel/
H A Dtraps.c389 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc, current);
404 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc);
/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/arm/include/uapi/asm/
H A Dsignal.h21 #define SIGILL 4 macro
/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/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);
H A Dsys_compat.c104 * if not implemented, rather than raising SIGILL. This
116 SIGILL, ILL_ILLTRP, addr, 0);
H A Dtraps.c417 case SIGILL:
472 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0);
491 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0);
505 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr);
573 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0);
626 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0);
869 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc,
/linux-master/arch/csky/abiv2/
H A Dfpu.c103 sig = SIGILL;
106 sig = SIGILL;
/linux-master/arch/csky/kernel/
H A Dtraps.c152 SIGILL, ILL_ILLTRP, "unknown exception");
184 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->pc,
207 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc,
216 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc,
227 do_trap_error(regs, SIGILL, ILL_PRVOPC, regs->pc,
/linux-master/arch/hexagon/kernel/
H A Dtraps.c258 force_sig(SIGILL);
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c229 DEFINE(_SIGILL, SIGILL);
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/m68k/include/uapi/asm/
H A Dsignal.h21 #define SIGILL 4 macro
/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/microblaze/kernel/
H A Dexceptions.c84 _exception(SIGILL, regs, ILL_ILLOPC, addr);
135 _exception(SIGILL, regs, ILL_PRVOPC, addr);
/linux-master/arch/mips/include/asm/
H A Dfpu.h260 return SIGILL;
281 return SIGILL;
286 return SIGILL;
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h28 #define SIGILL 4 /* Illegal instruction (ANSI). */ macro

Completed in 590 milliseconds

1234