Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dcompat_signal.c240 __u32 gprs_high[NUM_GPRS]; in save_sigregs_ext32() local
246 gprs_high[i] = regs->gprs[i] >> 32; in save_sigregs_ext32()
247 if (__copy_to_user(&sregs_ext->gprs_high, &gprs_high, in save_sigregs_ext32()
248 sizeof(sregs_ext->gprs_high))) in save_sigregs_ext32()
268 __u32 gprs_high[NUM_GPRS]; in restore_sigregs_ext32() local
273 if (__copy_from_user(&gprs_high, &sregs_ext->gprs_high, in restore_sigregs_ext32()
274 sizeof(sregs_ext->gprs_high))) in restore_sigregs_ext32()
277 *(__u32 *)&regs->gprs[i] = gprs_high[i]; in restore_sigregs_ext32()
Dptrace.c1274 compat_ulong_t *gprs_high; in s390_compat_regs_high_get() local
1276 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_get()
1281 *k++ = *gprs_high; in s390_compat_regs_high_get()
1282 gprs_high += 2; in s390_compat_regs_high_get()
1288 if (__put_user(*gprs_high, u++)) in s390_compat_regs_high_get()
1290 gprs_high += 2; in s390_compat_regs_high_get()
1302 compat_ulong_t *gprs_high; in s390_compat_regs_high_set() local
1305 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_set()
1310 *gprs_high = *k++; in s390_compat_regs_high_set()
1311 *gprs_high += 2; in s390_compat_regs_high_set()
[all …]
Dcompat_linux.h55 __u32 gprs_high[__NUM_GPRS]; member
/arch/s390/include/uapi/asm/
Dsigcontext.h69 unsigned long gprs_high[__NUM_GPRS]; member
/arch/s390/include/asm/
Dcompat.h94 u32 gprs_high[NUM_GPRS]; member