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

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_signals.c203 case SIGILL:
307 SIGACTION(p, SIGILL) = SIG_DFL;
308 sig = sigmask(SIGILL);
317 psignal_locked(p, SIGILL);
419 *unix_signal = SIGILL;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c411 case SIGILL:
540 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:
578 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:
624 SIGACTION(p, SIGILL) = SIG_DFL;
625 sig = sigmask(SIGILL);
631 psignal_locked(p, SIGILL);
795 *unix_signal = SIGILL;
/darwin-on-arm/xnu/bsd/sys/
H A Dsignal.h81 #include <machine/signal.h> /* sigcontext; codes for SIGILL, SIGFPE */
86 #define SIGILL 4 /* illegal instruction (not reset when caught) */ macro
303 * When the signal is SIGILL or SIGFPE, si_addr contains the address of
315 /* Codes for SIGILL */
583 #define threadmask (sigmask(SIGILL)|sigmask(SIGTRAP)|\
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c451 *ux_signal = SIGILL;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c2713 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:
2758 if ((signum != SIGILL) && (signum != SIGTRAP) && (ps->ps_sigreset & mask)) {

Completed in 29 milliseconds