Searched refs:fpregs_active (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Di387.h36 extern user_regset_active_fn fpregs_active, xfpregs_active;
43 * xstateregs_active == fpregs_active. Please refer to the comment
44 * at the definition of fpregs_active.
46 #define xstateregs_active fpregs_active
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dptrace_32.c224 static int fpregs_active(struct task_struct *target, function
313 .active = fpregs_active,
H A Dptrace_64.c248 static int fpregs_active(struct task_struct *target, function
290 .active = fpregs_active,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Di387.c174 * The xstateregs_active() routine is the same as the fpregs_active() routine,
178 int fpregs_active(struct task_struct *target, const struct user_regset *regset) function
H A Dptrace.c1241 .active = fpregs_active, .get = fpregs_get, .set = fpregs_set
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dptrace.c1913 fpregs_active(struct task_struct *target, const struct user_regset *regset) function
2147 .get = fpregs_get, .set = fpregs_set, .active = fpregs_active

Completed in 125 milliseconds