Lines Matching refs:__user

10 void __user *get_sigframe(struct ksignal *ksig, struct task_struct *tsk,
19 static inline int __get_user_sigset(sigset_t *dst, const sigset_t __user *src)
23 return __get_user(dst->sig[0], (u64 __user *)&src->sig[0]);
27 const sigset_t __user *__src = src; \
35 extern unsigned long copy_vsx_to_user(void __user *to,
37 extern unsigned long copy_ckvsx_to_user(void __user *to,
40 void __user *from);
42 void __user *from);
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);
50 u64 __user *buf = (u64 __user *)to; \
60 u64 __user *buf = (u64 __user *)to; \
70 u64 __user *buf = (u64 __user *)from; \
80 u64 __user *buf = (u64 __user *)from; \
91 u64 __user *buf = (u64 __user *)to; \
101 u64 __user *buf = (u64 __user *)to; \
111 u64 __user *buf = (u64 __user *)from; \
121 u64 __user *buf = (u64 __user *)from; \
140 copy_fpr_to_user(void __user *to, struct task_struct *task)
147 copy_fpr_from_user(struct task_struct *task, void __user *from)
158 inline unsigned long copy_ckfpr_to_user(void __user *to, struct task_struct *task)
165 copy_ckfpr_from_user(struct task_struct *task, void __user *from)
177 copy_fpr_to_user(void __user *to, struct task_struct *task)
183 copy_fpr_from_user(struct task_struct *task, void __user *from)
205 const char *where, void __user *ptr);