Home
last modified time | relevance | path

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

1234

/linux/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...]
/linux/arch/s390/kernel/
H A Dtraps.c101 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
103 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
119 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
121 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC,
123 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
125 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
170 signal = SIGILL; in illegal_op()
176 signal = SIGILL; in illegal_op()
186 signal = SIGILL; in illegal_op()
193 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN,
[all …]
H A Duprobes.c360 do_report_trap(regs, SIGILL, ILL_ILLOPC, NULL); in handle_insn_ril()
364 do_report_trap(regs, SIGILL, ILL_ILLOPC , NULL); in handle_insn_ril()
379 do_report_trap(regs, SIGILL, ILL_ILLADR, NULL); in arch_uprobe_skip_sstep()
/linux/tools/testing/selftests/x86/
H A Dentry_from_vm86.c67 else if (sig == 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()
295 sethandler(SIGILL, sighandler, 0); in main()
297 clearhandler(SIGILL); in main()
H A Dsingle_step_syscall.c95 [SIGILL] = "SIGILL",
219 sethandler(SIGILL, print_and_longjmp, SA_RESETHAND); in main()
232 clearhandler(SIGILL); in main()
H A Dmov_ss_trap.c113 [SIGILL] = "SIGILL",
188 sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND); in main()
224 sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND); in main()
/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/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/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/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.c164 SIGILL, ILL_ILLTRP, "unknown exception");
184 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()
245 SIGILL, ILL_ILLTRP, "environment call from S-mode");
247 SIGILL, ILL_ILLTRP, "environment call from M-mode");
349 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/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()
1543 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1585 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1620 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in do_program_check()
1622 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in do_program_check()
1701 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1715 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1853 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2107 die("Kernel VMX/Altivec assist exception", regs, SIGILL); in DEFINE_INTERRUPT_HANDLER()
2143 _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/arch/csky/abiv2/
H A Dfpu.c103 sig = SIGILL; in fpu_fpe()
106 sig = SIGILL; in fpu_fpe()
/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dsme_trap_za.c35 .sig_ok = SIGILL,
H A Dsme_trap_no_sm.c37 .sig_ok = SIGILL,
H A Dsme_trap_non_streaming.c44 .sig_ok = SIGILL,

1234