Lines Matching refs:task_struct

10 void __user *get_sigframe(struct ksignal *ksig, struct task_struct *tsk,
14 struct task_struct *tsk);
17 struct task_struct *tsk);
36 struct task_struct *task);
38 struct task_struct *task);
39 extern unsigned long copy_vsx_from_user(struct task_struct *task,
41 extern unsigned long copy_ckvsx_from_user(struct task_struct *task,
43 unsigned long copy_fpr_to_user(void __user *to, struct task_struct *task);
44 unsigned long copy_ckfpr_to_user(void __user *to, struct task_struct *task);
45 unsigned long copy_fpr_from_user(struct task_struct *task, void __user *from);
46 unsigned long copy_ckfpr_from_user(struct task_struct *task, void __user *from);
49 struct task_struct *__t = task; \
59 struct task_struct *__t = task; \
69 struct task_struct *__t = task; \
79 struct task_struct *__t = task; \
90 struct task_struct *__t = task; \
100 struct task_struct *__t = task; \
110 struct task_struct *__t = task; \
120 struct task_struct *__t = task; \
140 copy_fpr_to_user(void __user *to, struct task_struct *task) in copy_fpr_to_user()
147 copy_fpr_from_user(struct task_struct *task, void __user *from) in copy_fpr_from_user()
158 inline unsigned long copy_ckfpr_to_user(void __user *to, struct task_struct *task) in copy_ckfpr_to_user()
165 copy_ckfpr_from_user(struct task_struct *task, void __user *from) in copy_ckfpr_from_user()
177 copy_fpr_to_user(void __user *to, struct task_struct *task) in copy_fpr_to_user()
183 copy_fpr_from_user(struct task_struct *task, void __user *from) in copy_fpr_from_user()
192 struct task_struct *tsk);
197 struct task_struct *tsk) in handle_rt_signal64()
204 void signal_fault(struct task_struct *tsk, struct pt_regs *regs,