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

1234

/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dsme_trap_no_sm.c6 * generates a SIGILL.
31 .descr = "Check that we get a SIGILL if we use streaming mode without enabling it",
37 .sig_ok = SIGILL,
H A Dsme_trap_za.c5 * Verify that accessing ZA without enabling it generates a SIGILL.
30 .descr = "Check that we get a SIGILL if we access ZA without enabling",
35 .sig_ok = SIGILL,
H A Dsme_trap_non_streaming.c19 * The framework will handle SIGILL so we need to exit SM to
20 * stop any other code triggering a further SIGILL down the
37 .descr = "Check that we get a SIGILL if we use an unsupported instruction in streaming mode",
44 .sig_ok = SIGILL,
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c25 old = push_signal_handler(SIGILL, generic_signal_handler);
32 * recognise/try to emulate it, we receive a SIGILL signal.
42 pop_signal_handler(SIGILL, old);
55 old = push_signal_handler(SIGILL, generic_signal_handler);
64 pop_signal_handler(SIGILL, old);
H A Dhashchk_test.c35 if (signum != SIGILL)
56 old = push_signal_handler(SIGILL, hashchk_handler);
65 pop_signal_handler(SIGILL, old);
/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/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/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...]
/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 Dsingle_step_syscall.c95 [SIGILL] = "SIGILL",
219 sethandler(SIGILL, print_and_longjmp, SA_RESETHAND);
232 clearhandler(SIGILL);
/linux-master/arch/mips/math-emu/
H A Dcp1emu.c80 * and SIGILL otherwise.
118 return SIGILL;
176 return SIGILL;
196 return SIGILL;
220 return SIGILL;
240 return SIGILL;
393 return SIGILL;
407 return SIGILL;
411 return SIGILL;
1041 == SIGILL))
[all...]
/linux-master/security/apparmor/include/
H A Dsig_names.h17 [SIGILL] = 4,
/linux-master/arch/parisc/include/uapi/asm/
H A Dsignal.h8 #define SIGILL 4 macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dsignal.h21 #define SIGILL 4 macro
/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/mips/include/asm/
H A Dfpu.h260 return SIGILL;
281 return SIGILL;
286 return SIGILL;
/linux-master/arch/nios2/kernel/
H A Dtraps.c150 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea);
157 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea);
195 _send_sig(SIGILL, ILL_ILLTRP, fp->ea);
/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/powerpc/kernel/
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/arch/sparc/kernel/
H A Dwindows.c125 force_exit_sig(SIGILL);
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h28 #define SIGILL 4 /* Illegal instruction (ANSI). */ macro
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h29 #define SIGILL 4 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h26 #define SIGILL 4 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsignal.h38 #define SIGILL 4 macro
/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h21 #define SIGILL 4 macro

Completed in 183 milliseconds

1234