Home
last modified time | relevance | path

Searched refs:ILL_ILLOPC (Results 1 – 24 of 24) sorted by relevance

/linux-6.1.9/arch/arc/kernel/
Dtraps.c69 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-6.1.9/arch/powerpc/kernel/
Dsyscall.c124 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
141 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
Dtraps.c1591 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in do_program_check()
1670 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1684 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1822 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
/linux-6.1.9/arch/csky/kernel/
Dtraps.c206 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-6.1.9/arch/arm64/kernel/
Dtraps.c501 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_undefinstr()
507 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_el0_bti()
576 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0);
629 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler()
873 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
Dfpsimd.c1389 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_sve_acc()
1431 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_sme_acc()
1440 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_sme_acc()
/linux-6.1.9/arch/microblaze/kernel/
Dexceptions.c84 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception()
/linux-6.1.9/arch/powerpc/platforms/cell/spufs/
Dfault.c46 SIGILL, ILL_ILLOPC, in spufs_handle_event()
/linux-6.1.9/arch/nios2/kernel/
Dtraps.c150 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
/linux-6.1.9/arch/s390/kernel/
Duprobes.c361 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()
Dtraps.c185 do_trap(regs, signal, ILL_ILLOPC, "illegal operation"); in illegal_op()
/linux-6.1.9/arch/ia64/kernel/
Dtraps.c112 sig = SIGILL; code = ILL_ILLOPC; in ia64_bad_break()
409 force_sig_fault(SIGILL, ILL_ILLOPC, in ia64_illegal_op_fault()
/linux-6.1.9/arch/csky/abiv2/
Dfpu.c104 code = ILL_ILLOPC; in fpu_fpe()
/linux-6.1.9/include/uapi/asm-generic/
Dsiginfo.h196 #define ILL_ILLOPC 1 /* illegal opcode */ macro
/linux-6.1.9/arch/riscv/kernel/
Dtraps.c115 SIGILL, ILL_ILLOPC, "illegal instruction");
/linux-6.1.9/arch/alpha/kernel/
Dtraps.c388 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-6.1.9/arch/arm/kernel/
Dtraps.c497 SIGILL, ILL_ILLOPC, pc, 0, 6); in do_undefinstr()
746 SIGILL, ILL_ILLOPC, (void __user *)addr, instr, 0); in baddataabort()
/linux-6.1.9/arch/sparc/kernel/
Dtraps_32.c117 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, current); in do_illegal_instruction()
Dtraps_64.c2608 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc); in do_illegal_instruction()
/linux-6.1.9/arch/openrisc/kernel/
Dtraps.c462 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)address); in do_illegal_instruction()
/linux-6.1.9/arch/m68k/kernel/
Dtraps.c1031 si_code = ILL_ILLOPC; in trap_c()
1099 si_code = ILL_ILLOPC; in trap_c()
/linux-6.1.9/tools/testing/selftests/x86/
Damx.c266 if (si->si_code != ILL_ILLOPC) { in handle_noperm()
/linux-6.1.9/arch/parisc/kernel/
Dtraps.c562 si_code = ILL_ILLOPC; in handle_interruption()
/linux-6.1.9/arch/x86/kernel/
Dtraps.c1310 force_sig_fault(SIGILL, ILL_ILLOPC, error_get_trap_addr(regs)); in handle_xfd_event()