Searched refs:init_bv (Results 1 – 1 of 1) sorted by relevance
265 u64 init_bv; in copy_user_to_fpregs_zeroing() local270 init_bv = xfeatures_mask_user() & ~XFEATURE_MASK_FPSSE; in copy_user_to_fpregs_zeroing()274 copy_kernel_to_xregs(&init_fpstate.xsave, init_bv); in copy_user_to_fpregs_zeroing()277 init_bv = xfeatures_mask_user() & ~xbv; in copy_user_to_fpregs_zeroing()280 if (!r && unlikely(init_bv)) in copy_user_to_fpregs_zeroing()281 copy_kernel_to_xregs(&init_fpstate.xsave, init_bv); in copy_user_to_fpregs_zeroing()406 u64 init_bv = xfeatures_mask_user() & ~user_xfeatures; in __fpu__restore_sig() local423 if (unlikely(init_bv)) in __fpu__restore_sig()424 copy_kernel_to_xregs(&init_fpstate.xsave, init_bv); in __fpu__restore_sig()445 u64 init_bv; in __fpu__restore_sig() local[all …]