Lines Matching refs:task_struct
13 int regset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_fpregs_active()
20 int regset_xregset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_xregset_fpregs_active()
27 int xfpregs_get(struct task_struct *target, const struct user_regset *regset, in xfpregs_get()
43 int xfpregs_set(struct task_struct *target, const struct user_regset *regset, in xfpregs_set()
74 int xstateregs_get(struct task_struct *target, const struct user_regset *regset, in xstateregs_get()
103 int xstateregs_set(struct task_struct *target, const struct user_regset *regset, in xstateregs_set()
205 convert_from_fxsr(struct user_i387_ia32_struct *env, struct task_struct *tsk) in convert_from_fxsr()
241 void convert_to_fxsr(struct task_struct *tsk, in convert_to_fxsr()
269 int fpregs_get(struct task_struct *target, const struct user_regset *regset, in fpregs_get()
298 int fpregs_set(struct task_struct *target, const struct user_regset *regset, in fpregs_set()
342 struct task_struct *tsk = current; in dump_fpu()