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

/linux-master/arch/s390/kernel/
H A Dtraps.c101 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
117 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
121 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
123 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
191 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN,
199 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation");
234 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception");
/linux-master/arch/csky/abiv2/
H A Dfpu.c107 code = ILL_ILLOPN;
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c37 else if (info->si_code != ILL_ILLOPN)
/linux-master/include/uapi/asm-generic/
H A Dsiginfo.h192 #define ILL_ILLOPN 2 /* illegal operand */ macro
/linux-master/arch/powerpc/kernel/
H A Dtraps.c1543 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip);
1585 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip);
/linux-master/arch/arm64/kernel/
H A Dtraps.c505 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr);
/linux-master/arch/x86/kernel/
H A Dtraps.c213 ILL_ILLOPN, error_get_trap_addr(regs));

Completed in 140 milliseconds