Searched refs:sc_gr (Results 1 – 8 of 8) sorted by relevance
/sysdeps/unix/sysv/linux/hppa/ |
A D | makecontext.c | 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()
|
A D | ucontext_i.sym | 12 #define mreg(reg) mcontext (sc_gr[reg])
|
/sysdeps/unix/sysv/linux/ia64/sys/ |
A D | ucontext.h | 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)
|
/sysdeps/unix/sysv/linux/ia64/ |
A D | makecontext.c | 65 sc->sc_gr[1] = ELF_PTR_TO_FDESC (func)->gp; in __makecontext() 80 sc->sc_gr[12] = stack_end - 16; in __makecontext()
|
A D | sigcontext-offsets.sym | 14 SC_GR offsetof (mcontext_t, sc_gr)
|
A D | register-dump.h | 107 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 D | sigcontext.h | 59 unsigned long int sc_gr[32]; /* general registers (static partition) */ member
|
/sysdeps/unix/sysv/linux/hppa/sys/ |
A D | ucontext.h | 63 unsigned long int __ctx(sc_gr)[32];
|
Completed in 6 milliseconds