Home | History | Annotate | Download | only in ia64

Lines Matching refs:ucontext_t

49 tdep_uc_addr (ucontext_t *uc, int reg, uint8_t *nat_bitnr)
129 ucontext_t *uc = arg;
249 ucontext_t *uc = arg;
285 ucontext_t *uc = arg;
337 ucontext_t *uc = arg;
416 ucontext_t *ucp;
423 ucp = (ucontext_t *) uc_addr;
428 /* Need to copy-in ucontext_t first. */
429 ucp = alloca (sizeof (ucontext_t));
442 for (src = uc_addr; src < uc_addr + sizeof (ucontext_t); src += 8)
453 /* Must be an access to the RSE backing store in ucontext_t. */
468 /* need to copy-out ucontext_t: */
470 for (dst = uc_addr; dst < uc_addr + sizeof (ucontext_t); dst += 8)
487 ucontext_t *ucp;
491 ucp = (ucontext_t *) uc_addr;
496 /* Need to copy-in ucontext_t first. */
497 ucp = alloca (sizeof (ucontext_t));
510 for (src = uc_addr; src < uc_addr + sizeof (ucontext_t); src += 8)
522 /* need to copy-out ucontext_t: */
524 for (dst = uc_addr; dst < uc_addr + sizeof (ucontext_t); dst += 8)