| /Linux-v6.6/arch/mips/math-emu/ |
| D | cp1emu.c | 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() 1042 return SIGILL; in cop1Emulate() [all …]
|
| /Linux-v6.6/arch/s390/kernel/ |
| D | traps.c | 97 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() 182 signal = SIGILL; in illegal_op() 189 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN, [all …]
|
| /Linux-v6.6/tools/testing/selftests/x86/ |
| D | entry_from_vm86.c | 67 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()
|
| D | single_step_syscall.c | 95 [SIGILL] = "SIGILL", 219 sethandler(SIGILL, print_and_longjmp, SA_RESETHAND); in main() 232 clearhandler(SIGILL); in main()
|
| D | mov_ss_trap.c | 113 [SIGILL] = "SIGILL", 188 sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND); in main() 224 sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND); in main()
|
| /Linux-v6.6/tools/testing/selftests/powerpc/dexcr/ |
| D | dexcr.c | 25 old = push_signal_handler(SIGILL, generic_signal_handler); 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()
|
| D | hashchk_test.c | 35 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()
|
| /Linux-v6.6/arch/arc/kernel/ |
| D | traps.c | 69 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()
|
| /Linux-v6.6/arch/x86/um/ |
| D | bugs_32.c | 32 sigaction(SIGILL, &new, &old); in arch_check_bugs() 41 sigaction(SIGILL, &old, &new); in arch_check_bugs() 52 if ((sig != SIGILL) || (get_current_pid() != 1)) in arch_examine_signal()
|
| /Linux-v6.6/arch/mips/kernel/ |
| D | mips-r2-to-r6-emul.c | 189 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 …]
|
| D | traps.c | 1174 case SIGILL: in do_ri() 1190 SIGILL) == NOTIFY_STOP) in do_ri() 1233 status = SIGILL; in do_ri() 1267 force_sig(SIGILL); in default_cu2_call() 1397 return SIGILL; in enable_restore_fp_context() 1437 status = SIGILL; in do_cpu() 1462 force_sig(SIGILL); in do_cpu() 1495 force_sig(SIGILL); in do_cpu() 1535 force_sig(SIGILL); in do_msa() 1543 force_sig(SIGILL); in do_msa() [all …]
|
| /Linux-v6.6/arch/csky/kernel/ |
| D | traps.c | 151 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()
|
| /Linux-v6.6/arch/ia64/kernel/ |
| D | traps.c | 112 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()
|
| /Linux-v6.6/arch/riscv/kernel/ |
| D | traps.c | 148 SIGILL, ILL_ILLTRP, "unknown exception"); 168 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc, in do_trap_insn_illegal() 175 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc, in do_trap_insn_illegal() 238 SIGILL, ILL_ILLTRP, "environment call from S-mode"); 240 SIGILL, ILL_ILLTRP, "environment call from M-mode"); 328 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->epc, in do_trap_ecall_u()
|
| /Linux-v6.6/arch/nios2/kernel/ |
| D | traps.c | 150 _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-v6.6/arch/sparc/kernel/ |
| D | traps_32.c | 103 force_sig_fault_trapno(SIGILL, ILL_ILLTRP, in do_hw_interrupt() 117 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, current); in do_illegal_instruction() 125 send_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)pc, current); in do_priv_instruction() 334 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, current); 344 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, current);
|
| /Linux-v6.6/arch/mips/include/asm/ |
| D | fpu.h | 260 return SIGILL; in __enable_fpu() 281 return SIGILL; in own_fpu_inatomic() 286 return SIGILL; in own_fpu()
|
| /Linux-v6.6/arch/parisc/math-emu/ |
| D | decode_exc.c | 127 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-v6.6/arch/microblaze/kernel/ |
| D | exceptions.c | 84 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception() 135 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
|
| /Linux-v6.6/arch/powerpc/kernel/ |
| D | syscall.c | 124 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception() 141 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
|
| /Linux-v6.6/tools/testing/selftests/arm64/bti/ |
| D | test.c | 209 sigaction(SIGILL, &sa, NULL); in start() 210 sigaddset(&sa.sa_mask, SIGILL); in start()
|
| /Linux-v6.6/arch/arm64/kernel/ |
| D | traps.c | 417 case SIGILL: in force_signal_inject() 472 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_el0_undef() 491 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_el0_bti() 505 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr); in do_el0_fpac() 619 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in user_cache_maint_handler() 672 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler() 915 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
|
| /Linux-v6.6/tools/testing/selftests/arm64/signal/testcases/ |
| D | sme_trap_za.c | 35 .sig_ok = SIGILL,
|
| D | sme_trap_no_sm.c | 37 .sig_ok = SIGILL,
|
| /Linux-v6.6/arch/csky/abiv2/ |
| D | fpu.c | 103 sig = SIGILL; in fpu_fpe() 106 sig = SIGILL; in fpu_fpe()
|