Searched refs:convert_fxsr_from_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.c74 static inline int convert_fxsr_from_user(struct i387_fxsave_struct *fxsave, function
161 return convert_fxsr_from_user(&tsk->thread.i387.fxsave, buf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Di387.c218 static int convert_fxsr_from_user( struct i387_fxsave_struct *fxsave, function
327 return err ? 1 : convert_fxsr_from_user( &tsk->thread.i387.fxsave, buf );
389 return convert_fxsr_from_user( &tsk->thread.i387.fxsave,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-i386/
H A Dptrace.c309 static inline int convert_fxsr_from_user(struct pt_regs *regs, function
329 err = convert_fxsr_from_user(&child->thread.regs,

Completed in 119 milliseconds