Lines Matching refs:gprs_high
1266 compat_ulong_t *gprs_high; in s390_compat_regs_high_get() local
1268 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_get()
1273 *k++ = *gprs_high; in s390_compat_regs_high_get()
1274 gprs_high += 2; in s390_compat_regs_high_get()
1280 if (__put_user(*gprs_high, u++)) in s390_compat_regs_high_get()
1282 gprs_high += 2; in s390_compat_regs_high_get()
1294 compat_ulong_t *gprs_high; in s390_compat_regs_high_set() local
1297 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_set()
1302 *gprs_high = *k++; in s390_compat_regs_high_set()
1303 *gprs_high += 2; in s390_compat_regs_high_set()
1313 *gprs_high = word; in s390_compat_regs_high_set()
1314 *gprs_high += 2; in s390_compat_regs_high_set()