Home
last modified time | relevance | path

Searched refs:twd_fxsr_to_i387 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/um/sys-i386/
Dsignal.c53 static inline unsigned long twd_fxsr_to_i387(struct user_fxsr_struct *fxsave) in twd_fxsr_to_i387() function
108 env[2] = twd_fxsr_to_i387(fxsave); in convert_fxsr_to_user()
/linux-2.6.39/arch/x86/kernel/
Di387.c330 static inline u32 twd_fxsr_to_i387(struct i387_fxsave_struct *fxsave) in twd_fxsr_to_i387() function
385 env->twd = twd_fxsr_to_i387(fxsave); in convert_from_fxsr()