Home
last modified time | relevance | path

Searched refs:gprs_high (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dcompat_signal.c127 __u32 gprs_high[NUM_GPRS]; in save_sigregs_ext32() local
133 gprs_high[i] = regs->gprs[i] >> 32; in save_sigregs_ext32()
134 if (__copy_to_user(&sregs_ext->gprs_high, &gprs_high, in save_sigregs_ext32()
135 sizeof(sregs_ext->gprs_high))) in save_sigregs_ext32()
155 __u32 gprs_high[NUM_GPRS]; in restore_sigregs_ext32() local
160 if (__copy_from_user(&gprs_high, &sregs_ext->gprs_high, in restore_sigregs_ext32()
161 sizeof(sregs_ext->gprs_high))) in restore_sigregs_ext32()
164 *(__u32 *)&regs->gprs[i] = gprs_high[ in restore_sigregs_ext32()
[all...]
H A Dptrace.c1489 compat_ulong_t *gprs_high; in s390_compat_regs_high_get() local
1492 gprs_high = (compat_ulong_t *)task_pt_regs(target)->gprs; in s390_compat_regs_high_get()
1493 for (i = 0; i < NUM_GPRS; i++, gprs_high += 2) in s390_compat_regs_high_get()
1494 membuf_store(&to, *gprs_high); in s390_compat_regs_high_get()
1503 compat_ulong_t *gprs_high; in s390_compat_regs_high_set() local
1506 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_set()
1511 *gprs_high = *k++; in s390_compat_regs_high_set()
1512 *gprs_high += 2; in s390_compat_regs_high_set()
1522 *gprs_high = word; in s390_compat_regs_high_set()
1523 *gprs_high in s390_compat_regs_high_set()
[all...]
H A Dcompat_linux.h56 __u32 gprs_high[__NUM_GPRS]; member
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dcompat_signal.c128 __u32 gprs_high[NUM_GPRS]; in save_sigregs_ext32() local
134 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() local
161 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 *)&regs->gprs[i] = gprs_high[ in restore_sigregs_ext32()
[all...]
H A Dptrace.c1385 compat_ulong_t *gprs_high; in s390_compat_regs_high_get() local
1388 gprs_high = (compat_ulong_t *)task_pt_regs(target)->gprs; in s390_compat_regs_high_get()
1389 for (i = 0; i < NUM_GPRS; i++, gprs_high += 2) in s390_compat_regs_high_get()
1390 membuf_store(&to, *gprs_high); in s390_compat_regs_high_get()
1399 compat_ulong_t *gprs_high; in s390_compat_regs_high_set() local
1402 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_set()
1407 *gprs_high = *k++; in s390_compat_regs_high_set()
1408 *gprs_high += 2; in s390_compat_regs_high_set()
1418 *gprs_high = word; in s390_compat_regs_high_set()
1419 *gprs_high in s390_compat_regs_high_set()
[all...]
H A Dcompat_linux.h47 __u32 gprs_high[__NUM_GPRS]; member
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H A Dsigcontext.h70 unsigned long gprs_high[__NUM_GPRS]; member
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Dsigcontext.h70 unsigned long gprs_high[__NUM_GPRS]; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dcompat.h62 u32 gprs_high[NUM_GPRS]; member
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dcompat.h80 u32 gprs_high[NUM_GPRS]; member

Completed in 7 milliseconds