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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dfpu32.c107 static inline int convert_fxsr_to_user(struct _fpstate_ia32 __user *buf, function
172 if (convert_fxsr_to_user(buf, &tsk->thread.i387.fxsave, regs, tsk))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Di387.c185 static int convert_fxsr_to_user( struct _fpstate __user *buf, function
275 if ( convert_fxsr_to_user( buf, &tsk->thread.i387.fxsave ) )
361 return convert_fxsr_to_user( (struct _fpstate __user *)buf,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-i386/
H A Dptrace.c271 static inline int convert_fxsr_to_user(struct _fpstate __user *buf, function
319 err = convert_fxsr_to_user((struct _fpstate __user *) buf,

Completed in 94 milliseconds