Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/fpu/
Dregset.c183 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() function
302 fxsave->twd = twd_i387_to_fxsr(env->twd); in convert_to_fxsr()
/linux-6.1.9/arch/x86/um/
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()