Searched refs:gprs_high (Results 1 – 5 of 5) sorted by relevance
127 __u32 gprs_high[NUM_GPRS]; in save_sigregs_ext32() local133 gprs_high[i] = regs->gprs[i] >> 32; in save_sigregs_ext32()134 if (__copy_to_user(&sregs_ext->gprs_high, &gprs_high, in save_sigregs_ext32()135 sizeof(sregs_ext->gprs_high))) in save_sigregs_ext32()155 __u32 gprs_high[NUM_GPRS]; in restore_sigregs_ext32() local160 if (__copy_from_user(&gprs_high, &sregs_ext->gprs_high, in restore_sigregs_ext32()161 sizeof(sregs_ext->gprs_high))) in restore_sigregs_ext32()164 *(__u32 *)®s->gprs[i] = gprs_high[i]; in restore_sigregs_ext32()
1527 compat_ulong_t *gprs_high; in s390_compat_regs_high_get() local1529 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_get()1534 *k++ = *gprs_high; in s390_compat_regs_high_get()1535 gprs_high += 2; in s390_compat_regs_high_get()1541 if (__put_user(*gprs_high, u++)) in s390_compat_regs_high_get()1543 gprs_high += 2; in s390_compat_regs_high_get()1555 compat_ulong_t *gprs_high; in s390_compat_regs_high_set() local1558 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_set()1563 *gprs_high = *k++; in s390_compat_regs_high_set()1564 *gprs_high += 2; in s390_compat_regs_high_set()[all …]
56 __u32 gprs_high[__NUM_GPRS]; member
70 unsigned long gprs_high[__NUM_GPRS]; member
82 u32 gprs_high[NUM_GPRS]; member