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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-um/
H A Dptrace-generic.h41 extern int set_fpregs(unsigned long buf, struct task_struct *child);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Di387.h137 extern int set_fpregs( struct task_struct *tsk,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Di387.c117 int set_fpregs(struct task_struct *tsk, struct user_i387_struct __user *buf) function
H A Dptrace.c566 ret = set_fpregs(child, (struct user_i387_struct __user *)data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Di387.h64 extern int set_fpregs(struct task_struct *tsk,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dptrace.c166 int set_fpregs(unsigned long buf, struct task_struct *child) function
168 panic("set_fpregs");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/
H A Dptrace.c176 ret = set_fpregs(data, child);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-i386/
H A Dptrace.c325 int set_fpregs(unsigned long buf, struct task_struct *child) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Di387.c393 int set_fpregs( struct task_struct *tsk, struct user_i387_struct __user *buf ) function
H A Dptrace.c585 set_fpregs(child, (struct user_i387_struct __user *)data);

Completed in 215 milliseconds