Searched defs:fx (Results 1 – 2 of 2) sorted by relevance
98 static inline void fpstate_init_fxstate(struct fxregs_state *fx) in fpstate_init_fxstate()145 static inline int copy_fregs_to_user(struct fregs_state __user *fx) in copy_fregs_to_user()150 static inline int copy_fxregs_to_user(struct fxregs_state __user *fx) in copy_fxregs_to_user()159 static inline void copy_kernel_to_fxregs(struct fxregs_state *fx) in copy_kernel_to_fxregs()167 static inline int copy_kernel_to_fxregs_err(struct fxregs_state *fx) in copy_kernel_to_fxregs_err()175 static inline int copy_user_to_fxregs(struct fxregs_state __user *fx) in copy_user_to_fxregs()183 static inline void copy_kernel_to_fregs(struct fregs_state *fx) in copy_kernel_to_fregs()188 static inline int copy_kernel_to_fregs_err(struct fregs_state *fx) in copy_kernel_to_fregs_err()193 static inline int copy_user_to_fregs(struct fregs_state __user *fx) in copy_user_to_fregs()
148 struct fxregs_state *fx = &fpu->state.fxsave; in fpstate_sanitize_xstate() local