Lines Matching refs:gprs_high
1495 compat_ulong_t *gprs_high; in s390_compat_regs_high_get() local
1497 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_get()
1502 *k++ = *gprs_high; in s390_compat_regs_high_get()
1503 gprs_high += 2; in s390_compat_regs_high_get()
1509 if (__put_user(*gprs_high, u++)) in s390_compat_regs_high_get()
1511 gprs_high += 2; in s390_compat_regs_high_get()
1523 compat_ulong_t *gprs_high; in s390_compat_regs_high_set() local
1526 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_set()
1531 *gprs_high = *k++; in s390_compat_regs_high_set()
1532 *gprs_high += 2; in s390_compat_regs_high_set()
1542 *gprs_high = word; in s390_compat_regs_high_set()
1543 *gprs_high += 2; in s390_compat_regs_high_set()