Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/kernel/
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()
/linux-6.3-rc2/arch/ia64/kernel/
A Dtraps.c481 code = ILL_ILLOPN; in ia64_fault()
495 force_sig_fault(SIGILL, ILL_ILLOPN, (void __user *) iip, in ia64_fault()
/linux-6.3-rc2/arch/csky/abiv2/
A Dfpu.c107 code = ILL_ILLOPN; in fpu_fpe()
/linux-6.3-rc2/include/uapi/asm-generic/
A Dsiginfo.h197 #define ILL_ILLOPN 2 /* illegal operand */ macro
/linux-6.3-rc2/arch/x86/kernel/
A Dtraps.c298 ILL_ILLOPN, error_get_trap_addr(regs)); in handle_invalid_op()
/linux-6.3-rc2/arch/arm64/kernel/
A Dtraps.c505 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr); in do_el0_fpac()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dtraps.c1540 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()

Completed in 17 milliseconds