Home
last modified time | relevance | path

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

/linux/arch/x86/um/
H A Dptrace.c28 static inline unsigned long twd_fxsr_to_i387(struct user_fxsr_struct *fxsave) in twd_fxsr_to_i387() function
82 membuf_store(&to, twd_fxsr_to_i387(fxsave)); in fpregs_legacy_get()
/linux/arch/x86/kernel/fpu/
H A Dregset.c286 static inline u32 twd_fxsr_to_i387(struct fxregs_state *fxsave) in twd_fxsr_to_i387() function
341 env->twd = twd_fxsr_to_i387(fxsave); in __convert_from_fxsr()