Searched refs:gprs_high (Results 1 – 5 of 5) sorted by relevance
128 __u32 gprs_high[NUM_GPRS]; in save_sigregs_ext32() local134 gprs_high[i] = regs->gprs[i] >> 32; in save_sigregs_ext32()135 if (__copy_to_user(&sregs_ext->gprs_high, &gprs_high, in save_sigregs_ext32()136 sizeof(sregs_ext->gprs_high))) in save_sigregs_ext32()156 __u32 gprs_high[NUM_GPRS]; in restore_sigregs_ext32() local161 if (__copy_from_user(&gprs_high, &sregs_ext->gprs_high, in restore_sigregs_ext32()162 sizeof(sregs_ext->gprs_high))) in restore_sigregs_ext32()165 *(__u32 *)®s->gprs[i] = gprs_high[i]; in restore_sigregs_ext32()
1389 compat_ulong_t *gprs_high; in s390_compat_regs_high_get() local1392 gprs_high = (compat_ulong_t *)task_pt_regs(target)->gprs; in s390_compat_regs_high_get()1393 for (i = 0; i < NUM_GPRS; i++, gprs_high += 2) in s390_compat_regs_high_get()1394 membuf_store(&to, *gprs_high); in s390_compat_regs_high_get()1403 compat_ulong_t *gprs_high; in s390_compat_regs_high_set() local1406 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_set()1411 *gprs_high = *k++; in s390_compat_regs_high_set()1412 *gprs_high += 2; in s390_compat_regs_high_set()1422 *gprs_high = word; in s390_compat_regs_high_set()1423 *gprs_high += 2; in s390_compat_regs_high_set()
47 __u32 gprs_high[__NUM_GPRS]; member
70 unsigned long gprs_high[__NUM_GPRS]; member
62 u32 gprs_high[NUM_GPRS]; member
Completed in 10 milliseconds