Lines Matching refs:fx
91 static inline int fxrstor_checking(struct i387_fxsave_struct *fx) in fxrstor_checking() argument
105 : [fx] "m" (*fx), "0" (0)); in fxrstor_checking()
115 : [fx] "R" (fx), "m" (*fx), "0" (0)); in fxrstor_checking()
120 static inline int fxsave_user(struct i387_fxsave_struct __user *fx) in fxsave_user() argument
128 err = __clear_user(&fx->sw_reserved, in fxsave_user()
142 : [err] "=r" (err), [fx] "=m" (*fx) in fxsave_user()
152 : [err] "=r" (err), "=m" (*fx) in fxsave_user()
153 : [fx] "R" (fx), "0" (0)); in fxsave_user()
156 __clear_user(fx, sizeof(struct i387_fxsave_struct))) in fxsave_user()
185 : [fx] "R" (&fpu->state->fxsave)); in fpu_fxsave()
192 static inline int fxrstor_checking(struct i387_fxsave_struct *fx) in fxrstor_checking() argument
202 "m" (*fx)); in fxrstor_checking()
210 : [fx] "=m" (fpu->state->fxsave)); in fpu_fxsave()
241 : [fx] "=m" (fpu->state->fsave)); in fpu_save_init()