Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/fpu/
Dsignal.c196 u64 xfeatures, int fx_only) in sanitize_restored_xstate() argument
209 if (fx_only) in sanitize_restored_xstate()
229 static inline int copy_user_to_fpregs_zeroing(void __user *buf, u64 xbv, int fx_only) in copy_user_to_fpregs_zeroing() argument
232 if ((unsigned long)buf % 64 || fx_only) { in copy_user_to_fpregs_zeroing()
255 int fx_only = 0; in __fpu__restore_sig() local
284 fx_only = 1; in __fpu__restore_sig()
316 sanitize_restored_xstate(tsk, &env, xfeatures, fx_only); in __fpu__restore_sig()
333 if (copy_user_to_fpregs_zeroing(buf_fx, xfeatures, fx_only)) { in __fpu__restore_sig()