Home
last modified time | relevance | path

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

1234

/linux-6.15/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()
1380 return SIGILL; in cop1Emulate()
[all …]
/linux-6.15/arch/s390/kernel/
H A Dtraps.c96 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR, "addressing exception")
98 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN, "execute exception")
104 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN, "operand exception")
106 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC, "privileged operation")
107 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN, "special operation exception")
108 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN, "specification exception");
153 signal = SIGILL; in illegal_op()
159 signal = SIGILL; in illegal_op()
169 signal = SIGILL; in illegal_op()
211 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()
[all …]
/linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c189 return SIGILL; in mipsr6_emul()
254 return 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()
1096 err = SIGILL; in mipsr2_decoder()
[all …]
H A Dtraps.c1176 case SIGILL: 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()
1497 force_sig(SIGILL); in do_cpu()
1537 force_sig(SIGILL); in do_msa()
1545 force_sig(SIGILL); in do_msa()
1555 force_sig(SIGILL); in do_mdmx()
1646 force_sig(SIGILL); in do_mt()
[all …]
/linux-6.15/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()
255 SIGILL, ILL_ILLTRP, "environment call from S-mode");
257 SIGILL, ILL_ILLTRP, "environment call from M-mode");
359 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->epc, in do_trap_ecall_u()
/linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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()
/linux-6.15/arch/arm64/kernel/
H A Dtraps.c415 case SIGILL: in force_signal_inject()
470 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_el0_undef()
489 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_el0_bti()
513 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr); in do_el0_fpac()
588 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in user_cache_maint_handler()
649 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler()
893 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
/linux-6.15/tools/testing/selftests/arm64/bti/
H A Dtest.c209 sigaction(SIGILL, &sa, NULL); in start()
210 sigaddset(&sa.sa_mask, SIGILL); in start()
/linux-6.15/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,
/linux-6.15/arch/csky/abiv2/
H A Dfpu.c103 sig = SIGILL; in fpu_fpe()
106 sig = SIGILL; in fpu_fpe()

1234