/linux-4.1.27/arch/mn10300/kernel/ |
D | traps.c | 70 [EXCEP_PRIVINS >> 3] = { SIGILL, ILL_PRVOPC }, 71 [EXCEP_UNIMPINS >> 3] = { SIGILL, ILL_ILLOPC }, 72 [EXCEP_UNIMPEXINS >> 3] = { SIGILL, ILL_ILLOPC }, 82 [EXCEP_DOUBLE_FAULT >> 3] = { SIGILL, ILL_BADSTK }, 85 [EXCEP_FPU_DISABLED >> 3] = { SIGILL, ILL_COPROC }, 86 [EXCEP_FPU_UNIMPINS >> 3] = { SIGILL, ILL_COPROC }, 102 [EXCEP_SYSCALL1 >> 3] = { SIGILL, ILL_ILLTRP }, 103 [EXCEP_SYSCALL2 >> 3] = { SIGILL, ILL_ILLTRP }, 104 [EXCEP_SYSCALL3 >> 3] = { SIGILL, ILL_ILLTRP }, 105 [EXCEP_SYSCALL4 >> 3] = { SIGILL, ILL_ILLTRP }, [all …]
|
D | gdb-stub.c | 930 { EXCEP_UNIMPINS, SIGILL }, 931 { EXCEP_UNIMPEXINS, SIGILL }, 1264 if (sigval != SIGINT && sigval != SIGTRAP && sigval != SIGILL) { in gdbstub()
|
/linux-4.1.27/arch/s390/kernel/ |
D | traps.c | 127 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR, 129 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN, 145 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN, 147 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC, 149 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN, 151 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN, 201 signal = SIGILL; in illegal_op() 207 signal = SIGILL; in illegal_op() 217 signal = SIGILL; in illegal_op() 224 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN, [all …]
|
D | uprobes.c | 358 do_report_trap(regs, SIGILL, ILL_ILLOPC, NULL); in handle_insn_ril() 362 do_report_trap(regs, SIGILL, ILL_ILLOPC , NULL); in handle_insn_ril() 377 do_report_trap(regs, SIGILL, ILL_ILLADR, NULL); in arch_uprobe_skip_sstep()
|
D | signal.c | 376 if (sig == SIGSEGV || sig == SIGBUS || sig == SIGILL || in setup_frame()
|
D | compat_signal.c | 464 if (sig == SIGSEGV || sig == SIGBUS || sig == SIGILL || in setup_frame32()
|
/linux-4.1.27/arch/mips/math-emu/ |
D | cp1emu.c | 131 return SIGILL; in microMIPS32_to_MIPS32() 189 return SIGILL; in microMIPS32_to_MIPS32() 209 return SIGILL; in microMIPS32_to_MIPS32() 233 return SIGILL; in microMIPS32_to_MIPS32() 253 return SIGILL; in microMIPS32_to_MIPS32() 406 return SIGILL; in microMIPS32_to_MIPS32() 420 return SIGILL; in microMIPS32_to_MIPS32() 424 return SIGILL; in microMIPS32_to_MIPS32() 1043 == SIGILL)) in cop1Emulate() 1044 return SIGILL; in cop1Emulate() [all …]
|
/linux-4.1.27/arch/arc/kernel/ |
D | traps.c | 80 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC) 81 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC) 82 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC) 152 rc = notify_die(DIE_IERR, "kprobe_ierr", regs, address, 0, SIGILL); in do_insterror_or_kprobe()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | traps_32.c | 104 info.si_signo = SIGILL; in do_hw_interrupt() 109 force_sig_info(SIGILL, &info, current); in do_hw_interrupt() 124 info.si_signo = SIGILL; in do_illegal_instruction() 129 send_sig_info(SIGILL, &info, current); in do_illegal_instruction() 139 info.si_signo = SIGILL; in do_priv_instruction() 144 send_sig_info(SIGILL, &info, current); in do_priv_instruction() 378 info.si_signo = SIGILL; 383 send_sig_info(SIGILL, &info, current); 395 info.si_signo = SIGILL; 400 send_sig_info(SIGILL, &info, current);
|
D | windows.c | 124 do_exit(SIGILL); in try_to_clear_window_buffer()
|
D | traps_64.c | 109 info.si_signo = SIGILL; in bad_trap() 114 force_sig_info(SIGILL, &info, current); in bad_trap() 2450 0, 0x10, SIGILL) == NOTIFY_STOP) in do_illegal_instruction() 2481 info.si_signo = SIGILL; in do_illegal_instruction() 2486 force_sig_info(SIGILL, &info, current); in do_illegal_instruction() 2540 0, 0x11, SIGILL) == NOTIFY_STOP) in do_privop() 2547 info.si_signo = SIGILL; in do_privop() 2552 force_sig_info(SIGILL, &info, current); in do_privop()
|
D | signal_32.c | 237 do_exit(SIGILL); in setup_frame() 329 do_exit(SIGILL); in setup_rt_frame()
|
D | signal32.c | 430 do_exit(SIGILL); in setup_frame32() 561 do_exit(SIGILL); in setup_rt_frame32()
|
D | signal_64.c | 366 do_exit(SIGILL); /* won't return, actually */ in setup_rt_frame()
|
D | process_64.c | 577 do_exit(SIGILL); in fault_in_user_windows()
|
/linux-4.1.27/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-4.1.27/arch/tile/kernel/ |
D | traps.c | 165 case SIGILL: in special_ill() 314 signo = SIGILL; in do_trap() 330 signo = SIGILL; in do_trap() 337 signo = SIGILL; in do_trap() 366 signo = SIGILL; in do_trap() 388 if (signo == SIGILL) in do_trap()
|
D | signal.c | 394 case SIGILL: in trace_unhandled_signal()
|
D | hardwall.c | 386 info.si_signo = SIGILL; in do_hardwall_trap()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | traps.c | 115 sig = SIGILL; code = ILL_ILLOPC; in ia64_bad_break() 163 sig = SIGILL; code = __ILL_BNDMOD; in ia64_bad_break() 172 sig = SIGILL; code = __ILL_BREAK; in ia64_bad_break() 420 si.si_signo = SIGILL; in ia64_illegal_op_fault() 423 force_sig_info(SIGILL, &si, current); in ia64_illegal_op_fault() 493 sig = SIGILL; in ia64_fault() 514 siginfo.si_signo = SIGILL; in ia64_fault() 521 force_sig_info(SIGILL, &siginfo, current); in ia64_fault() 614 siginfo.si_signo = SIGILL; in ia64_fault() 621 force_sig_info(SIGILL, &siginfo, current); in ia64_fault() [all …]
|
D | brl_emu.c | 199 siginfo.si_signo = SIGILL; in ia64_emulate_brl() 205 force_sig_info(SIGILL, &siginfo, current); in ia64_emulate_brl()
|
/linux-4.1.27/arch/c6x/kernel/ |
D | traps.c | 99 { "Oops - execute packet", SIGILL, ILL_ILLOPC }, 100 { "Oops - undefined instruction", SIGILL, ILL_ILLOPC }, 101 { "Oops - resource conflict", SIGILL, ILL_ILLOPC }, 102 { "Oops - resource access", SIGILL, ILL_PRVREG }, 103 { "Oops - privilege", SIGILL, ILL_PRVOPC }, 104 { "Oops - loops buffer", SIGILL, ILL_ILLOPC }, 105 { "Oops - software exception", SIGILL, ILL_ILLTRP }, 106 { "Oops - unknown exception", SIGILL, ILL_ILLOPC }
|
/linux-4.1.27/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 187 return SIGILL; in mipsr6_emul() 252 return SIGILL; in jr_func() 286 if (err == SIGILL) in jr_func() 501 return SIGILL; in dmult_func() 533 return SIGILL; in dmultu_func() 564 return SIGILL; in ddiv_func() 589 return SIGILL; in ddivu_func() 828 return SIGILL; in dclz_func() 855 return SIGILL; in dclo_func() 895 return SIGILL; in mipsr2_find_op_func() [all …]
|
D | branch.c | 477 ret = -SIGILL; in __compute_return_epc_for_insn() 511 ret = -SIGILL; in __compute_return_epc_for_insn() 790 ret = -SIGILL; in __compute_return_epc_for_insn() 797 ret = -SIGILL; in __compute_return_epc_for_insn() 807 ret = -SIGILL; in __compute_return_epc_for_insn() 815 ret = -SIGILL; in __compute_return_epc_for_insn() 828 ret = -SIGILL; in __compute_return_epc_for_insn() 850 force_sig(SIGILL, current); in __compute_return_epc_for_insn()
|
D | traps.c | 1081 case SIGILL: in do_ri() 1097 SIGILL) == NOTIFY_STOP) in do_ri() 1134 status = SIGILL; in do_ri() 1197 force_sig(SIGILL, current); in default_cu2_call() 1381 status = SIGILL; in do_cpu() 1405 force_sig(SIGILL, current); in do_cpu() 1467 force_sig(SIGILL, current); in do_msa() 1475 force_sig(SIGILL, current); in do_msa() 1485 force_sig(SIGILL, current); in do_mdmx() 1597 force_sig(SIGILL, current); in do_mt() [all …]
|
D | unaligned.c | 1265 force_sig(SIGILL, current); in emulate_load_store_insn() 1892 force_sig(SIGILL, current); in emulate_load_store_microMIPS() 2137 force_sig(SIGILL, current); in emulate_load_store_MIPS16e()
|
D | asm-offsets.c | 265 DEFINE(_SIGILL, SIGILL); in output_signal_defined()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | traps.c | 154 sig = SIGILL; in trap_c() 223 sig = SIGILL; in trap_c() 230 sig = SIGILL; in trap_c() 251 sig = SIGILL; in trap_c() 331 sig = SIGILL; in trap_c() 418 sig = SIGILL; in trap_c()
|
/linux-4.1.27/arch/nios2/kernel/ |
D | traps.c | 159 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c() 166 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr() 204 _send_sig(SIGILL, ILL_ILLTRP, fp->ea); in handle_trap_3_c()
|
/linux-4.1.27/arch/parisc/math-emu/ |
D | decode_exc.c | 140 return SIGNALCODE(SIGILL, ILL_COPROC); in decode_fpu() 193 return SIGNALCODE(SIGILL, ILL_COPROC); in decode_fpu() 354 return SIGNALCODE(SIGILL, ILL_COPROC); in decode_fpu()
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | exceptions.c | 91 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception() 144 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | icswx.c | 205 _exception(SIGILL, regs, ILL_ILLOPN, address); in acop_handle_fault() 284 _exception(SIGILL, regs, ILL_ILLOPN, address); in acop_handle_fault()
|
/linux-4.1.27/arch/m32r/kernel/ |
D | traps.c | 275 DO_ERROR_INFO(0x20, SIGILL, "reserved instruction ", rie_handler, ILL_ILLOPC, regs->bpc) 276 DO_ERROR_INFO(0x100, SIGILL, "privileged instruction", pie_handler, ILL_PRVOPC, regs->bpc) 277 DO_ERROR_INFO(-1, SIGILL, "illegal trap", ill_trap, ILL_ILLTRP, regs->bpc)
|
/linux-4.1.27/arch/um/os-Linux/ |
D | signal.c | 21 [SIGILL] = relay_signal, 126 [SIGILL] = sig_handler,
|
D | process.c | 276 set_handler(SIGILL); in init_new_thread_signals()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | traps.c | 244 _exception(SIGILL, regs, code, regs->pc); in do_illegal_opcode() 254 _exception(SIGILL, regs, ILL_COPROC, regs->pc); in do_fpe()
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
D | signal.h | 15 #define SIGILL 4 macro
|
/linux-4.1.27/arch/arm64/kernel/ |
D | traps.c | 338 if (show_unhandled_signals && unhandled_signal(current, SIGILL) && in do_undefinstr() 345 info.si_signo = SIGILL; in do_undefinstr() 435 info.si_signo = SIGILL; in bad_mode()
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | signal.h | 7 #define SIGILL 4 macro
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
D | signal.h | 20 #define SIGILL 4 macro
|
/linux-4.1.27/arch/m32r/include/uapi/asm/ |
D | signal.h | 22 #define SIGILL 4 macro
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | signal.h | 20 #define SIGILL 4 macro
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
D | signal.h | 27 #define SIGILL 4 macro
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | signal.h | 27 #define SIGILL 4 /* Illegal instruction (ANSI). */ macro
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | signal.h | 30 #define SIGILL 4 macro
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | traps.c | 1190 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in program_check_exception() 1240 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in program_check_exception() 1242 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in program_check_exception() 1339 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in altivec_unavailable_exception() 1356 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in vsx_unavailable_exception() 1413 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in facility_unavailable_exception() 1541 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in SoftwareEmulation() 1684 die("Kernel VMX/Altivec assist exception", regs, SIGILL); in altivec_assist_exception() 1719 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in CacheLockingException()
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | signal.h | 13 #define SIGILL 4 macro
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
D | signal.h | 20 #define SIGILL 4 macro
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | signal.h | 23 #define SIGILL 4 macro
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | signal.h | 25 #define SIGILL 4 macro
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | signal.h | 25 #define SIGILL 4 macro
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | signal.h | 37 #define SIGILL 4 macro
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | signal.h | 28 #define SIGILL 4 macro
|
/linux-4.1.27/arch/frv/kernel/ |
D | traps.c | 79 info.si_signo = SIGILL; in illegal_instruction() 83 info.si_signo = SIGILL; in illegal_instruction() 87 info.si_signo = SIGILL; in illegal_instruction()
|
D | gdb-stub.c | 802 { BRR_EB, TBR_TT_ILLEGAL_INSTR, SIGILL }, 803 { BRR_EB, TBR_TT_PRIV_INSTR, SIGILL }, 1489 if (sigval != SIGINT && sigval != SIGTRAP && sigval != SIGILL) { in gdbstub()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | traps.c | 403 info.si_signo = SIGILL; in do_entIF() 407 send_sig_info(SIGILL, &info, current); in do_entIF() 424 info.si_signo = SIGILL; in do_entDbg() 428 force_sig_info(SIGILL, &info, current); in do_entDbg()
|
/linux-4.1.27/arch/arm/kernel/ |
D | traps.c | 456 info.si_signo = SIGILL; in do_undefinstr() 523 info.si_signo = SIGILL; in bad_syscall() 704 info.si_signo = SIGILL; in arm_syscall() 779 info.si_signo = SIGILL; in baddataabort()
|
/linux-4.1.27/arch/x86/kernel/ |
D | traps.c | 313 DO_ERROR(X86_TRAP_UD, SIGILL, "invalid opcode", invalid_op) 909 info.si_signo = SIGILL; in do_iret_error() 914 X86_TRAP_IRET, SIGILL) != NOTIFY_STOP) { in do_iret_error() 915 do_trap(X86_TRAP_IRET, SIGILL, "iret exception", regs, error_code, in do_iret_error()
|
/linux-4.1.27/arch/score/kernel/ |
D | traps.c | 259 force_sig(SIGILL, current); in do_ri() 266 force_sig(SIGILL, current); in do_ccu()
|
D | asm-offsets.c | 185 DEFINE(_SIGILL, SIGILL); in output_signal_defined()
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | signal.h | 14 #define SIGILL 4 macro
|
/linux-4.1.27/arch/sh/kernel/ |
D | traps_64.c | 615 DO_ERROR(SIGILL, "illegal slot instruction", illegal_slot_inst) 656 int signr = SIGILL; in do_reserved_inst() 757 DO_ERROR(SIGILL, "reserved instruction", reserved_inst)
|
D | traps_32.c | 648 force_sig(SIGILL, tsk); in do_reserved_inst() 723 force_sig(SIGILL, tsk); in do_illegal_slot_inst()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | traps.c | 184 force_sig(SIGILL, current); in do_unhandled() 254 force_sig(SIGILL, current); in do_illegal_instruction()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | traps.c | 1033 sig = SIGILL; in trap_c() 1037 sig = SIGILL; in trap_c() 1041 sig = SIGILL; in trap_c() 1058 sig = SIGILL; in trap_c() 1101 sig = SIGILL; in trap_c()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | fault.c | 66 info.si_signo = SIGILL; in spufs_handle_event()
|
/linux-4.1.27/arch/x86/math-emu/ |
D | fpu_entry.c | 184 math_abort(FPU_info, SIGILL); in math_emulate() 216 math_abort(FPU_info, SIGILL); in math_emulate() 241 math_abort(FPU_info, SIGILL); in math_emulate()
|
D | errors.c | 78 math_abort(FPU_info, SIGILL); in FPU_illegal()
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | traps.c | 276 force_sig(SIGILL, current); in illegal_instruction()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | traps.c | 611 si.si_signo = SIGILL; in handle_interruption() 614 force_sig_info(SIGILL, &si, current); in handle_interruption()
|
/linux-4.1.27/arch/um/kernel/ |
D | trap.c | 297 case SIGILL: in relay_signal()
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | traps.c | 344 info.si_signo = SIGILL; in do_illegal_instruction()
|
/linux-4.1.27/arch/sparc/mm/ |
D | fault_32.c | 434 force_sig(SIGILL, current); in check_stack_aligned()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.c | 415 if (sigaction(SIGILL, &sigill_action, NULL)) { in catch_sigill()
|
/linux-4.1.27/include/linux/ |
D | signal.h | 414 rt_sigmask(SIGQUIT) | rt_sigmask(SIGILL) | \
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | sigreturn.c | 646 sethandler(SIGILL, sigtrap, SA_ONSTACK); /* 32-bit kernels do this */ in main()
|
/linux-4.1.27/arch/um/os-Linux/skas/ |
D | process.c | 418 case SIGILL: in userspace()
|
/linux-4.1.27/arch/metag/kernel/ |
D | traps.c | 583 unhandled_fault(regs, regs->ctx.CurrPC, SIGILL, ILL_ILLOPC, in fault_handler()
|
/linux-4.1.27/Documentation/frv/ |
D | kernel-ABI.txt | 262 result in SIGILL.
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig.cputype | 303 bool "Should a bad CT cause a SIGILL?"
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 172 87 /* SIGILL, SIGFPE, SIGSEGV, SIGBUS */
|
/linux-4.1.27/kernel/events/ |
D | uprobes.c | 1914 force_sig_info(SIGILL, SEND_SIG_FORCED, current); in handle_singlestep()
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 822 relying on those helpers is run, it will receive a SIGILL signal,
|
/linux-4.1.27/kernel/ |
D | signal.c | 168 (sigmask(SIGSEGV) | sigmask(SIGBUS) | sigmask(SIGILL) | \
|