/arch/s390/kernel/ |
D | traps.c | 93 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR, 95 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN, 111 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN, 113 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC, 115 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN, 117 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN, 162 signal = SIGILL; in illegal_op() 168 signal = SIGILL; in illegal_op() 178 signal = SIGILL; in illegal_op() 185 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN, [all …]
|
/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 …]
|
/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 …]
|
/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()
|
/arch/arc/kernel/ |
D | traps.c | 73 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC) 74 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC) 75 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC) 151 rc = notify_die(DIE_IERR, "kprobe_ierr", regs, address, 0, SIGILL); in do_insterror_or_kprobe()
|
/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");
|
/arch/csky/kernel/ |
D | traps.c | 153 SIGILL, ILL_ILLTRP, "unknown exception"); 185 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->pc, in do_trap_bkpt() 208 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_illinsn() 217 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_fpe() 228 do_trap_error(regs, SIGILL, ILL_PRVOPC, regs->pc, in do_trap_priv()
|
/arch/c6x/kernel/ |
D | traps.c | 96 { "Oops - execute packet", SIGILL, ILL_ILLOPC }, 97 { "Oops - undefined instruction", SIGILL, ILL_ILLOPC }, 98 { "Oops - resource conflict", SIGILL, ILL_ILLOPC }, 99 { "Oops - resource access", SIGILL, ILL_PRVREG }, 100 { "Oops - privilege", SIGILL, ILL_PRVOPC }, 101 { "Oops - loops buffer", SIGILL, ILL_ILLOPC }, 102 { "Oops - software exception", SIGILL, ILL_ILLTRP }, 103 { "Oops - unknown exception", SIGILL, ILL_ILLOPC }
|
/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()
|
/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 …]
|
/arch/nds32/kernel/ |
D | fpu.c | 226 make_task_dead(SIGILL); in handle_fpu_exception() 227 si_signo = SIGILL; in handle_fpu_exception() 234 case SIGILL: in handle_fpu_exception()
|
/arch/nios2/kernel/ |
D | traps.c | 155 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c() 162 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr() 200 _send_sig(SIGILL, ILL_ILLTRP, fp->ea); in handle_trap_3_c()
|
/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()
|
/arch/sparc/kernel/ |
D | traps_32.c | 103 force_sig_fault(SIGILL, ILL_ILLTRP, in do_hw_interrupt() 117 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, 0, current); in do_illegal_instruction() 125 send_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)pc, 0, current); in do_priv_instruction() 334 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, 0, current); 344 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, 0, current);
|
/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()
|
/arch/microblaze/kernel/ |
D | exceptions.c | 86 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception() 139 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
|
/arch/ia64/include/uapi/asm/ |
D | signal.h | 16 #define SIGILL 4 macro
|
/arch/parisc/include/uapi/asm/ |
D | signal.h | 8 #define SIGILL 4 macro
|
/arch/arm64/kernel/ |
D | traps.c | 363 case SIGILL: in force_signal_inject() 411 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_undefinstr() 418 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_bti() 430 force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr); in do_ptrauth_fault() 484 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in user_cache_maint_handler() 537 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler() 789 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
|
/arch/h8300/include/uapi/asm/ |
D | signal.h | 21 #define SIGILL 4 macro
|
/arch/m68k/include/uapi/asm/ |
D | signal.h | 21 #define SIGILL 4 macro
|
/arch/arm/include/uapi/asm/ |
D | signal.h | 21 #define SIGILL 4 macro
|
/arch/s390/include/uapi/asm/ |
D | signal.h | 29 #define SIGILL 4 macro
|
/arch/xtensa/include/uapi/asm/ |
D | signal.h | 38 #define SIGILL 4 macro
|
/arch/csky/abiv2/ |
D | fpu.c | 103 sig = SIGILL; in fpu_fpe() 106 sig = SIGILL; in fpu_fpe()
|