Searched refs:sc_gr (Results 1 – 7 of 7) sorted by relevance
50 osp = (unsigned long *)ucp->uc_mcontext.sc_gr[30]; in __makecontext()57 ucp->uc_mcontext.sc_gr[30] = ((unsigned long) sp); in __makecontext()63 sp[-4 / sizeof (unsigned long)] = ucp->uc_link->uc_mcontext.sc_gr[30]; in __makecontext()64 sp[-20 / sizeof (unsigned long)] = ucp->uc_link->uc_mcontext.sc_gr[2]; in __makecontext()74 ucp->uc_mcontext.sc_gr[2] = (unsigned long) func; in __makecontext()82 ucp->uc_mcontext.sc_gr[26-i] = va_arg (ap, int); in __makecontext()89 ucp->uc_mcontext.sc_gr[22+4-i] = va_arg (ap, int); in __makecontext()
12 #define mreg(reg) mcontext (sc_gr[reg])
65 unsigned long int __ctx(sc_gr)[32];77 __builtin_offsetof (mcontext_t, __ctx(sc_gr)[0])80 (((char *) &((mcontext_t *) 0)->__ctx(sc_gr)[0]) - (char *) 0)
65 sc->sc_gr[1] = ELF_PTR_TO_FDESC (func)->gp; in __makecontext()80 sc->sc_gr[12] = stack_end - 16; in __makecontext()
14 SC_GR offsetof (mcontext_t, sc_gr)
59 unsigned long int sc_gr[32]; /* general registers (static partition) */ member
63 unsigned long int __ctx(sc_gr)[32];