Searched refs:user_int_regs (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/frv/kernel/
H A Dptrace.c46 const struct user_int_regs *iregs = &target->thread.user->i;
66 struct user_int_regs *iregs = &target->thread.user->i;
71 if (pos < offsetof(struct user_int_regs, psr) + sizeof(long) &&
72 pos + count > offsetof(struct user_int_regs, psr))
75 if (pos < offsetof(struct user_int_regs, __status) + sizeof(long) &&
76 pos + count > offsetof(struct user_int_regs, __status))
80 offs_gr0 = offsetof(struct user_int_regs, gr[0]);
81 offs_gr1 = offsetof(struct user_int_regs, gr[1]);
H A Dasm-offsets.c83 DEFINE(NR_USER_INT_REGS, sizeof(struct user_int_regs) / 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dregisters.h28 * | struct user_int_regs
162 struct user_int_regs struct
200 struct user_int_regs i;

Completed in 38 milliseconds