Home
last modified time | relevance | path

Searched refs:SIGILL (Results 1 – 25 of 27) sorted by relevance

12

/f-stack/freebsd/arm/arm/
H A Dundefined.c241 ksi.ksi_signo = SIGILL; in undefinedinstruction()
300 ksi.ksi_signo = SIGILL; in undefinedinstruction()
328 ksi.ksi_signo = SIGILL; in undefinedinstruction()
H A Dmachdep.c596 sigexit(td, SIGILL);
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h481 savesig = signal(SIGILL, sigillhandler); in zfs_altivec_available()
483 signal(SIGILL, savesig); in zfs_altivec_available()
487 signal(SIGILL, savesig); in zfs_altivec_available()
/f-stack/freebsd/mips/mips/
H A Dgdb_machdep.c182 return (SIGILL); in gdb_cpu_signal()
H A Dtrap.c915 i = SIGILL; in trap()
968 i = SIGILL; in trap()
1010 i = SIGILL; /* only FPU instructions allowed */ in trap()
H A Dpm_machdep.c169 sigexit(td, SIGILL); in sendsig()
H A Dfreebsd32_machdep.c436 sigexit(td, SIGILL); in freebsd32_sendsig()
/f-stack/freebsd/i386/i386/
H A Dgdb_machdep.c109 case T_FPOPFLT: return (SIGILL); in gdb_cpu_signal()
H A Dtrap.c309 signo = SIGILL; in trap()
450 signo = SIGILL; in trap()
806 *signo = SIGILL; in trap_pfault()
H A Dmachdep.c426 sigexit(td, SIGILL); in osendsig()
552 sigexit(td, SIGILL); in freebsd4_sendsig()
714 sigexit(td, SIGILL); in sendsig()
/f-stack/freebsd/arm64/arm64/
H A Dtrap.c190 call_trapsignal(td, SIGILL, ILL_ILLOPN, (void *)frame->tf_elr, in svc_handler()
518 call_trapsignal(td, SIGILL, ILL_ILLTRP, (void *)far, in do_el0_sync()
550 call_trapsignal(td, SIGILL, ILL_PRVOPC, in do_el0_sync()
H A Dfreebsd32_machdep.c375 sigexit(td, SIGILL); in freebsd32_sendsig()
H A Dmachdep.c875 sigexit(td, SIGILL); in sendsig()
/f-stack/freebsd/sys/
H A Drctl.h101 #define RCTL_ACTION_SIGILL SIGILL
H A Dsignal.h77 #define SIGILL 4 /* illegal instr. (not reset when caught) */ macro
/f-stack/freebsd/amd64/amd64/
H A Dgdb_machdep.c146 case T_FPOPFLT: return (SIGILL); in gdb_cpu_signal()
H A Dtrap.c272 signo = SIGILL; in trap()
376 signo = SIGILL; in trap()
H A Dmachdep.c442 sigexit(td, SIGILL); in sendsig()
/f-stack/app/redis-5.0.5/src/
H A Dredis-check-rdb.c172 sigaction(SIGILL, &act, NULL); in rdbCheckSetupSignals()
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c417 sigexit(td, SIGILL); in ia32_osendsig()
528 sigexit(td, SIGILL); in freebsd4_ia32_sendsig()
671 sigexit(td, SIGILL); in ia32_sendsig()
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c475 sigexit(td, SIGILL); in linux_rt_sendsig()
577 sigexit(td, SIGILL); in linux_sendsig()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c295 sigdelset(&set, SIGILL); in ngx_thread_pool_cycle()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c344 sigexit(td, SIGILL); in linux_rt_sendsig()
450 sigexit(td, SIGILL); in linux_sendsig()
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c693 sigexit(td, SIGILL); in linux_rt_sendsig()
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c201 case SIGILL: name = "SIGILL"; break; in ABRThandler()
232 signal(SIGILL, ABRThandler); in FIO_addAbortHandler()

12