Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/arm/
H A Dunix_signal.c161 user64_addr_t catcher, int infostyle, int sig, user64_addr_t p_sinfo, in sendsig_set_thread_state64() argument
167 regs->x[1] = infostyle; in sendsig_set_thread_state64()
198 user32_addr_t catcher, int infostyle, int sig, user32_addr_t p_sinfo, in sendsig_set_thread_state32() argument
204 regs->r[1] = infostyle; in sendsig_set_thread_state32()
296 int oonstack, infostyle; in sendsig() local
310 infostyle = UC_FLAVOR; in sendsig()
312 infostyle = UC_TRAD; in sendsig()
585 catcher, infostyle, sig, (user64_addr_t)&((struct user_sigframe64*)sp)->sinfo, in sendsig()
623 …CAST_DOWN_EXPLICIT(user32_addr_t, catcher), infostyle, sig, (user32_addr_t)&((struct user_sigframe… in sendsig()
795 if ((unsigned int)uap->infostyle == UC_SET_ALT_STACK) { in sigreturn()
[all …]
/xnu-8019.80.24/bsd/dev/i386/
H A Dunix_signal.c193 int infostyle = UC_TRAD; in sendsig() local
203 infostyle = UC_FLAVOR; in sendsig()
392 tstate64->rsi = infostyle; in sendsig()
476 frame32.sigstyle = infostyle; in sendsig()
800 if ((unsigned int)uap->infostyle == UC_SET_ALT_STACK) { in sigreturn()
803 } else if ((unsigned int)uap->infostyle == UC_RESET_ALT_STACK) { in sigreturn()