Home
last modified time | relevance | path

Searched refs:sc_gr (Results 1 – 8 of 8) sorted by relevance

/sysdeps/unix/sysv/linux/hppa/
A Dmakecontext.c50 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()
A Ducontext_i.sym12 #define mreg(reg) mcontext (sc_gr[reg])
/sysdeps/unix/sysv/linux/ia64/sys/
A Ducontext.h65 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)
/sysdeps/unix/sysv/linux/ia64/
A Dmakecontext.c65 sc->sc_gr[1] = ELF_PTR_TO_FDESC (func)->gp; in __makecontext()
80 sc->sc_gr[12] = stack_end - 16; in __makecontext()
A Dsigcontext-offsets.sym14 SC_GR offsetof (mcontext_t, sc_gr)
A Dregister-dump.h107 regvalue (&ctx->sc_gr[i], 'R', i, gpregs[i - 1]); in register_dump()
113 regvalue (&ctx->sc_gr[i], 'R', i, gpregs[i - 5]); in register_dump()
/sysdeps/unix/sysv/linux/ia64/bits/
A Dsigcontext.h59 unsigned long int sc_gr[32]; /* general registers (static partition) */ member
/sysdeps/unix/sysv/linux/hppa/sys/
A Ducontext.h63 unsigned long int __ctx(sc_gr)[32];

Completed in 6 milliseconds