Home
last modified time | relevance | path

Searched refs:gprs_high (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/s390/kernel/
Dcompat_signal.c43 __u32 gprs_high[NUM_GPRS]; member
53 __u32 gprs_high[NUM_GPRS]; member
339 __u32 gprs_high[NUM_GPRS]; in save_sigregs_gprs_high() local
343 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() local
353 err = __copy_from_user(&gprs_high, uregs, sizeof(gprs_high)); in restore_sigregs_gprs_high()
357 *(__u32 *)&regs->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 …]
Dptrace.c1036 compat_ulong_t *gprs_high; in s390_compat_regs_high_get() local
1038 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() local
1067 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 …]
/linux-3.4.99/arch/s390/include/asm/
Dptrace.h312 __u32 gprs_high[NUM_GPRS]; member