Home
last modified time | relevance | path

Searched refs:SIGILL (Results 1 – 25 of 99) sorted by relevance

1234

/linux/arch/mips/math-emu/
H A Dcp1emu.c118 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()
1042 return SIGILL; in cop1Emulate()
[all …]
/linux/tools/testing/selftests/x86/
H A Dentry_from_vm86.c47 else if (sig == SIGILL) in sighandler()
219 sethandler(SIGILL, sighandler, 0); in do_umip_tests()
222 clearhandler(SIGILL); in do_umip_tests()
224 sethandler(SIGILL, sighandler, 0); in do_umip_tests()
227 clearhandler(SIGILL); in do_umip_tests()
264 sethandler(SIGILL, sighandler, 0); in main()
266 clearhandler(SIGILL); in main()
275 sethandler(SIGILL, sighandler, 0); in main()
277 clearhandler(SIGILL); in main()
H A Dsingle_step_syscall.c73 [SIGILL] = "SIGILL",
197 sethandler(SIGILL, print_and_longjmp, SA_RESETHAND); in main()
210 clearhandler(SIGILL); in main()
H A Dmov_ss_trap.c101 [SIGILL] = "SIGILL",
176 sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND); in main()
212 sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND); in main()
/linux/arch/s390/kernel/
H A Dtraps.c97 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR, "addressing exception")
99 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN, "execute exception")
105 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN, "operand exception")
107 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC, "privileged operation")
108 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN, "special operation exception")
109 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN, "specification exception");
110 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN, "transaction constraint exception")
154 signal = SIGILL; in illegal_op()
160 signal = SIGILL; in illegal_op()
170 signal = SIGILL; in illegal_op()
[all …]
/linux/arch/arc/kernel/
H A Dtraps.c70 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC)
71 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC)
72 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
146 rc = notify_die(DIE_IERR, "kprobe_ierr", regs, address, 0, SIGILL); in do_insterror_or_kprobe()
/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c26 old = push_signal_handler(SIGILL, generic_signal_handler); in dexcr_exists()
43 pop_signal_handler(SIGILL, old); in dexcr_exists()
95 old = push_signal_handler(SIGILL, generic_signal_handler); in hashchk_triggers()
104 pop_signal_handler(SIGILL, old); in hashchk_triggers()
H A Dhashchk_test.c41 if (signum != SIGILL) in hashchk_handler()
62 old = push_signal_handler(SIGILL, hashchk_handler); in hashchk_detected_test()
71 pop_signal_handler(SIGILL, old); in hashchk_detected_test()
/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c189 return SIGILL; in mipsr6_emul()
254 return SIGILL; in jr_func()
288 if (err == SIGILL) in jr_func()
503 return SIGILL; in dmult_func()
535 return SIGILL; in dmultu_func()
566 return SIGILL; in ddiv_func()
591 return SIGILL; in ddivu_func()
830 return SIGILL; in dclz_func()
857 return SIGILL; in dclo_func()
897 return SIGILL; in mipsr2_find_op_func()
[all …]
H A Dtraps.c1176 case SIGILL: in do_ri()
1192 SIGILL) == NOTIFY_STOP) in do_ri()
1235 status = SIGILL; in do_ri()
1269 force_sig(SIGILL); in default_cu2_call()
1399 return SIGILL; in enable_restore_fp_context()
1439 status = SIGILL; in do_cpu()
1464 force_sig(SIGILL); in do_cpu()
1497 force_sig(SIGILL); in do_cpu()
1537 force_sig(SIGILL); in do_msa()
1545 force_sig(SIGILL); in do_msa()
[all …]
/linux/arch/x86/um/
H A Dbugs_32.c33 sigaction(SIGILL, &new, &old); in arch_check_bugs()
42 sigaction(SIGILL, &old, &new); in arch_check_bugs()
53 if ((sig != SIGILL) || (get_current_pid() != 1)) in arch_examine_signal()
/linux/arch/csky/kernel/
H A Dtraps.c152 SIGILL, ILL_ILLTRP, "unknown exception");
184 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->pc, in do_trap_bkpt()
207 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_illinsn()
216 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_fpe()
227 do_trap_error(regs, SIGILL, ILL_PRVOPC, regs->pc, in do_trap_priv()
/linux/arch/riscv/kernel/
H A Dtraps.c167 SIGILL, ILL_ILLTRP, "unknown exception");
183 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc, in do_trap_insn_illegal()
191 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc, in do_trap_insn_illegal()
255 SIGILL, ILL_ILLTRP, "environment call from S-mode");
257 SIGILL, ILL_ILLTRP, "environment call from M-mode");
363 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->epc, in do_trap_ecall_u()
/linux/arch/sparc/kernel/
H A Dtraps_32.c104 force_sig_fault_trapno(SIGILL, ILL_ILLTRP, in do_hw_interrupt()
118 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, current); in do_illegal_instruction()
126 send_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)pc, current); in do_priv_instruction()
335 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, current);
345 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, current);
/linux/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()
/linux/arch/mips/include/asm/
H A Dfpu.h275 return SIGILL; in __enable_fpu()
296 return SIGILL; in own_fpu_inatomic()
301 return SIGILL; in own_fpu()
/linux/arch/parisc/math-emu/
H A Ddecode_exc.c127 return SIGNALCODE(SIGILL, ILL_COPROC); in decode_fpu()
180 return SIGNALCODE(SIGILL, ILL_COPROC); in decode_fpu()
341 return SIGNALCODE(SIGILL, ILL_COPROC); in decode_fpu()
/linux/tools/objtool/
H A Dsignal.c37 case SIGILL: sig_name = "SIGILL"; break; in signal_handler()
102 int signals[] = {SIGSEGV, SIGBUS, SIGILL, SIGABRT}; in init_signal_handler()
/linux/arch/arm64/kernel/
H A Dtraps.c418 case SIGILL: in force_signal_inject()
473 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_el0_undef()
492 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_el0_bti()
516 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr); in do_el0_fpac()
591 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in user_cache_maint_handler()
652 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler()
896 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
/linux/arch/microblaze/kernel/
H A Dexceptions.c84 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception()
135 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
/linux/arch/powerpc/kernel/
H A Dsyscall.c124 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
141 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
H A Dtraps.c103 case SIGILL: return "illegal instruction"; in signame()
1542 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1584 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1619 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in do_program_check()
1621 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in do_program_check()
1700 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1714 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1852 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2106 die("Kernel VMX/Altivec assist exception", regs, SIGILL); in DEFINE_INTERRUPT_HANDLER()
2142 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
/linux/tools/testing/selftests/arm64/bti/
H A Dtest.c209 sigaction(SIGILL, &sa, NULL); in start()
210 sigaddset(&sa.sa_mask, SIGILL); in start()
/linux/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c36 if (sig == SIGILL) in fault_handler()
314 rc = sigaction(SIGILL, &act, NULL); in main()
320 rc = sigaction(SIGILL, &act, NULL); in main()
/linux/arch/csky/abiv2/
H A Dfpu.c103 sig = SIGILL; in fpu_fpe()
106 sig = SIGILL; in fpu_fpe()

1234