/linux-4.4.14/arch/arc/kernel/ |
D | traps.c | 81 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.4.14/arch/c6x/kernel/ |
D | traps.c | 99 { "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.4.14/arch/microblaze/kernel/ |
D | exceptions.c | 91 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | fault.c | 69 info.si_code = ILL_ILLOPC; in spufs_handle_event()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | traps.c | 159 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | traps.c | 361 info.si_code = ILL_ILLOPC; in do_undefinstr() 451 info.si_code = ILL_ILLOPC; in bad_mode()
|
/linux-4.4.14/arch/s390/kernel/ |
D | uprobes.c | 358 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()
|
D | traps.c | 220 do_trap(regs, signal, ILL_ILLOPC, "illegal operation"); in illegal_op()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | traps.c | 71 [EXCEP_UNIMPINS >> 3] = { SIGILL, ILL_ILLOPC }, 72 [EXCEP_UNIMPEXINS >> 3] = { SIGILL, ILL_ILLOPC },
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | traps.c | 1244 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in program_check_exception() 1341 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in altivec_unavailable_exception() 1358 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in vsx_unavailable_exception() 1450 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in facility_unavailable_exception() 1578 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in SoftwareEmulation()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | traps.c | 240 code = ILL_ILLOPC; in do_illegal_opcode()
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | siginfo.h | 180 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-4.4.14/arch/ia64/kernel/ |
D | traps.c | 115 sig = SIGILL; code = ILL_ILLOPC; in ia64_bad_break() 421 si.si_code = ILL_ILLOPC; in ia64_illegal_op_fault()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | traps.c | 405 info.si_code = ILL_ILLOPC; in do_entIF() 426 info.si_code = ILL_ILLOPC; in do_entDbg()
|
/linux-4.4.14/arch/arm/kernel/ |
D | traps.c | 458 info.si_code = ILL_ILLOPC; in do_undefinstr() 721 info.si_code = ILL_ILLOPC; in baddataabort()
|
/linux-4.4.14/arch/m32r/kernel/ |
D | traps.c | 275 DO_ERROR_INFO(0x20, SIGILL, "reserved instruction ", rie_handler, ILL_ILLOPC, regs->bpc)
|
/linux-4.4.14/arch/tile/kernel/ |
D | traps.c | 315 code = ILL_ILLOPC; in do_trap()
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | traps.c | 346 info.si_code = ILL_ILLOPC; in do_illegal_instruction()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | traps.c | 222 info.si_code = ILL_ILLOPC; in trap_c()
|
/linux-4.4.14/arch/frv/kernel/ |
D | traps.c | 80 info.si_code = ILL_ILLOPC; in illegal_instruction()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | traps_32.c | 126 info.si_code = ILL_ILLOPC; in do_illegal_instruction()
|
D | traps_64.c | 2483 info.si_code = ILL_ILLOPC; in do_illegal_instruction()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | traps.c | 1032 info.si_code = ILL_ILLOPC; in trap_c() 1100 info.si_code = ILL_ILLOPC; in trap_c()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | traps.c | 575 si.si_code = ILL_ILLOPC; in handle_interruption()
|
/linux-4.4.14/arch/metag/kernel/ |
D | traps.c | 583 unhandled_fault(regs, regs->ctx.CurrPC, SIGILL, ILL_ILLOPC, in fault_handler()
|