Searched refs:ILL_ILLOPN (Results 1 – 7 of 7) sorted by relevance
/linux/arch/s390/kernel/ |
A D | traps.c | 100 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN, 116 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN, 120 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN, 122 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN, 190 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN, 198 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation"); in vector_exception() 233 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()
|
/linux/arch/ia64/kernel/ |
A D | traps.c | 481 code = ILL_ILLOPN; in ia64_fault() 495 force_sig_fault(SIGILL, ILL_ILLOPN, (void __user *) iip, in ia64_fault()
|
/linux/arch/csky/abiv2/ |
A D | fpu.c | 107 code = ILL_ILLOPN; in fpu_fpe()
|
/linux/include/uapi/asm-generic/ |
A D | siginfo.h | 195 #define ILL_ILLOPN 2 /* illegal operand */ macro
|
/linux/arch/x86/kernel/ |
A D | traps.c | 219 ILL_ILLOPN, error_get_trap_addr(regs)); in handle_invalid_op()
|
/linux/arch/arm64/kernel/ |
A D | traps.c | 517 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr); in do_ptrauth_fault()
|
/linux/arch/powerpc/kernel/ |
A D | traps.c | 1524 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
|
Completed in 14 milliseconds