Searched defs:gprs_high (Results 1 - 5 of 5) sorted by relevance

/arch/s390/include/uapi/asm/
H A Dsigcontext.h69 unsigned long gprs_high[__NUM_GPRS]; member in struct:__anon2577
/arch/s390/kernel/
H A Dcompat_linux.h55 __u32 gprs_high[__NUM_GPRS]; member in struct:__anon2589
H A Dcompat_signal.c249 __u32 gprs_high[NUM_GPRS]; local
255 gprs_high[i] = regs->gprs[i] >> 32;
256 if (__copy_to_user(&sregs_ext->gprs_high, &gprs_high,
257 sizeof(sregs_ext->gprs_high)))
277 __u32 gprs_high[NUM_GPRS]; local
282 if (__copy_from_user(&gprs_high, &sregs_ext->gprs_high,
283 sizeof(&sregs_ext->gprs_high)))
286 *(__u32 *)&regs->gprs[i] = gprs_high[
[all...]
H A Dptrace.c1291 compat_ulong_t *gprs_high; local
1293 gprs_high = (compat_ulong_t *)
1298 *k++ = *gprs_high;
1299 gprs_high += 2;
1305 if (__put_user(*gprs_high, u++))
1307 gprs_high += 2;
1319 compat_ulong_t *gprs_high; local
1322 gprs_high = (compat_ulong_t *)
1327 *gprs_high = *k++;
1328 *gprs_high
[all...]
/arch/s390/include/asm/
H A Dcompat.h94 u32 gprs_high[NUM_GPRS]; member in struct:__anon2502

Completed in 169 milliseconds