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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dcompat_signal.c42 __u32 gprs_high[NUM_GPRS]; member in struct:__anon10173
52 __u32 gprs_high[NUM_GPRS]; member in struct:__anon10174
350 __u32 gprs_high[NUM_GPRS]; local
354 gprs_high[i] = regs->gprs[i] >> 32;
356 return __copy_to_user(uregs, &gprs_high, sizeof(gprs_high));
361 __u32 gprs_high[NUM_GPRS]; local
364 err = __copy_from_user(&gprs_high, uregs, sizeof(gprs_high));
368 *(__u32 *)&regs->gprs[i] = gprs_high[
[all...]
H A Dptrace.c935 compat_ulong_t *gprs_high; local
937 gprs_high = (compat_ulong_t *)
942 *k++ = *gprs_high;
943 gprs_high += 2;
949 if (__put_user(*gprs_high, u++))
951 gprs_high += 2;
963 compat_ulong_t *gprs_high; local
966 gprs_high = (compat_ulong_t *)
971 *gprs_high = *k++;
972 *gprs_high
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dptrace.h316 __u32 gprs_high[NUM_GPRS]; member in struct:__anon10127

Completed in 65 milliseconds