Searched refs:gprs_high (Results 1 – 3 of 3) sorted by relevance
43 __u32 gprs_high[NUM_GPRS]; member53 __u32 gprs_high[NUM_GPRS]; member339 __u32 gprs_high[NUM_GPRS]; in save_sigregs_gprs_high() local343 gprs_high[i] = regs->gprs[i] >> 32; in save_sigregs_gprs_high()345 return __copy_to_user(uregs, &gprs_high, sizeof(gprs_high)); in save_sigregs_gprs_high()350 __u32 gprs_high[NUM_GPRS]; in restore_sigregs_gprs_high() local353 err = __copy_from_user(&gprs_high, uregs, sizeof(gprs_high)); in restore_sigregs_gprs_high()357 *(__u32 *)®s->gprs[i] = gprs_high[i]; in restore_sigregs_gprs_high()375 if (restore_sigregs_gprs_high(regs, frame->gprs_high)) in sys32_sigreturn()401 if (restore_sigregs_gprs_high(regs, frame->gprs_high)) in sys32_rt_sigreturn()[all …]
1036 compat_ulong_t *gprs_high; in s390_compat_regs_high_get() local1038 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_get()1043 *k++ = *gprs_high; in s390_compat_regs_high_get()1044 gprs_high += 2; in s390_compat_regs_high_get()1050 if (__put_user(*gprs_high, u++)) in s390_compat_regs_high_get()1052 gprs_high += 2; in s390_compat_regs_high_get()1064 compat_ulong_t *gprs_high; in s390_compat_regs_high_set() local1067 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_set()1072 *gprs_high = *k++; in s390_compat_regs_high_set()1073 *gprs_high += 2; in s390_compat_regs_high_set()[all …]
312 __u32 gprs_high[NUM_GPRS]; member