Lines Matching refs:__user
33 static int compat_get_timex(struct timex *txc, struct compat_timex __user *utp) in compat_get_timex()
63 static int compat_put_timex(struct compat_timex __user *utp, struct timex *txc) in compat_put_timex()
91 COMPAT_SYSCALL_DEFINE2(gettimeofday, struct compat_timeval __user *, tv, in COMPAT_SYSCALL_DEFINE2() argument
92 struct timezone __user *, tz) in COMPAT_SYSCALL_DEFINE2() argument
108 COMPAT_SYSCALL_DEFINE2(settimeofday, struct compat_timeval __user *, tv, in COMPAT_SYSCALL_DEFINE2() argument
109 struct timezone __user *, tz) in COMPAT_SYSCALL_DEFINE2() argument
129 static int __compat_get_timeval(struct timeval *tv, const struct compat_timeval __user *ctv) in __compat_get_timeval()
136 static int __compat_put_timeval(const struct timeval *tv, struct compat_timeval __user *ctv) in __compat_put_timeval()
143 static int __compat_get_timespec(struct timespec *ts, const struct compat_timespec __user *cts) in __compat_get_timespec()
150 static int __compat_put_timespec(const struct timespec *ts, struct compat_timespec __user *cts) in __compat_put_timespec()
157 int compat_get_timeval(struct timeval *tv, const void __user *utv) in compat_get_timeval()
166 int compat_put_timeval(const struct timeval *tv, void __user *utv) in compat_put_timeval()
175 int compat_get_timespec(struct timespec *ts, const void __user *uts) in compat_get_timespec()
184 int compat_put_timespec(const struct timespec *ts, void __user *uts) in compat_put_timespec()
193 int compat_convert_timespec(struct timespec __user **kts, in compat_convert_timespec()
194 const void __user *cts) in compat_convert_timespec()
197 struct timespec __user *uts; in compat_convert_timespec()
200 *kts = (struct timespec __user *)cts; in compat_convert_timespec()
218 struct compat_timespec __user *rmtp; in compat_nanosleep_restart()
223 restart->nanosleep.rmtp = (struct timespec __user *) &rmt; in compat_nanosleep_restart()
239 COMPAT_SYSCALL_DEFINE2(nanosleep, struct compat_timespec __user *, rqtp, in COMPAT_SYSCALL_DEFINE2() argument
240 struct compat_timespec __user *, rmtp) in COMPAT_SYSCALL_DEFINE2()
255 rmtp ? (struct timespec __user *)&rmt : NULL, in COMPAT_SYSCALL_DEFINE2()
291 struct compat_itimerval __user *i) in get_compat_itimerval()
300 static inline long put_compat_itimerval(struct compat_itimerval __user *o, in put_compat_itimerval()
311 struct compat_itimerval __user *, it) in COMPAT_SYSCALL_DEFINE2() argument
323 struct compat_itimerval __user *, in, in COMPAT_SYSCALL_DEFINE3() argument
324 struct compat_itimerval __user *, out) in COMPAT_SYSCALL_DEFINE3()
348 COMPAT_SYSCALL_DEFINE1(times, struct compat_tms __user *, tbuf) in COMPAT_SYSCALL_DEFINE1() argument
374 COMPAT_SYSCALL_DEFINE1(sigpending, compat_old_sigset_t __user *, set) in COMPAT_SYSCALL_DEFINE1() argument
381 ret = sys_sigpending((old_sigset_t __user *) &s); in COMPAT_SYSCALL_DEFINE1()
402 compat_old_sigset_t __user *, nset, in COMPAT_SYSCALL_DEFINE3() argument
403 compat_old_sigset_t __user *, oset) in COMPAT_SYSCALL_DEFINE3()
445 struct compat_rlimit __user *, rlim) in COMPAT_SYSCALL_DEFINE2() argument
464 struct compat_rlimit __user *, rlim) in COMPAT_SYSCALL_DEFINE2() argument
471 ret = sys_old_getrlimit(resource, (struct rlimit __user *)&r); in COMPAT_SYSCALL_DEFINE2()
491 struct compat_rlimit __user *, rlim) in COMPAT_SYSCALL_DEFINE2() argument
511 int put_compat_rusage(const struct rusage *r, struct compat_rusage __user *ru) in put_compat_rusage()
538 compat_uint_t __user *, stat_addr, in COMPAT_SYSCALL_DEFINE4() argument
540 struct compat_rusage __user *, ru) in COMPAT_SYSCALL_DEFINE4() argument
553 (unsigned int __user *) &status : NULL), in COMPAT_SYSCALL_DEFINE4()
554 options, (struct rusage __user *) &r); in COMPAT_SYSCALL_DEFINE4()
569 struct compat_siginfo __user *, uinfo, int, options, in COMPAT_SYSCALL_DEFINE5() argument
570 struct compat_rusage __user *, uru) in COMPAT_SYSCALL_DEFINE5() argument
580 ret = sys_waitid(which, pid, (siginfo_t __user *)&info, options, in COMPAT_SYSCALL_DEFINE5()
581 uru ? (struct rusage __user *)&ru : NULL); in COMPAT_SYSCALL_DEFINE5()
602 static int compat_get_user_cpu_mask(compat_ulong_t __user *user_mask_ptr, in compat_get_user_cpu_mask()
618 compat_ulong_t __user *, user_mask_ptr) in COMPAT_SYSCALL_DEFINE3() argument
637 compat_ulong_t __user *, user_mask_ptr) in COMPAT_SYSCALL_DEFINE3() argument
665 const struct compat_itimerspec __user *src) in get_compat_itimerspec()
673 int put_compat_itimerspec(struct compat_itimerspec __user *dst, in put_compat_itimerspec()
683 struct compat_sigevent __user *, timer_event_spec, in COMPAT_SYSCALL_DEFINE3() argument
684 timer_t __user *, created_timer_id) in COMPAT_SYSCALL_DEFINE3() argument
686 struct sigevent __user *event = NULL; in COMPAT_SYSCALL_DEFINE3()
701 struct compat_itimerspec __user *, new, in COMPAT_SYSCALL_DEFINE4() argument
702 struct compat_itimerspec __user *, old) in COMPAT_SYSCALL_DEFINE4()
715 (struct itimerspec __user *) &newts, in COMPAT_SYSCALL_DEFINE4()
716 (struct itimerspec __user *) &oldts); in COMPAT_SYSCALL_DEFINE4()
724 struct compat_itimerspec __user *, setting) in COMPAT_SYSCALL_DEFINE2() argument
733 (struct itimerspec __user *) &ts); in COMPAT_SYSCALL_DEFINE2()
741 struct compat_timespec __user *, tp) in COMPAT_SYSCALL_DEFINE2() argument
752 (struct timespec __user *) &ts); in COMPAT_SYSCALL_DEFINE2()
758 struct compat_timespec __user *, tp) in COMPAT_SYSCALL_DEFINE2() argument
767 (struct timespec __user *) &ts); in COMPAT_SYSCALL_DEFINE2()
775 struct compat_timex __user *, utp) in COMPAT_SYSCALL_DEFINE2() argument
787 ret = sys_clock_adjtime(which_clock, (struct timex __user *) &txc); in COMPAT_SYSCALL_DEFINE2()
798 struct compat_timespec __user *, tp) in COMPAT_SYSCALL_DEFINE2() argument
807 (struct timespec __user *) &ts); in COMPAT_SYSCALL_DEFINE2()
819 struct compat_timespec __user *rmtp = restart->nanosleep.compat_rmtp; in compat_clock_nanosleep_restart()
821 restart->nanosleep.rmtp = (struct timespec __user *) &tu; in compat_clock_nanosleep_restart()
839 struct compat_timespec __user *, rqtp, in COMPAT_SYSCALL_DEFINE4() argument
840 struct compat_timespec __user *, rmtp) in COMPAT_SYSCALL_DEFINE4()
853 (struct timespec __user *) &in, in COMPAT_SYSCALL_DEFINE4()
854 (struct timespec __user *) &out); in COMPAT_SYSCALL_DEFINE4()
877 const struct compat_sigevent __user *u_event) in get_compat_sigevent()
890 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask, in compat_get_bitmap()
932 long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask, in compat_put_bitmap()
996 COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait, compat_sigset_t __user *, uthese, in COMPAT_SYSCALL_DEFINE4() argument
997 struct compat_siginfo __user *, uinfo, in COMPAT_SYSCALL_DEFINE4() argument
998 struct compat_timespec __user *, uts, compat_size_t, sigsetsize) in COMPAT_SYSCALL_DEFINE4() argument
1032 COMPAT_SYSCALL_DEFINE1(time, compat_time_t __user *, tloc) in COMPAT_SYSCALL_DEFINE1() argument
1048 COMPAT_SYSCALL_DEFINE1(stime, compat_time_t __user *, tptr) in COMPAT_SYSCALL_DEFINE1() argument
1068 COMPAT_SYSCALL_DEFINE1(adjtimex, struct compat_timex __user *, utp) in COMPAT_SYSCALL_DEFINE1() argument
1088 compat_uptr_t __user *, pages32, in COMPAT_SYSCALL_DEFINE6() argument
1089 const int __user *, nodes, in COMPAT_SYSCALL_DEFINE6() argument
1090 int __user *, status, in COMPAT_SYSCALL_DEFINE6()
1093 const void __user * __user *pages; in COMPAT_SYSCALL_DEFINE6()
1109 const compat_ulong_t __user *, old_nodes, in COMPAT_SYSCALL_DEFINE4() argument
1110 const compat_ulong_t __user *, new_nodes) in COMPAT_SYSCALL_DEFINE4()
1112 unsigned long __user *old = NULL; in COMPAT_SYSCALL_DEFINE4()
1113 unsigned long __user *new = NULL; in COMPAT_SYSCALL_DEFINE4()
1143 struct compat_timespec __user *, interval) in COMPAT_SYSCALL_DEFINE2() argument
1150 ret = sys_sched_rr_get_interval(pid, (struct timespec __user *)&t); in COMPAT_SYSCALL_DEFINE2()
1161 void __user *compat_alloc_user_space(unsigned long len) in compat_alloc_user_space()
1163 void __user *ptr; in compat_alloc_user_space()