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()
30 const sigset_t __user *__src = src; \
38 extern unsigned long copy_vsx_to_user(void __user *to,
40 extern unsigned long copy_ckvsx_to_user(void __user *to,
43 void __user *from);
45 void __user *from);
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);
53 u64 __user *buf = (u64 __user *)to; \
63 u64 __user *buf = (u64 __user *)to; \
73 u64 __user *buf = (u64 __user *)from; \
83 u64 __user *buf = (u64 __user *)from; \
94 u64 __user *buf = (u64 __user *)to; \
104 u64 __user *buf = (u64 __user *)to; \
114 u64 __user *buf = (u64 __user *)from; \
124 u64 __user *buf = (u64 __user *)from; \
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()
211 const char *where, void __user *ptr);