Searched refs:hppa_r28 (Results 1 – 5 of 5) sorted by relevance
4 hppa_r28 = -tcp->u_error; in arch_set_error()5 return upoke(tcp->pid, PT_GR28, hppa_r28); in arch_set_error()11 hppa_r28 = tcp->u_rval; in arch_set_success()12 return upoke(tcp->pid, PT_GR28, hppa_r28); in arch_set_success()
4 if (check_errno && is_negated_errno(hppa_r28)) { in get_error()6 tcp->u_error = -hppa_r28; in get_error()8 tcp->u_rval = hppa_r28; in get_error()
1 static unsigned long hppa_r28; variable
4 return upeek(tcp->pid, PT_GR28, &hppa_r28) < 0 ? -1 : 0; in get_syscall_result_regs()
6364 * linux/hppa/arch_regs.c (hppa_r28): Likewise.32394 r28 -> hppa_r28.