• Home
  • Raw
  • Download

Lines Matching refs:__user

29 static int __compat_get_timeval(struct timeval *tv, const struct old_timeval32 __user *ctv)  in __compat_get_timeval()
36 static int __compat_put_timeval(const struct timeval *tv, struct old_timeval32 __user *ctv) in __compat_put_timeval()
43 static int __compat_get_timespec(struct timespec *ts, const struct old_timespec32 __user *cts) in __compat_get_timespec()
50 static int __compat_put_timespec(const struct timespec *ts, struct old_timespec32 __user *cts) in __compat_put_timespec()
57 int compat_get_timeval(struct timeval *tv, const void __user *utv) in compat_get_timeval()
66 int compat_put_timeval(const struct timeval *tv, void __user *utv) in compat_put_timeval()
75 int compat_get_timespec(struct timespec *ts, const void __user *uts) in compat_get_timespec()
84 int compat_put_timespec(const struct timespec *ts, void __user *uts) in compat_put_timespec()
93 int get_compat_itimerval(struct itimerval *o, const struct compat_itimerval __user *i) in get_compat_itimerval()
106 int put_compat_itimerval(struct compat_itimerval __user *o, const struct itimerval *i) in put_compat_itimerval()
129 compat_old_sigset_t __user *, nset, in COMPAT_SYSCALL_DEFINE3() argument
130 compat_old_sigset_t __user *, oset) in COMPAT_SYSCALL_DEFINE3()
171 int put_compat_rusage(const struct rusage *r, struct compat_rusage __user *ru) in put_compat_rusage()
198 static int compat_get_user_cpu_mask(compat_ulong_t __user *user_mask_ptr, in compat_get_user_cpu_mask()
214 compat_ulong_t __user *, user_mask_ptr) in COMPAT_SYSCALL_DEFINE3() argument
233 compat_ulong_t __user *, user_mask_ptr) in COMPAT_SYSCALL_DEFINE3() argument
268 const struct compat_sigevent __user *u_event) in get_compat_sigevent()
281 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask, in compat_get_bitmap()
310 long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask, in compat_put_bitmap()
338 get_compat_sigset(sigset_t *set, const compat_sigset_t __user *compat) in get_compat_sigset()
365 void __user *compat_alloc_user_space(unsigned long len) in compat_alloc_user_space()
367 void __user *ptr; in compat_alloc_user_space()