Home
last modified time | relevance | path

Searched refs:infostyle (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/dev/arm/
H A Dunix_signal.c174 user64_addr_t catcher, int infostyle, int sig, user64_addr_t p_sinfo, in sendsig_set_thread_state64() argument
180 regs->x[1] = infostyle; in sendsig_set_thread_state64()
211 user32_addr_t catcher, int infostyle, int sig, user32_addr_t p_sinfo, in sendsig_set_thread_state32() argument
217 regs->r[1] = infostyle; in sendsig_set_thread_state32()
307 int oonstack, infostyle; in sendsig() local
321 infostyle = UC_FLAVOR; in sendsig()
323 infostyle = UC_TRAD; in sendsig()
605 catcher, infostyle, sig, (user64_addr_t)&((struct user_sigframe64*)sp)->sinfo, in sendsig()
643 …CAST_DOWN_EXPLICIT(user32_addr_t, catcher), infostyle, sig, (user32_addr_t)&((struct user_sigframe… in sendsig()
820 if ((unsigned int)uap->infostyle == UC_SET_ALT_STACK) { in sigreturn()
[all …]
/xnu-12377.81.4/bsd/dev/i386/
H A Dunix_signal.c194 int infostyle = UC_TRAD; in sendsig() local
204 infostyle = UC_FLAVOR; in sendsig()
399 tstate64->rsi = infostyle; in sendsig()
483 frame32.sigstyle = infostyle; in sendsig()
810 if ((unsigned int)uap->infostyle == UC_SET_ALT_STACK) { in sigreturn()
813 } else if ((unsigned int)uap->infostyle == UC_RESET_ALT_STACK) { in sigreturn()