Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Di387.c412 static inline u32 twd_fxsr_to_i387(struct i387_fxsave_struct *fxsave) in twd_fxsr_to_i387() function
467 env->twd = twd_fxsr_to_i387(fxsave); in convert_from_fxsr()
/linux-3.4.99/arch/x86/um/
Dsignal.c37 static inline unsigned long twd_fxsr_to_i387(struct user_fxsr_struct *fxsave) in twd_fxsr_to_i387() function
92 env[2] = twd_fxsr_to_i387(fxsave); in convert_fxsr_to_user()