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.c253 u64 xrestore, bool fx_only) in __restore_fpregs_from_user() argument
259 if (likely(!fx_only)) in __restore_fpregs_from_user()
278 static bool restore_fpregs_from_user(void __user *buf, u64 xrestore, bool fx_only) in restore_fpregs_from_user() argument
291 xrestore, fx_only); in restore_fpregs_from_user()
342 bool success, fx_only = false; in __fpu_restore_sig() local
352 fx_only = !fx_sw_user.magic1; in __fpu_restore_sig()
360 return restore_fpregs_from_user(buf_fx, user_xfeatures, fx_only); in __fpu_restore_sig()
396 if (use_xsave() && !fx_only) { in __fpu_restore_sig()