Lines Matching refs:sc
42 mcontext_t *sc = &ucp->uc_mcontext; in __makecontext() local
49 stack_start = (long) sc->sc_stack.ss_sp; in __makecontext()
50 stack_end = (long) sc->sc_stack.ss_sp + sc->sc_stack.ss_size; in __makecontext()
63 sc->sc_br[0] = ELF_PTR_TO_FDESC (&__start_context)->ip; in __makecontext()
64 sc->sc_br[1] = ELF_PTR_TO_FDESC (func)->ip; in __makecontext()
65 sc->sc_gr[1] = ELF_PTR_TO_FDESC (func)->gp; in __makecontext()
68 sc->sc_ar_pfs = ((sc->sc_ar_pfs & ~0x3fffffffffUL) in __makecontext()
79 sc->sc_ar_bsp = (long) rbs; in __makecontext()
80 sc->sc_gr[12] = stack_end - 16; in __makecontext()
83 sc->sc_nat &= ~((1 << 1) | (1 << 12)); in __makecontext()
84 sc->sc_ar_rnat = 0; in __makecontext()