Lines Matching refs:task_struct

13 void __user *get_sigframe(struct ksignal *ksig, struct task_struct *tsk,
17 struct task_struct *tsk);
20 struct task_struct *tsk);
33 struct task_struct *task);
35 struct task_struct *task);
36 extern unsigned long copy_vsx_from_user(struct task_struct *task,
38 extern unsigned long copy_ckvsx_from_user(struct task_struct *task,
40 unsigned long copy_fpr_to_user(void __user *to, struct task_struct *task);
41 unsigned long copy_ckfpr_to_user(void __user *to, struct task_struct *task);
42 unsigned long copy_fpr_from_user(struct task_struct *task, void __user *from);
43 unsigned long copy_ckfpr_from_user(struct task_struct *task, void __user *from);
46 struct task_struct *__t = task; \
56 struct task_struct *__t = task; \
66 struct task_struct *__t = task; \
76 struct task_struct *__t = task; \
87 struct task_struct *__t = task; \
97 struct task_struct *__t = task; \
107 struct task_struct *__t = task; \
117 struct task_struct *__t = task; \
137 copy_fpr_to_user(void __user *to, struct task_struct *task) in copy_fpr_to_user()
144 copy_fpr_from_user(struct task_struct *task, void __user *from) in copy_fpr_from_user()
155 inline unsigned long copy_ckfpr_to_user(void __user *to, struct task_struct *task) in copy_ckfpr_to_user()
162 copy_ckfpr_from_user(struct task_struct *task, void __user *from) in copy_ckfpr_from_user()
174 copy_fpr_to_user(void __user *to, struct task_struct *task) in copy_fpr_to_user()
180 copy_fpr_from_user(struct task_struct *task, void __user *from) in copy_fpr_from_user()
189 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,