Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A Dcompat_signal.c125 __u32 gprs_high[NUM_GPRS]; in save_sigregs_ext32() local
131 gprs_high[i] = regs->gprs[i] >> 32; in save_sigregs_ext32()
132 if (__copy_to_user(&sregs_ext->gprs_high, &gprs_high, in save_sigregs_ext32()
133 sizeof(sregs_ext->gprs_high))) in save_sigregs_ext32()
153 __u32 gprs_high[NUM_GPRS]; in restore_sigregs_ext32() local
158 if (__copy_from_user(&gprs_high, &sregs_ext->gprs_high, in restore_sigregs_ext32()
159 sizeof(sregs_ext->gprs_high))) in restore_sigregs_ext32()
162 *(__u32 *)&regs->gprs[i] = gprs_high[i]; in restore_sigregs_ext32()
A Dptrace.c1352 compat_ulong_t *gprs_high; in s390_compat_regs_high_get() local
1355 gprs_high = (compat_ulong_t *)task_pt_regs(target)->gprs; in s390_compat_regs_high_get()
1356 for (i = 0; i < NUM_GPRS; i++, gprs_high += 2) in s390_compat_regs_high_get()
1357 membuf_store(&to, *gprs_high); in s390_compat_regs_high_get()
1366 compat_ulong_t *gprs_high; in s390_compat_regs_high_set() local
1369 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_set()
1374 *gprs_high = *k++; in s390_compat_regs_high_set()
1375 *gprs_high += 2; in s390_compat_regs_high_set()
1385 *gprs_high = word; in s390_compat_regs_high_set()
1386 *gprs_high += 2; in s390_compat_regs_high_set()
A Dcompat_linux.h47 __u32 gprs_high[__NUM_GPRS]; member
/linux/arch/s390/include/uapi/asm/
A Dsigcontext.h70 unsigned long gprs_high[__NUM_GPRS]; member
/linux/arch/s390/include/asm/
A Dcompat.h62 u32 gprs_high[NUM_GPRS]; member

Completed in 13 milliseconds