/openbmc/qemu/tests/tcg/s390x/ |
H A D | vrep.c | 24 mcontext->gregs[2] = SIGILL; in handle_sigill() 52 err = sigaction(SIGILL, &act, NULL); in main() 71 assert(vrep(&v1, &v3, 0x10, 0) == SIGILL); in main() 72 assert(vrep(&v1, &v3, 0x101, 0) == SIGILL); in main() 73 assert(vrep(&v1, &v3, 0x8, 1) == SIGILL); in main() 74 assert(vrep(&v1, &v3, 0x108, 1) == SIGILL); in main() 75 assert(vrep(&v1, &v3, 0x4, 2) == SIGILL); in main() 76 assert(vrep(&v1, &v3, 0x104, 2) == SIGILL); in main() 77 assert(vrep(&v1, &v3, 0x2, 3) == SIGILL); in main() 78 assert(vrep(&v1, &v3, 0x102, 3) == SIGILL); in main()
|
H A D | cvb.c | 62 err = sigaction(SIGILL, &act, NULL); in main() 71 assert(cvb(0x7) == FAIL && signum == SIGILL); in main() 83 assert(cvby(0x7) == FAIL && signum == SIGILL); in main() 95 assert(cvbg(0x7) == FAIL && signum == SIGILL); in main()
|
H A D | trap.c | 55 if (sig == SIGILL) { in sig_handler() 74 chk_error(sigaction(SIGILL, &act, NULL)); in main()
|
/openbmc/linux/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 …]
|
/openbmc/linux/arch/s390/kernel/ |
H A 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() 197 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation"); in vector_exception() [all …]
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A 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()
|
H A D | single_step_syscall.c | 95 [SIGILL] = "SIGILL", 219 sethandler(SIGILL, print_and_longjmp, SA_RESETHAND); in main() 232 clearhandler(SIGILL); in main()
|
H A 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()
|
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/ |
H A D | dexcr.c | 25 old = push_signal_handler(SIGILL, generic_signal_handler); in dexcr_exists() 42 pop_signal_handler(SIGILL, old); in dexcr_exists() 55 old = push_signal_handler(SIGILL, generic_signal_handler); in hashchk_triggers() 64 pop_signal_handler(SIGILL, old); in hashchk_triggers()
|
H A D | hashchk_test.c | 35 if (signum != SIGILL) in hashchk_handler() 56 old = push_signal_handler(SIGILL, hashchk_handler); in hashchk_detected_test() 65 pop_signal_handler(SIGILL, old); in hashchk_detected_test()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | traps.c | 69 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC) 70 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC) 71 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC) 145 rc = notify_die(DIE_IERR, "kprobe_ierr", regs, address, 0, SIGILL); in do_insterror_or_kprobe()
|
/openbmc/linux/arch/x86/um/ |
H A 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()
|
/openbmc/linux/arch/csky/kernel/ |
H A 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()
|
/openbmc/linux/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 …]
|
/openbmc/linux/arch/ia64/kernel/ |
H A 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()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | traps.c | 148 SIGILL, ILL_ILLTRP, "unknown exception"); 168 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc, in do_trap_insn_illegal() 175 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc, in do_trap_insn_illegal() 238 SIGILL, ILL_ILLTRP, "environment call from S-mode"); 240 SIGILL, ILL_ILLTRP, "environment call from M-mode"); 327 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->epc, in do_trap_ecall_u()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/ |
H A D | 0001-NEON-autodetection-segfaults-assume-neon-present.patch | 42 - oldsig = signal(SIGILL, sighandler); 44 - signal(SIGILL, oldsig); 51 - signal(SIGILL, oldsig);
|
/openbmc/linux/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()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | fpu.h | 260 return SIGILL; in __enable_fpu() 281 return SIGILL; in own_fpu_inatomic() 286 return SIGILL; in own_fpu()
|
/openbmc/linux/arch/sparc/kernel/ |
H A 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);
|
/openbmc/qemu/util/ |
H A D | cpuinfo-riscv.c | 82 sigaction(SIGILL, &sa_new, &sa_old); in cpuinfo_init() 111 sigaction(SIGILL, &sa_old, NULL); in cpuinfo_init()
|
/openbmc/linux/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()
|
/openbmc/qemu/tests/tcg/m68k/ |
H A D | trap.c | 45 sigaction(SIGILL, &act, NULL); in main() 92 expect_sig = SIGILL; in main()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|