Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dsignal.c239 u64 xrestore, bool fx_only) in __restore_fpregs_from_user() argument
245 if (likely(!fx_only)) in __restore_fpregs_from_user()
264 static bool restore_fpregs_from_user(void __user *buf, u64 xrestore, bool fx_only) in restore_fpregs_from_user() argument
277 xrestore, fx_only); in restore_fpregs_from_user()
328 bool success, fx_only = false; in __fpu_restore_sig() local
338 fx_only = !fx_sw_user.magic1; in __fpu_restore_sig()
346 return restore_fpregs_from_user(buf_fx, user_xfeatures, fx_only); in __fpu_restore_sig()
382 if (use_xsave() && !fx_only) { in __fpu_restore_sig()