Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/fpu/
Dsignal.c269 u64 xrestore, bool fx_only) in __restore_fpregs_from_user() argument
275 if (likely(!fx_only)) in __restore_fpregs_from_user()
294 static bool restore_fpregs_from_user(void __user *buf, u64 xrestore, bool fx_only) in restore_fpregs_from_user() argument
307 xrestore, fx_only); in restore_fpregs_from_user()
358 bool success, fx_only = false; in __fpu_restore_sig() local
368 fx_only = !fx_sw_user.magic1; in __fpu_restore_sig()
376 return restore_fpregs_from_user(buf_fx, user_xfeatures, fx_only); in __fpu_restore_sig()
412 if (use_xsave() && !fx_only) { in __fpu_restore_sig()