Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/
H A Dsignal.c217 u64 user_xfeatures, int fx_only) in sanitize_restored_user_xstate() argument
228 u64 mask = fx_only ? XFEATURE_MASK_FPSSE : user_xfeatures; in sanitize_restored_user_xstate()
253 static int copy_user_to_fpregs_zeroing(void __user *buf, u64 xbv, int fx_only) in copy_user_to_fpregs_zeroing() argument
259 if (fx_only) { in copy_user_to_fpregs_zeroing()
289 int fx_only = 0; in __fpu__restore_sig() local
321 fx_only = 1; in __fpu__restore_sig()
330 fx_only = 1; in __fpu__restore_sig()
342 ret = copy_user_to_fpregs_zeroing(buf_fx, user_xfeatures, fx_only); in __fpu__restore_sig()
418 if (use_xsave() && !fx_only) { in __fpu__restore_sig()
426 fx_only); in __fpu__restore_sig()
[all …]