Home
last modified time | relevance | path

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

/linux/arch/x86/um/
H A Dptrace.c14 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() function
114 fxsave->twd = twd_i387_to_fxsr((unsigned short)(from->twd & 0xffff)); in fpregs_legacy_set()
/linux/arch/x86/kernel/fpu/
H A Dregset.c265 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() function
384 fxsave->twd = twd_i387_to_fxsr(env->twd); in convert_to_fxsr()