Lines Matching refs:__user

13 void __user *get_sigframe(struct ksignal *ksig, struct task_struct *tsk,
22 static inline int __get_user_sigset(sigset_t *dst, const sigset_t __user *src) in __get_user_sigset()
26 return __get_user(dst->sig[0], (u64 __user *)&src->sig[0]); in __get_user_sigset()
29 unsafe_get_user((dst)->sig[0], (u64 __user *)&(src)->sig[0], label)
32 extern unsigned long copy_vsx_to_user(void __user *to,
34 extern unsigned long copy_ckvsx_to_user(void __user *to,
37 void __user *from);
39 void __user *from);
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);
47 u64 __user *buf = (u64 __user *)to; \
57 u64 __user *buf = (u64 __user *)to; \
67 u64 __user *buf = (u64 __user *)from; \
77 u64 __user *buf = (u64 __user *)from; \
88 u64 __user *buf = (u64 __user *)to; \
98 u64 __user *buf = (u64 __user *)to; \
108 u64 __user *buf = (u64 __user *)from; \
118 u64 __user *buf = (u64 __user *)from; \
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()
205 const char *where, void __user *ptr);