Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dtraps.c99 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
115 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
119 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
121 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
189 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN,
197 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation"); in vector_exception()
232 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()
/openbmc/linux/arch/ia64/kernel/
H A Dtraps.c481 code = ILL_ILLOPN; in ia64_fault()
495 force_sig_fault(SIGILL, ILL_ILLOPN, (void __user *) iip, in ia64_fault()
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c37 else if (info->si_code != ILL_ILLOPN) in hashchk_handler()
/openbmc/linux/arch/csky/abiv2/
H A Dfpu.c107 code = ILL_ILLOPN; in fpu_fpe()
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h197 #define ILL_ILLOPN 2 /* illegal operand */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c1543 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1585 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c253 ILL_ILLOPN, error_get_trap_addr(regs)); in handle_invalid_op()
/openbmc/linux/arch/arm64/kernel/
H A Dtraps.c505 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr); in do_el0_fpac()
/openbmc/qemu/linux-user/
H A Dsignal.c902 case ILL_ILLOPN: in die_from_signal()