Searched refs:init_bv (Results 1 – 1 of 1) sorted by relevance
255 u64 init_bv; in copy_user_to_fpregs_zeroing() local260 init_bv = xfeatures_mask_user() & ~XFEATURE_MASK_FPSSE; in copy_user_to_fpregs_zeroing()264 copy_kernel_to_xregs(&init_fpstate.xsave, init_bv); in copy_user_to_fpregs_zeroing()267 init_bv = xfeatures_mask_user() & ~xbv; in copy_user_to_fpregs_zeroing()270 if (!r && unlikely(init_bv)) in copy_user_to_fpregs_zeroing()271 copy_kernel_to_xregs(&init_fpstate.xsave, init_bv); in copy_user_to_fpregs_zeroing()419 u64 init_bv = xfeatures_mask_user() & ~user_xfeatures; in __fpu__restore_sig() local429 if (unlikely(init_bv)) in __fpu__restore_sig()430 copy_kernel_to_xregs(&init_fpstate.xsave, init_bv); in __fpu__restore_sig()451 u64 init_bv; in __fpu__restore_sig() local[all …]