| /linux/arch/arc/kernel/ |
| H A D | traps.c | 71 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC) 72 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
|
| /linux/arch/powerpc/kernel/ |
| H A D | syscall.c | 124 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception() 141 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
|
| H A D | traps.c | 1621 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in do_program_check() 1700 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER() 1714 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER() 1852 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
|
| /linux/arch/csky/kernel/ |
| H A D | traps.c | 207 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_illinsn() 216 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_fpe()
|
| /linux/arch/arm64/kernel/ |
| H A D | traps.c | 473 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_el0_undef() 492 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_el0_bti() 591 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in user_cache_maint_handler() 652 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler() 896 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
|
| H A D | fpsimd.c | 1334 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_sve_acc() 1376 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_sme_acc() 1385 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_sme_acc() 1422 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_fpsimd_acc()
|
| /linux/arch/microblaze/kernel/ |
| H A D | exceptions.c | 84 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception()
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | fault.c | 46 SIGILL, ILL_ILLOPC, in spufs_handle_event()
|
| /linux/arch/s390/kernel/ |
| H A D | uprobes.c | 354 do_report_trap(regs, SIGILL, ILL_ILLOPC, NULL); in handle_insn_ril() 358 do_report_trap(regs, SIGILL, ILL_ILLOPC , NULL); in handle_insn_ril()
|
| H A D | traps.c | 173 do_trap(regs, signal, ILL_ILLOPC, "illegal operation"); in illegal_op()
|
| /linux/arch/riscv/kernel/ |
| H A D | traps.c | 183 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc, in do_trap_insn_illegal() 191 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc, in do_trap_insn_illegal()
|
| /linux/arch/nios2/kernel/ |
| H A D | traps.c | 150 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
|
| /linux/arch/csky/abiv2/ |
| H A D | fpu.c | 104 code = ILL_ILLOPC; in fpu_fpe()
|
| /linux/include/uapi/asm-generic/ |
| H A D | siginfo.h | 191 #define ILL_ILLOPC 1 /* illegal opcode */ macro
|
| /linux/arch/alpha/kernel/ |
| H A D | traps.c | 330 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc, current); in do_entIF() 345 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc); in do_entDbg()
|
| /linux/arch/arm/kernel/ |
| H A D | traps.c | 494 SIGILL, ILL_ILLOPC, pc, 0, 6); in do_undefinstr() 746 SIGILL, ILL_ILLOPC, (void __user *)addr, instr, 0); in baddataabort()
|
| /linux/tools/testing/selftests/x86/ |
| H A D | amx.c | 79 if (si->si_code != ILL_ILLOPC) { in handle_noperm()
|
| /linux/arch/sparc/kernel/ |
| H A D | traps_32.c | 118 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, current); in do_illegal_instruction()
|
| H A D | traps_64.c | 2609 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc); in do_illegal_instruction()
|
| /linux/arch/openrisc/kernel/ |
| H A D | traps.c | 433 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)address); in do_illegal_instruction()
|
| /linux/arch/m68k/kernel/ |
| H A D | traps.c | 1032 si_code = ILL_ILLOPC; in trap_c() 1100 si_code = ILL_ILLOPC; in trap_c()
|
| /linux/arch/parisc/kernel/ |
| H A D | traps.c | 572 si_code = ILL_ILLOPC; in handle_interruption()
|
| /linux/arch/x86/kernel/ |
| H A D | traps.c | 1535 force_sig_fault(SIGILL, ILL_ILLOPC, error_get_trap_addr(regs)); in handle_xfd_event()
|