Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtraps.c95 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
111 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
115 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
117 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
185 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN,
193 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation"); in vector_exception()
228 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c37 else if (info->si_code != ILL_ILLOPN) in hashchk_handler()
/kernel/linux/linux-5.10/arch/csky/abiv2/
H A Dfpu.c107 code = ILL_ILLOPN; in fpu_fpe()
/kernel/linux/linux-6.6/arch/csky/abiv2/
H A Dfpu.c107 code = ILL_ILLOPN; in fpu_fpe()
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dsiginfo.h186 #define ILL_ILLOPN 2 /* illegal operand */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h146 #define ILL_ILLOPN 2 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h144 #define ILL_ILLOPN 2 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h144 #define ILL_ILLOPN 2 macro
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsiginfo.h197 #define ILL_ILLOPN 2 /* illegal operand */ macro
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dtraps.c409 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr); in do_el0_fpac()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dtraps.c215 ILL_ILLOPN, error_get_trap_addr(regs)); in handle_invalid_op()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dtraps.c505 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr); in do_el0_fpac()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dtraps.c211 ILL_ILLOPN, error_get_trap_addr(regs)); in handle_invalid_op()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dtraps.c1534 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in program_check_exception()

Completed in 19 milliseconds