Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arc/kernel/
Dtraps.c81 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC)
82 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
/linux-4.1.27/arch/c6x/kernel/
Dtraps.c99 { "Oops - execute packet", SIGILL, ILL_ILLOPC },
100 { "Oops - undefined instruction", SIGILL, ILL_ILLOPC },
101 { "Oops - resource conflict", SIGILL, ILL_ILLOPC },
104 { "Oops - loops buffer", SIGILL, ILL_ILLOPC },
106 { "Oops - unknown exception", SIGILL, ILL_ILLOPC }
/linux-4.1.27/arch/microblaze/kernel/
Dexceptions.c91 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception()
/linux-4.1.27/arch/arm64/kernel/
Dtraps.c347 info.si_code = ILL_ILLOPC; in do_undefinstr()
437 info.si_code = ILL_ILLOPC; in bad_mode()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dfault.c69 info.si_code = ILL_ILLOPC; in spufs_handle_event()
/linux-4.1.27/arch/nios2/kernel/
Dtraps.c159 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
/linux-4.1.27/arch/s390/kernel/
Duprobes.c358 do_report_trap(regs, SIGILL, ILL_ILLOPC, NULL); in handle_insn_ril()
362 do_report_trap(regs, SIGILL, ILL_ILLOPC , NULL); in handle_insn_ril()
Dtraps.c220 do_trap(regs, signal, ILL_ILLOPC, "illegal operation"); in illegal_op()
/linux-4.1.27/arch/mn10300/kernel/
Dtraps.c71 [EXCEP_UNIMPINS >> 3] = { SIGILL, ILL_ILLOPC },
72 [EXCEP_UNIMPEXINS >> 3] = { SIGILL, ILL_ILLOPC },
/linux-4.1.27/arch/powerpc/kernel/
Dtraps.c1242 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in program_check_exception()
1339 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in altivec_unavailable_exception()
1356 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in vsx_unavailable_exception()
1413 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in facility_unavailable_exception()
1541 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in SoftwareEmulation()
/linux-4.1.27/include/uapi/asm-generic/
Dsiginfo.h180 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-4.1.27/arch/avr32/kernel/
Dtraps.c240 code = ILL_ILLOPC; in do_illegal_opcode()
/linux-4.1.27/arch/ia64/kernel/
Dtraps.c115 sig = SIGILL; code = ILL_ILLOPC; in ia64_bad_break()
421 si.si_code = ILL_ILLOPC; in ia64_illegal_op_fault()
/linux-4.1.27/arch/tile/kernel/
Dtraps.c315 code = ILL_ILLOPC; in do_trap()
/linux-4.1.27/arch/alpha/kernel/
Dtraps.c405 info.si_code = ILL_ILLOPC; in do_entIF()
426 info.si_code = ILL_ILLOPC; in do_entDbg()
/linux-4.1.27/arch/m32r/kernel/
Dtraps.c275 DO_ERROR_INFO(0x20, SIGILL, "reserved instruction ", rie_handler, ILL_ILLOPC, regs->bpc)
/linux-4.1.27/arch/arm/kernel/
Dtraps.c458 info.si_code = ILL_ILLOPC; in do_undefinstr()
781 info.si_code = ILL_ILLOPC; in baddataabort()
/linux-4.1.27/arch/openrisc/kernel/
Dtraps.c346 info.si_code = ILL_ILLOPC; in do_illegal_instruction()
/linux-4.1.27/arch/blackfin/kernel/
Dtraps.c222 info.si_code = ILL_ILLOPC; in trap_c()
/linux-4.1.27/arch/sparc/kernel/
Dtraps_32.c126 info.si_code = ILL_ILLOPC; in do_illegal_instruction()
Dtraps_64.c2483 info.si_code = ILL_ILLOPC; in do_illegal_instruction()
/linux-4.1.27/arch/frv/kernel/
Dtraps.c80 info.si_code = ILL_ILLOPC; in illegal_instruction()
/linux-4.1.27/arch/m68k/kernel/
Dtraps.c1032 info.si_code = ILL_ILLOPC; in trap_c()
1100 info.si_code = ILL_ILLOPC; in trap_c()
/linux-4.1.27/arch/parisc/kernel/
Dtraps.c575 si.si_code = ILL_ILLOPC; in handle_interruption()
/linux-4.1.27/arch/metag/kernel/
Dtraps.c583 unhandled_fault(regs, regs->ctx.CurrPC, SIGILL, ILL_ILLOPC, in fault_handler()