Searched refs:SIGILL (Results 1 - 25 of 106) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Ds390xcap.c30 sigdelset(&ill_act.sa_mask, SIGILL);
33 sigaction(SIGILL, &ill_act, &oact);
39 sigaction(SIGILL, &oact, NULL);
H A Darmcap.c104 sigdelset(&all_masked, SIGILL);
117 sigaction(SIGILL, &ill_act, &ill_oact);
161 sigaction(SIGILL, &ill_oact, NULL);
H A Dppccap.c98 sigdelset(&all_masked, SIGILL);
131 sigaction(SIGILL, &ill_act, &ill_oact);
157 sigaction(SIGILL, &ill_oact, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Ds390xcap.c30 sigdelset(&ill_act.sa_mask, SIGILL);
33 sigaction(SIGILL, &ill_act, &oact);
39 sigaction(SIGILL, &oact, NULL);
H A Darmcap.c104 sigdelset(&all_masked, SIGILL);
117 sigaction(SIGILL, &ill_act, &ill_oact);
161 sigaction(SIGILL, &ill_oact, NULL);
H A Dppccap.c98 sigdelset(&all_masked, SIGILL);
131 sigaction(SIGILL, &ill_act, &ill_oact);
157 sigaction(SIGILL, &ill_oact, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dbugs.c31 /* Make sure that SIGILL is enabled after the handler longjmps back */
34 sigaction(SIGILL, &new, &old);
43 sigaction(SIGILL, &old, &new);
52 * SIGILL in init.
54 if ((sig != SIGILL) || (TASK_PID(get_current()) != 1))
58 printk(UM_KERN_ERR "SIGILL in init, could not read "
67 printk(UM_KERN_ERR "SIGILL caused by cmov, which this "
71 printk(UM_KERN_ERR "SIGILL caused by cmov, which this "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcpu.cpp56 SigHandler oldHandler = signal(SIGILL, SigIllHandlerCPUID);
78 signal(SIGILL, oldHandler);
123 SigHandler oldHandler = signal(SIGILL, SigIllHandlerSSE2);
140 signal(SIGILL, oldHandler);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Du_signal_names.c19 // {SIGILL, "ILL"}, {SIGTRAP, "TRAP"}, {SIGFPE, "FPE"}, {SIGUSR1, "USR1"},
33 #ifdef SIGILL
34 [SIGILL ] = "ILL",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dtraps.c170 case SIGILL:
235 signo = SIGILL;
251 signo = SIGILL;
258 signo = SIGILL;
287 signo = SIGILL;
309 if (signo == SIGILL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtraps_32.c104 info.si_signo = SIGILL;
109 force_sig_info(SIGILL, &info, current);
126 info.si_signo = SIGILL;
131 send_sig_info(SIGILL, &info, current);
141 info.si_signo = SIGILL;
146 send_sig_info(SIGILL, &info, current);
376 info.si_signo = SIGILL;
381 send_sig_info(SIGILL, &info, current);
393 info.si_signo = SIGILL;
398 send_sig_info(SIGILL,
[all...]
H A Dwindows.c89 do_exit(SIGILL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dtraps.c218 sig = SIGILL;
222 sig = SIGILL;
226 sig = SIGILL;
247 sig = SIGILL;
290 sig = SIGILL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dexceptions.c85 _exception(SIGILL, regs, ILL_ILLOPC, addr);
118 _exception(SIGILL, regs, FPE_INTDIV, addr);
150 _exception(SIGILL, regs, ILL_PRVOPC, addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dtraps.c152 sig = SIGILL;
221 sig = SIGILL;
228 sig = SIGILL;
249 sig = SIGILL;
329 sig = SIGILL;
416 sig = SIGILL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dtraps.c101 /* SIGILL, SIGFPE, SIGSEGV, and SIGBUS want these field initialized: */
114 sig = SIGILL; code = ILL_ILLOPC;
162 sig = SIGILL; code = __ILL_BNDMOD;
171 sig = SIGILL; code = __ILL_BREAK;
419 si.si_signo = SIGILL;
422 force_sig_info(SIGILL, &si, current);
492 sig = SIGILL;
513 siginfo.si_signo = SIGILL;
520 force_sig_info(SIGILL, &siginfo, current);
613 siginfo.si_signo = SIGILL;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtraps.c405 DO_ERROR_INFO(SIGILL, "addressing exception", addressing_exception,
407 DO_ERROR_INFO(SIGILL, "execute exception", execute_exception,
423 DO_ERROR_INFO(SIGILL, "operand exception", operand_exception,
425 DO_ERROR_INFO(SIGILL, "privileged operation", privileged_op,
427 DO_ERROR_INFO(SIGILL, "special operation exception", special_op_exception,
429 DO_ERROR_INFO(SIGILL, "translation exception", translation_exception,
484 signal = SIGILL;
509 signal = SIGILL;
513 * kprobes notifier. If kprobes doesn't pick it up, SIGILL
517 signal = SIGILL;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Dcp1emu.c125 * It return 0 or SIGILL.
163 return SIGILL;
219 return SIGILL;
235 return SIGILL;
255 return SIGILL;
271 return SIGILL;
400 return SIGILL;
413 return SIGILL;
418 return SIGILL;
814 (micro_mips32_to_mips32((union mips_instruction *)&ir) == SIGILL))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dsignal.h27 #define SIGILL 4 /* Illegal instruction (ANSI). */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dsignal.h7 #define SIGILL 4 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dsignal.h13 #define SIGILL 4 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dmod_db4.c83 signal(SIGILL, sig_unrecoverable);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsignal.h23 #define SIGILL 4 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsignal.h15 #define SIGILL 4 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dcpu.c110 * If the OS doesn't support SSE, we will get here with a SIGILL. We
249 if(0 == sigaction(SIGILL, NULL, &sigill_save) && signal(SIGILL, (void (*)(int))sigill_handler_sse_os) != SIG_ERR)
254 sigill_sse.sa_flags = SA_SIGINFO | SA_RESETHAND; /* SA_RESETHAND just in case our SIGILL return jump breaks, so we don't get stuck in a loop */
255 if(0 == sigaction(SIGILL, &sigill_sse, &sigill_save))
262 "xorps %%xmm0,%%xmm0\n\t" /* will cause SIGILL if unsupported by OS */
263 "incl %0\n\t" /* SIGILL handler will jump over this */
265 "nop\n\t" /* SIGILL jump lands here if "inc" is 9 bytes */
271 "nop\n\t" /* SIGILL jump lands here if "inc" is 3 bytes (expected) */
273 "nop" /* SIGILL jum
[all...]

Completed in 237 milliseconds

12345