/openbmc/linux/arch/arc/kernel/ |
H A D | traps.c | 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)
|
/openbmc/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 | 1622 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in do_program_check() 1701 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER() 1715 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER() 1853 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
|
/openbmc/linux/arch/csky/kernel/ |
H 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()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | traps.c | 472 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_el0_undef() 491 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_el0_bti() 619 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in user_cache_maint_handler() 672 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler() 915 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
|
H A D | fpsimd.c | 1467 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_sve_acc() 1509 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_sme_acc() 1518 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_sme_acc()
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | exceptions.c | 84 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | traps.c | 168 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc, in do_trap_insn_illegal() 175 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc, in do_trap_insn_illegal()
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | fault.c | 46 SIGILL, ILL_ILLOPC, in spufs_handle_event()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | uprobes.c | 361 do_report_trap(regs, SIGILL, ILL_ILLOPC, NULL); in handle_insn_ril() 365 do_report_trap(regs, SIGILL, ILL_ILLOPC , NULL); in handle_insn_ril()
|
H A D | traps.c | 185 do_trap(regs, signal, ILL_ILLOPC, "illegal operation"); in illegal_op()
|
/openbmc/linux/arch/ia64/kernel/ |
H 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()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | traps.c | 150 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
|
/openbmc/linux/arch/csky/abiv2/ |
H A D | fpu.c | 104 code = ILL_ILLOPC; in fpu_fpe()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | siginfo.h | 196 #define ILL_ILLOPC 1 /* illegal opcode */ macro
|
/openbmc/linux/arch/alpha/kernel/ |
H 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()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | traps.c | 500 SIGILL, ILL_ILLOPC, pc, 0, 6); in do_undefinstr() 749 SIGILL, ILL_ILLOPC, (void __user *)addr, instr, 0); in baddataabort()
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | traps.c | 430 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)address); in do_illegal_instruction()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | traps_32.c | 117 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, current); in do_illegal_instruction()
|
H A D | traps_64.c | 2608 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc); in do_illegal_instruction()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | traps.c | 1033 si_code = ILL_ILLOPC; in trap_c() 1101 si_code = ILL_ILLOPC; in trap_c()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | amx.c | 268 if (si->si_code != ILL_ILLOPC) { in handle_noperm()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | traps.c | 569 si_code = ILL_ILLOPC; in handle_interruption()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | traps.c | 1273 force_sig_fault(SIGILL, ILL_ILLOPC, error_get_trap_addr(regs)); in handle_xfd_event()
|
/openbmc/qemu/linux-user/ |
H A D | signal.c | 899 case ILL_ILLOPC: in die_from_signal()
|