Home
last modified time | relevance | path

Searched refs:SIGILL (Results 1 - 25 of 181) sorted by relevance

12345678

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtraps.c93 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
95 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
111 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
113 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC,
115 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
117 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
162 signal = SIGILL; in illegal_op()
168 signal = SIGILL; in illegal_op()
173 * it up. If not, SIGILL. in illegal_op()
178 signal = SIGILL; in illegal_op()
[all...]
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Dcp1emu.c80 * and SIGILL otherwise.
118 return SIGILL; in microMIPS32_to_MIPS32()
176 return SIGILL; in microMIPS32_to_MIPS32()
196 return SIGILL; in microMIPS32_to_MIPS32()
220 return SIGILL; in microMIPS32_to_MIPS32()
240 return SIGILL; in microMIPS32_to_MIPS32()
393 return SIGILL; in microMIPS32_to_MIPS32()
407 return SIGILL; in microMIPS32_to_MIPS32()
411 return SIGILL; in microMIPS32_to_MIPS32()
1041 == SIGILL)) in cop1Emulate()
[all...]
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Dcp1emu.c80 * and SIGILL otherwise.
118 return SIGILL; in microMIPS32_to_MIPS32()
176 return SIGILL; in microMIPS32_to_MIPS32()
196 return SIGILL; in microMIPS32_to_MIPS32()
220 return SIGILL; in microMIPS32_to_MIPS32()
240 return SIGILL; in microMIPS32_to_MIPS32()
393 return SIGILL; in microMIPS32_to_MIPS32()
407 return SIGILL; in microMIPS32_to_MIPS32()
411 return SIGILL; in microMIPS32_to_MIPS32()
1041 == SIGILL)) in cop1Emulate()
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dtraps.c97 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
99 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
115 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
117 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC,
119 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
121 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
166 signal = SIGILL; in illegal_op()
172 signal = SIGILL; in illegal_op()
177 * it up. If not, SIGILL. in illegal_op()
182 signal = SIGILL; in illegal_op()
[all...]
/kernel/linux/linux-5.10/arch/nds32/math-emu/
H A Dfpuemu.c145 return SIGILL;
149 return SIGILL;
166 return SIGILL;
238 return SIGILL;
242 return SIGILL;
261 return SIGILL;
266 return SIGILL;
306 return SIGILL;
345 return SIGILL;
349 return SIGILL;
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c25 old = push_signal_handler(SIGILL, generic_signal_handler); in dexcr_exists()
32 * recognise/try to emulate it, we receive a SIGILL signal. in dexcr_exists()
42 pop_signal_handler(SIGILL, old); in dexcr_exists()
55 old = push_signal_handler(SIGILL, generic_signal_handler); in hashchk_triggers()
64 pop_signal_handler(SIGILL, old); in hashchk_triggers()
H A Dhashchk_test.c35 if (signum != SIGILL) in hashchk_handler()
56 old = push_signal_handler(SIGILL, hashchk_handler); in hashchk_detected_test()
65 pop_signal_handler(SIGILL, old); in hashchk_detected_test()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dentry_from_vm86.c67 else if (sig == SIGILL) in sighandler()
68 signame = "SIGILL"; in sighandler()
239 sethandler(SIGILL, sighandler, 0); in do_umip_tests()
242 clearhandler(SIGILL); in do_umip_tests()
244 sethandler(SIGILL, sighandler, 0); in do_umip_tests()
247 clearhandler(SIGILL); in do_umip_tests()
284 sethandler(SIGILL, sighandler, 0); in main()
286 clearhandler(SIGILL); in main()
292 * buggy (or has a "feature"), so the SIGILL will actually in main()
295 sethandler(SIGILL, sighandle in main()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dentry_from_vm86.c67 else if (sig == SIGILL) in sighandler()
68 signame = "SIGILL"; in sighandler()
239 sethandler(SIGILL, sighandler, 0); in do_umip_tests()
242 clearhandler(SIGILL); in do_umip_tests()
244 sethandler(SIGILL, sighandler, 0); in do_umip_tests()
247 clearhandler(SIGILL); in do_umip_tests()
284 sethandler(SIGILL, sighandler, 0); in main()
286 clearhandler(SIGILL); in main()
292 * buggy (or has a "feature"), so the SIGILL will actually in main()
295 sethandler(SIGILL, sighandle in main()
[all...]
/kernel/linux/linux-5.10/arch/x86/um/
H A Dbugs_32.c29 /* Make sure that SIGILL is enabled after the handler longjmps back */ in arch_check_bugs()
32 sigaction(SIGILL, &new, &old); in arch_check_bugs()
41 sigaction(SIGILL, &old, &new); in arch_check_bugs()
50 * SIGILL in init. in arch_examine_signal()
52 if ((sig != SIGILL) || (get_current_pid() != 1)) in arch_examine_signal()
56 printk(UM_KERN_ERR "SIGILL in init, could not read " in arch_examine_signal()
65 printk(UM_KERN_ERR "SIGILL caused by cmov, which this " in arch_examine_signal()
69 printk(UM_KERN_ERR "SIGILL caused by cmov, which this " in arch_examine_signal()
/kernel/linux/linux-6.6/arch/x86/um/
H A Dbugs_32.c29 /* Make sure that SIGILL is enabled after the handler longjmps back */ in arch_check_bugs()
32 sigaction(SIGILL, &new, &old); in arch_check_bugs()
41 sigaction(SIGILL, &old, &new); in arch_check_bugs()
50 * SIGILL in init. in arch_examine_signal()
52 if ((sig != SIGILL) || (get_current_pid() != 1)) in arch_examine_signal()
56 printk(UM_KERN_ERR "SIGILL in init, could not read " in arch_examine_signal()
65 printk(UM_KERN_ERR "SIGILL caused by cmov, which this " in arch_examine_signal()
69 printk(UM_KERN_ERR "SIGILL caused by cmov, which this " in arch_examine_signal()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dtraps.c101 SIGILL, ILL_ILLTRP, "unknown exception");
107 SIGILL, ILL_ILLOPC, "illegal instruction");
138 SIGILL, ILL_ILLTRP, "environment call from U-mode");
140 SIGILL, ILL_ILLTRP, "environment call from S-mode");
142 SIGILL, ILL_ILLTRP, "environment call from M-mode");
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dtraps.c73 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC)
74 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC)
75 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
151 rc = notify_die(DIE_IERR, "kprobe_ierr", regs, address, 0, SIGILL); in do_insterror_or_kprobe()
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dtraps.c69 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC)
70 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC)
71 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
145 rc = notify_die(DIE_IERR, "kprobe_ierr", regs, address, 0, SIGILL); in do_insterror_or_kprobe()
/kernel/linux/linux-5.10/arch/csky/kernel/
H A Dtraps.c153 SIGILL, ILL_ILLTRP, "unknown exception");
185 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->pc, in do_trap_bkpt()
208 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_illinsn()
217 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_fpe()
228 do_trap_error(regs, SIGILL, ILL_PRVOPC, regs->pc, in do_trap_priv()
/kernel/linux/linux-6.6/arch/csky/kernel/
H A Dtraps.c151 SIGILL, ILL_ILLTRP, "unknown exception");
183 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->pc, in do_trap_bkpt()
206 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_illinsn()
215 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_fpe()
226 do_trap_error(regs, SIGILL, ILL_PRVOPC, regs->pc, in do_trap_priv()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dtraps.c112 sig = SIGILL; code = ILL_ILLOPC; in ia64_bad_break()
160 sig = SIGILL; code = __ILL_BNDMOD; in ia64_bad_break()
169 sig = SIGILL; code = __ILL_BREAK; in ia64_bad_break()
409 force_sig_fault(SIGILL, ILL_ILLOPC, in ia64_illegal_op_fault()
480 sig = SIGILL; in ia64_fault()
495 force_sig_fault(SIGILL, ILL_ILLOPN, (void __user *) iip, in ia64_fault()
579 force_sig_fault(SIGILL, ILL_BADIADDR, in ia64_fault()
611 force_sig(SIGILL); in ia64_fault()
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dtraps.c96 { "Oops - execute packet", SIGILL, ILL_ILLOPC },
97 { "Oops - undefined instruction", SIGILL, ILL_ILLOPC },
98 { "Oops - resource conflict", SIGILL, ILL_ILLOPC },
99 { "Oops - resource access", SIGILL, ILL_PRVREG },
100 { "Oops - privilege", SIGILL, ILL_PRVOPC },
101 { "Oops - loops buffer", SIGILL, ILL_ILLOPC },
102 { "Oops - software exception", SIGILL, ILL_ILLTRP },
103 { "Oops - unknown exception", SIGILL, ILL_ILLOPC }
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dtraps.c112 sig = SIGILL; code = ILL_ILLOPC; in ia64_bad_break()
160 sig = SIGILL; code = __ILL_BNDMOD; in ia64_bad_break()
169 sig = SIGILL; code = __ILL_BREAK; in ia64_bad_break()
409 force_sig_fault(SIGILL, ILL_ILLOPC, in ia64_illegal_op_fault()
480 sig = SIGILL; in ia64_fault()
495 force_sig_fault(SIGILL, ILL_ILLOPN, (void __user *) iip, in ia64_fault()
579 force_sig_fault(SIGILL, ILL_BADIADDR, in ia64_fault()
611 force_sig(SIGILL); in ia64_fault()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c189 return SIGILL; in mipsr6_emul()
243 * Returns SIGILL if JR was in delay slot, SIGEMT if we
254 return SIGILL; in jr_func()
288 if (err == SIGILL) in jr_func()
495 * Returns 0 on success or SIGILL for 32-bit kernels.
503 return SIGILL; in dmult_func()
527 * Returns 0 on success or SIGILL for 32-bit kernels.
535 return SIGILL; in dmultu_func()
559 * Returns 0 on success or SIGILL for 32-bit kernels.
566 return SIGILL; in ddiv_func()
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c189 return SIGILL; in mipsr6_emul()
243 * Returns SIGILL if JR was in delay slot, SIGEMT if we
254 return SIGILL; in jr_func()
288 if (err == SIGILL) in jr_func()
495 * Returns 0 on success or SIGILL for 32-bit kernels.
503 return SIGILL; in dmult_func()
527 * Returns 0 on success or SIGILL for 32-bit kernels.
535 return SIGILL; in dmultu_func()
559 * Returns 0 on success or SIGILL for 32-bit kernels.
566 return SIGILL; in ddiv_func()
[all...]
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dfpu.c226 make_task_dead(SIGILL); in handle_fpu_exception()
227 si_signo = SIGILL; in handle_fpu_exception()
234 case SIGILL: in handle_fpu_exception()
/kernel/linux/linux-5.10/arch/nios2/kernel/
H A Dtraps.c155 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
162 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr()
200 _send_sig(SIGILL, ILL_ILLTRP, fp->ea); in handle_trap_3_c()
/kernel/linux/linux-6.6/arch/nios2/kernel/
H A Dtraps.c150 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
157 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr()
195 _send_sig(SIGILL, ILL_ILLTRP, fp->ea); in handle_trap_3_c()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dtraps_32.c103 force_sig_fault(SIGILL, ILL_ILLTRP, in do_hw_interrupt()
117 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, 0, current); in do_illegal_instruction()
125 send_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)pc, 0, current); in do_priv_instruction()
334 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, 0, current);
344 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, 0, current);

Completed in 21 milliseconds

12345678