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);
39 struct task_struct *task);
41 struct task_struct *task);
42 extern unsigned long copy_vsx_from_user(struct task_struct *task,
44 extern unsigned long copy_ckvsx_from_user(struct task_struct *task,
46 unsigned long copy_fpr_to_user(void __user *to, struct task_struct *task);
47 unsigned long copy_ckfpr_to_user(void __user *to, struct task_struct *task);
48 unsigned long copy_fpr_from_user(struct task_struct *task, void __user *from);
49 unsigned long copy_ckfpr_from_user(struct task_struct *task, void __user *from);
52 struct task_struct *__t = task; \
62 struct task_struct *__t = task; \
72 struct task_struct *__t = task; \
82 struct task_struct *__t = task; \
93 struct task_struct *__t = task; \
103 struct task_struct *__t = task; \
113 struct task_struct *__t = task; \
123 struct task_struct *__t = task; \
143 copy_fpr_to_user(void __user *to, struct task_struct *task) in copy_fpr_to_user()
150 copy_fpr_from_user(struct task_struct *task, void __user *from) in copy_fpr_from_user()
161 inline unsigned long copy_ckfpr_to_user(void __user *to, struct task_struct *task) in copy_ckfpr_to_user()
168 copy_ckfpr_from_user(struct task_struct *task, void __user *from) in copy_ckfpr_from_user()
180 copy_fpr_to_user(void __user *to, struct task_struct *task) in copy_fpr_to_user()
186 copy_fpr_from_user(struct task_struct *task, void __user *from) in copy_fpr_from_user()
195 struct task_struct *tsk);
203 struct task_struct *tsk) in handle_rt_signal64()
210 void signal_fault(struct task_struct *tsk, struct pt_regs *regs,