/linux/arch/arc/kernel/ |
A D | traps.c | 69 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC) 70 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
|
/linux/arch/arm64/kernel/ |
A D | traps.c | 499 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_undefinstr() 506 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_bti() 566 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in user_cache_maint_handler() 619 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler() 862 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
|
A D | fpsimd.c | 995 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_sve_acc()
|
/linux/arch/csky/kernel/ |
A D | traps.c | 206 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_illinsn() 215 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_fpe()
|
/linux/arch/powerpc/kernel/ |
A D | interrupt.c | 187 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception() 210 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
|
A D | traps.c | 1575 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in do_program_check() 1654 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER() 1668 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER() 1806 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
|
/linux/arch/microblaze/kernel/ |
A D | exceptions.c | 84 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception()
|
/linux/arch/powerpc/platforms/cell/spufs/ |
A D | fault.c | 46 SIGILL, ILL_ILLOPC, in spufs_handle_event()
|
/linux/arch/ia64/kernel/ |
A D | traps.c | 112 sig = SIGILL; code = ILL_ILLOPC; in ia64_bad_break() 409 force_sig_fault(SIGILL, ILL_ILLOPC, in ia64_illegal_op_fault()
|
/linux/arch/s390/kernel/ |
A D | uprobes.c | 371 do_report_trap(regs, SIGILL, ILL_ILLOPC, NULL); in handle_insn_ril() 375 do_report_trap(regs, SIGILL, ILL_ILLOPC , NULL); in handle_insn_ril()
|
A D | traps.c | 186 do_trap(regs, signal, ILL_ILLOPC, "illegal operation"); in illegal_op()
|
/linux/arch/nios2/kernel/ |
A D | traps.c | 150 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
|
/linux/arch/csky/abiv2/ |
A D | fpu.c | 104 code = ILL_ILLOPC; in fpu_fpe()
|
/linux/arch/riscv/kernel/ |
A D | traps.c | 107 SIGILL, ILL_ILLOPC, "illegal instruction");
|
/linux/include/uapi/asm-generic/ |
A D | siginfo.h | 194 #define ILL_ILLOPC 1 /* illegal opcode */ macro
|
/linux/arch/arm/kernel/ |
A D | traps.c | 480 SIGILL, ILL_ILLOPC, pc, 0, 6); in do_undefinstr() 729 SIGILL, ILL_ILLOPC, (void __user *)addr, instr, 0); in baddataabort()
|
/linux/arch/alpha/kernel/ |
A D | traps.c | 388 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc, current); in do_entIF() 403 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc); in do_entDbg()
|
/linux/arch/sparc/kernel/ |
A D | traps_32.c | 119 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, current); in do_illegal_instruction()
|
A D | traps_64.c | 2610 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc); in do_illegal_instruction()
|
/linux/arch/openrisc/kernel/ |
A D | traps.c | 451 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)address); in do_illegal_instruction()
|
/linux/arch/m68k/kernel/ |
A D | traps.c | 1030 si_code = ILL_ILLOPC; in trap_c() 1098 si_code = ILL_ILLOPC; in trap_c()
|
/linux/tools/testing/selftests/x86/ |
A D | amx.c | 276 if (si->si_code != ILL_ILLOPC) { in handle_noperm()
|
/linux/arch/parisc/kernel/ |
A D | traps.c | 577 si_code = ILL_ILLOPC; in handle_interruption()
|
/linux/arch/x86/kernel/ |
A D | traps.c | 1169 force_sig_fault(SIGILL, ILL_ILLOPC, error_get_trap_addr(regs)); in handle_xfd_event()
|