Lines Matching refs:task_struct
91 struct task_struct *me = current; in __kernel_fpu_begin()
107 struct task_struct *me = current; in __kernel_fpu_end()
120 void unlazy_fpu(struct task_struct *tsk) in unlazy_fpu()
263 int init_fpu(struct task_struct *tsk) in init_fpu()
293 int fpregs_active(struct task_struct *target, const struct user_regset *regset) in fpregs_active()
298 int xfpregs_active(struct task_struct *target, const struct user_regset *regset) in xfpregs_active()
303 int xfpregs_get(struct task_struct *target, const struct user_regset *regset, in xfpregs_get()
322 int xfpregs_set(struct task_struct *target, const struct user_regset *regset, in xfpregs_set()
355 int xstateregs_get(struct task_struct *target, const struct user_regset *regset, in xstateregs_get()
385 int xstateregs_set(struct task_struct *target, const struct user_regset *regset, in xstateregs_set()
487 convert_from_fxsr(struct user_i387_ia32_struct *env, struct task_struct *tsk) in convert_from_fxsr()
523 void convert_to_fxsr(struct task_struct *tsk, in convert_to_fxsr()
551 int fpregs_get(struct task_struct *target, const struct user_regset *regset, in fpregs_get()
582 int fpregs_set(struct task_struct *target, const struct user_regset *regset, in fpregs_set()
628 struct task_struct *tsk = current; in dump_fpu()