Lines Matching refs:gprs_high
1308 compat_ulong_t *gprs_high; in s390_compat_regs_high_get() local
1310 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_get()
1315 *k++ = *gprs_high; in s390_compat_regs_high_get()
1316 gprs_high += 2; in s390_compat_regs_high_get()
1322 if (__put_user(*gprs_high, u++)) in s390_compat_regs_high_get()
1324 gprs_high += 2; in s390_compat_regs_high_get()
1336 compat_ulong_t *gprs_high; in s390_compat_regs_high_set() local
1339 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_set()
1344 *gprs_high = *k++; in s390_compat_regs_high_set()
1345 *gprs_high += 2; in s390_compat_regs_high_set()
1355 *gprs_high = word; in s390_compat_regs_high_set()
1356 *gprs_high += 2; in s390_compat_regs_high_set()