Home
last modified time | relevance | path

Searched refs:ILL_ILLOPN (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/s390/kernel/
Dtraps.c129 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
145 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
149 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
151 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
224 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN,
232 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation"); in vector_exception()
276 do_trap(regs, signal, ILL_ILLOPN, "data exception"); in data_exception()
/linux-4.4.14/arch/powerpc/mm/
Dicswx.c205 _exception(SIGILL, regs, ILL_ILLOPN, address); in acop_handle_fault()
284 _exception(SIGILL, regs, ILL_ILLOPN, address); in acop_handle_fault()
/linux-4.4.14/include/uapi/asm-generic/
Dsiginfo.h181 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */ macro
/linux-4.4.14/arch/ia64/kernel/
Dtraps.c494 code = ILL_ILLOPN; in ia64_fault()
515 siginfo.si_code = ILL_ILLOPN; in ia64_fault()
/linux-4.4.14/arch/x86/kernel/
Dtraps.c228 sicode = ILL_ILLOPN; in fill_trap_info()
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c1192 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in program_check_exception()