/Linux-v6.1/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.1/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.1/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.1/arch/arc/kernel/ |
D | traps.c | 68 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC) 69 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC) 70 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-v6.1/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.1/arch/riscv/kernel/ |
D | traps.c | 109 SIGILL, ILL_ILLTRP, "unknown exception"); 115 SIGILL, ILL_ILLOPC, "illegal instruction"); 146 SIGILL, ILL_ILLTRP, "environment call from U-mode"); 148 SIGILL, ILL_ILLTRP, "environment call from S-mode"); 150 SIGILL, ILL_ILLTRP, "environment call from M-mode");
|
/Linux-v6.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/arch/arm64/kernel/ |
D | traps.c | 452 case SIGILL: in force_signal_inject() 501 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_undefinstr() 507 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_el0_bti() 518 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr); in do_el0_fpac() 576 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); 629 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler() 873 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
|
/Linux-v6.1/tools/testing/selftests/arm64/bti/ |
D | test.c | 215 sigaction(SIGILL, &sa, NULL); in start() 216 sigaddset(&sa.sa_mask, SIGILL); in start()
|
/Linux-v6.1/arch/loongarch/kernel/ |
D | traps.c | 490 int status = SIGILL; in do_ri() 499 SIGILL) == NOTIFY_STOP) in do_ri() 550 force_sig(SIGILL); in do_lsx() 561 force_sig(SIGILL); in do_lasx() 572 force_sig(SIGILL); in do_lbt()
|
/Linux-v6.1/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,
|
D | sme_trap_non_streaming.c | 44 .sig_ok = SIGILL,
|
/Linux-v6.1/arch/csky/abiv2/ |
D | fpu.c | 103 sig = SIGILL; in fpu_fpe() 106 sig = SIGILL; in fpu_fpe()
|