| /linux-6.15/arch/mips/math-emu/ |
| H A 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() 1380 return SIGILL; in cop1Emulate() [all …]
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | traps.c | 96 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 D | entry_from_vm86.c | 47 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 D | single_step_syscall.c | 73 [SIGILL] = "SIGILL", 197 sethandler(SIGILL, print_and_longjmp, SA_RESETHAND); in main() 210 clearhandler(SIGILL); in main()
|
| H A D | mov_ss_trap.c | 101 [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 D | dexcr.c | 26 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 D | hashchk_test.c | 41 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 D | traps.c | 70 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 D | bugs_32.c | 33 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 D | traps.c | 152 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 D | mips-r2-to-r6-emul.c | 189 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 D | traps.c | 1176 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 D | traps.c | 164 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 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-6.15/arch/sparc/kernel/ |
| H A D | traps_32.c | 104 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 D | fpu.h | 275 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 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-6.15/arch/microblaze/kernel/ |
| H A D | exceptions.c | 84 _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 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-6.15/arch/arm64/kernel/ |
| H A D | traps.c | 415 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 D | test.c | 209 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 D | sme_trap_za.c | 35 .sig_ok = SIGILL,
|
| H A D | sme_trap_no_sm.c | 37 .sig_ok = SIGILL,
|
| H A D | sme_trap_non_streaming.c | 44 .sig_ok = SIGILL,
|
| /linux-6.15/arch/csky/abiv2/ |
| H A D | fpu.c | 103 sig = SIGILL; in fpu_fpe() 106 sig = SIGILL; in fpu_fpe()
|