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

1234

/linux-master/include/uapi/asm-generic/
H A Dsignal.h14 #define SIGILL 4 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h24 #define SIGILL 4 macro
/linux-master/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c64 printf("SIGILL at %p\n", pc);
78 if (sigaction(SIGILL, &sa, NULL))
/linux-master/arch/arm64/kernel/
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/x86/include/uapi/asm/
H A Dsignal.h25 #define SIGILL 4 macro
/linux-master/tools/testing/selftests/riscv/vector/
H A Dvstate_exec_nolibc.c73 if (WTERMSIG(status) != SIGILL) {
/linux-master/arch/sparc/kernel/
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/mips/kernel/
H A Dmips-r2-to-r6-emul.c189 return SIGILL;
243 * Returns SIGILL if JR was in delay slot, SIGEMT if we
254 return SIGILL;
288 if (err == SIGILL)
495 * Returns 0 on success or SIGILL for 32-bit kernels.
503 return SIGILL;
527 * Returns 0 on success or SIGILL for 32-bit kernels.
535 return SIGILL;
559 * Returns 0 on success or SIGILL for 32-bit kernels.
566 return SIGILL;
[all...]
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/csky/abiv2/
H A Dfpu.c103 sig = SIGILL;
106 sig = SIGILL;
/linux-master/tools/testing/selftests/arm64/bti/
H A Dtest.c82 putstr("# \t[SIGILL in ");
93 putstr("(unexpected SIGILL)\n");
209 sigaction(SIGILL, &sa, NULL);
210 sigaddset(&sa.sa_mask, SIGILL);
/linux-master/tools/testing/selftests/x86/
H A Dtest_FISTTP.c122 /* SIGILL triggers on 32-bit kernels w/o fisttp emulation
126 signal(SIGILL, sighandler);
H A Dmov_ss_trap.c113 [SIGILL] = "SIGILL",
188 sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND);
224 sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND);
H A Dtest_FCMOV.c58 /* SIGILL triggers on 32-bit kernels w/o fcomi emulation
62 signal(SIGILL, sighandler);
H A Dsyscall_arg_fault.c118 sethandler(SIGILL, sigill, SA_ONSTACK);
H A Dtest_FCOMI.c303 /* SIGILL triggers on 32-bit kernels w/o fcomi emulation
307 signal(SIGILL, sighandler);
/linux-master/arch/parisc/math-emu/
H A Ddecode_exc.c127 return SIGNALCODE(SIGILL, ILL_COPROC);
180 return SIGNALCODE(SIGILL, ILL_COPROC);
341 return SIGNALCODE(SIGILL, ILL_COPROC);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfault.c46 SIGILL, ILL_ILLOPC,
/linux-master/arch/sparc/include/uapi/asm/
H A Dsignal.h15 #define SIGILL 4 macro
/linux-master/arch/um/os-Linux/
H A Dsignal.c26 [SIGILL] = relay_signal,
166 [SIGILL] = sig_handler,
/linux-master/arch/s390/kernel/
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);
/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/tools/testing/selftests/arm64/pauth/
H A Dpac.c27 /* data key instructions are not in NOP space. This prevents a SIGILL */ \
34 /* generic key instructions are not in NOP space. This prevents a SIGILL */ \
191 if (signum == SIGSEGV || signum == SIGILL)
195 /* check that a corrupted PAC results in SIGSEGV or SIGILL */
207 sigaction(SIGILL, &sa, NULL);
210 ASSERT_TRUE(0) TH_LOG("SIGSEGV/SIGILL signal did not occur");
260 /* generic and data key instructions are not in NOP space. This prevents a SIGILL */
303 /* generic and data key instructions are not in NOP space. This prevents a SIGILL */

Completed in 266 milliseconds

1234