Lines Matching defs:scp
147 printf("sendsig_sigcontext: %s[%d] sig %d newusp %p scp %p\n",
212 printf("sendsig_siginfo: %s[%d] sig %d scp %p\n",
265 struct sigcontext sc, *scp;
285 scp = ≻
293 if (((scp->sc_pc | scp->sc_npc) & 3) != 0)
297 tf->tf_psr = (tf->tf_psr & ~PSR_ICC) | (scp->sc_psr & PSR_ICC);
298 tf->tf_pc = scp->sc_pc;
299 tf->tf_npc = scp->sc_npc;
300 tf->tf_global[1] = scp->sc_g1;
301 tf->tf_out[0] = scp->sc_o0;
302 tf->tf_out[6] = scp->sc_sp;
305 if (scp->sc_onstack & SS_ONSTACK)
310 (void) sigprocmask1(l, SIG_SETMASK, &scp->sc_mask, 0);