Home
last modified time | relevance | path

Searched refs:twd_i387_to_fxsr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H A Dregset.c158 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() function
271 fxsave->twd = twd_i387_to_fxsr(env->twd); in convert_to_fxsr()
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H A Dregset.c264 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() function
383 fxsave->twd = twd_i387_to_fxsr(env->twd); in convert_to_fxsr()
/kernel/linux/linux-5.10/arch/x86/um/
H A Dsignal.c23 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() function
128 fxsave->twd = twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff)); in convert_fxsr_from_user()
/kernel/linux/linux-6.6/arch/x86/um/
H A Dsignal.c24 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() function
129 fxsave->twd = twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff)); in convert_fxsr_from_user()

Completed in 5 milliseconds