/Linux-v5.15/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-v5.15/arch/s390/kernel/ |
D | traps.c | 98 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR, 100 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN, 116 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN, 118 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC, 120 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN, 122 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN, 167 signal = SIGILL; in illegal_op() 173 signal = SIGILL; in illegal_op() 183 signal = SIGILL; in illegal_op() 190 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN, [all …]
|
/Linux-v5.15/arch/nds32/math-emu/ |
D | fpuemu.c | 145 return SIGILL; 149 return SIGILL; 166 return SIGILL; 238 return SIGILL; 242 return SIGILL; 261 return SIGILL; 266 return SIGILL; 306 return SIGILL; 345 return SIGILL; 349 return SIGILL; [all …]
|
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/arch/riscv/kernel/ |
D | traps.c | 101 SIGILL, ILL_ILLTRP, "unknown exception"); 107 SIGILL, ILL_ILLOPC, "illegal instruction"); 138 SIGILL, ILL_ILLTRP, "environment call from U-mode"); 140 SIGILL, ILL_ILLTRP, "environment call from S-mode"); 142 SIGILL, ILL_ILLTRP, "environment call from M-mode");
|
/Linux-v5.15/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-v5.15/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 | 1168 case SIGILL: in do_ri() 1184 SIGILL) == NOTIFY_STOP) in do_ri() 1227 status = SIGILL; in do_ri() 1261 force_sig(SIGILL); in default_cu2_call() 1391 return SIGILL; in enable_restore_fp_context() 1431 status = SIGILL; in do_cpu() 1456 force_sig(SIGILL); in do_cpu() 1489 force_sig(SIGILL); in do_cpu() 1529 force_sig(SIGILL); in do_msa() 1537 force_sig(SIGILL); in do_msa() [all …]
|
/Linux-v5.15/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-v5.15/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-v5.15/arch/nds32/kernel/ |
D | fpu.c | 226 do_exit(SIGILL); in handle_fpu_exception() 227 si_signo = SIGILL; in handle_fpu_exception() 234 case SIGILL: in handle_fpu_exception()
|
D | traps.c | 164 force_sig_fault(SIGILL, ILL_ILLTRP, in bad_syscall() 281 do_exit(SIGILL); in do_revinsn() 282 force_sig(SIGILL); in do_revinsn()
|
/Linux-v5.15/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-v5.15/arch/sparc/kernel/ |
D | traps_32.c | 105 force_sig_fault_trapno(SIGILL, ILL_ILLTRP, in do_hw_interrupt() 119 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, current); in do_illegal_instruction() 127 send_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)pc, current); in do_priv_instruction() 336 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, current); 346 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, current);
|
/Linux-v5.15/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-v5.15/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-v5.15/arch/arm64/kernel/ |
D | traps.c | 452 case SIGILL: in force_signal_inject() 499 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_undefinstr() 506 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_bti() 517 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr); in do_ptrauth_fault() 571 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in user_cache_maint_handler() 624 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler() 856 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
|
/Linux-v5.15/tools/testing/selftests/arm64/bti/ |
D | test.c | 215 sigaction(SIGILL, &sa, NULL); in start() 216 sigaddset(&sa.sa_mask, SIGILL); in start()
|
/Linux-v5.15/arch/csky/abiv2/ |
D | fpu.c | 103 sig = SIGILL; in fpu_fpe() 106 sig = SIGILL; in fpu_fpe()
|
/Linux-v5.15/arch/ia64/include/uapi/asm/ |
D | signal.h | 16 #define SIGILL 4 macro
|
/Linux-v5.15/security/apparmor/include/ |
D | sig_names.h | 17 [SIGILL] = 4,
|