Home
last modified time | relevance | path

Searched refs:scp (Results 1 – 4 of 4) sorted by relevance

/sysdeps/mach/hurd/i386/
A Dsigreturn.c58 __sigreturn (struct sigcontext *scp) in __sigreturn() argument
64 if (scp == NULL || (scp->sc_mask & _SIG_CANT_MASK)) in __sigreturn()
79 ss->blocked = scp->sc_mask; in __sigreturn()
80 ss->intr_port = scp->sc_intr_port; in __sigreturn()
89 ss->context = scp; in __sigreturn()
99 if (scp->sc_onstack) in __sigreturn()
117 *reply_port = scp->sc_reply_port; in __sigreturn()
119 if (scp->sc_fpused) in __sigreturn()
129 int *usp = (int *) scp->sc_uesp; in __sigreturn()
131 *--usp = scp->sc_eip; in __sigreturn()
[all …]
A Dtrampoline.c95 struct sigcontext *scp; in _hurd_setup_sighandler() local
105 struct sigcontext *scp; /* Points to ctx, below. */ in _hurd_setup_sighandler() member
212 scp = &stackframe->ctx; in _hurd_setup_sighandler()
213 scp->sc_onstack = ss->sigaltstack.ss_flags & SS_ONSTACK ? 1 : 0; in _hurd_setup_sighandler()
217 memcpy (&scp->sc_i386_thread_state, in _hurd_setup_sighandler()
223 &state->fpu, &scp->sc_i386_float_state, in _hurd_setup_sighandler()
233 fill_ucontext (&stackframe->ucontext, scp); in _hurd_setup_sighandler()
247 stackframe->legacy.scp = &stackframe->ctx; in _hurd_setup_sighandler()
303 state->basic.ecx = (int) &scp->sc_eax; in _hurd_setup_sighandler()
316 return scp; in _hurd_setup_sighandler()
/sysdeps/unix/sysv/linux/arm/
A Dprofil-counter.h23 __profil_counter (int signo, siginfo_t *_si, void *scp) in __profil_counter() argument
25 profil_count (sigcontext_get_pc (scp)); in __profil_counter()
/sysdeps/generic/
A Dprofil-counter.h32 __profil_counter (int signr, int code, struct sigcontext *scp) in __profil_counter() argument
34 profil_count ((uintptr_t) scp->sc_pc); in __profil_counter()

Completed in 10 milliseconds