• Home
  • Raw
  • Download

Lines Matching refs:__user

527 get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, enum futex_access rw)  in get_futex_key()
751 static int fault_in_user_writeable(u32 __user *uaddr) in fault_in_user_writeable()
783 static int cmpxchg_futex_value_locked(u32 *curval, u32 __user *uaddr, in cmpxchg_futex_value_locked()
795 static int get_futex_value_locked(u32 *dest, u32 __user *from) in get_futex_value_locked()
1061 static int attach_to_pi_state(u32 __user *uaddr, u32 uval, in attach_to_pi_state()
1209 static int handle_exit_race(u32 __user *uaddr, u32 uval, in handle_exit_race()
1269 static int attach_to_pi_owner(u32 __user *uaddr, u32 uval, union futex_key *key, in attach_to_pi_owner()
1359 static int lookup_pi_state(u32 __user *uaddr, u32 uval, in lookup_pi_state()
1380 static int lock_pi_update_atomic(u32 __user *uaddr, u32 uval, u32 newval) in lock_pi_update_atomic()
1420 static int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb, in futex_lock_pi_atomic()
1551 static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_pi_state *pi_state) in wake_futex_pi()
1655 futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset) in futex_wake()
1703 static int futex_atomic_op_inuser(unsigned int encoded_op, u32 __user *uaddr) in futex_atomic_op_inuser()
1755 futex_wake_op(u32 __user *uaddr1, unsigned int flags, u32 __user *uaddr2, in futex_wake_op()
1932 futex_proxy_trylock_atomic(u32 __user *pifutex, struct futex_hash_bucket *hb1, in futex_proxy_trylock_atomic()
1998 static int futex_requeue(u32 __user *uaddr1, unsigned int flags, in futex_requeue()
1999 u32 __user *uaddr2, int nr_wake, int nr_requeue, in futex_requeue()
2439 static int fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q, in fixup_pi_state_owner()
2625 static int fixup_owner(u32 __user *uaddr, struct futex_q *q, int locked) in fixup_owner()
2726 static int futex_wait_setup(u32 __user *uaddr, u32 val, unsigned int flags, in futex_wait_setup()
2785 static int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, in futex_wait()
2853 u32 __user *uaddr = restart->futex.uaddr; in futex_wait_restart()
2876 static int futex_lock_pi(u32 __user *uaddr, unsigned int flags, in futex_lock_pi()
3067 static int futex_unlock_pi(u32 __user *uaddr, unsigned int flags) in futex_unlock_pi()
3294 static int futex_wait_requeue_pi(u32 __user *uaddr, unsigned int flags, in futex_wait_requeue_pi()
3296 u32 __user *uaddr2) in futex_wait_requeue_pi()
3480 SYSCALL_DEFINE2(set_robust_list, struct robust_list_head __user *, head, in SYSCALL_DEFINE2() argument
3503 struct robust_list_head __user * __user *, head_ptr, in SYSCALL_DEFINE3() argument
3504 size_t __user *, len_ptr) in SYSCALL_DEFINE3() argument
3506 struct robust_list_head __user *head; in SYSCALL_DEFINE3()
3549 static int handle_futex_death(u32 __user *uaddr, struct task_struct *curr, in handle_futex_death()
3656 static inline int fetch_robust_entry(struct robust_list __user **entry, in fetch_robust_entry()
3657 struct robust_list __user * __user *head, in fetch_robust_entry()
3662 if (get_user(uentry, (unsigned long __user *)head)) in fetch_robust_entry()
3665 *entry = (void __user *)(uentry & ~1UL); in fetch_robust_entry()
3679 struct robust_list_head __user *head = curr->robust_list; in exit_robust_list()
3680 struct robust_list __user *entry, *next_entry, *pending; in exit_robust_list()
3719 if (handle_futex_death((void __user *)entry + futex_offset, in exit_robust_list()
3737 handle_futex_death((void __user *)pending + futex_offset, in exit_robust_list()
3850 long do_futex(u32 __user *uaddr, int op, u32 val, ktime_t *timeout, in do_futex()
3851 u32 __user *uaddr2, u32 val2, u32 val3) in do_futex()
3910 SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument
3911 struct __kernel_timespec __user *, utime, u32 __user *, uaddr2, in SYSCALL_DEFINE6() argument
3950 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, in compat_fetch_robust_entry()
3951 compat_uptr_t __user *head, unsigned int *pi) in compat_fetch_robust_entry()
3962 static void __user *futex_uaddr(struct robust_list __user *entry, in futex_uaddr()
3966 void __user *uaddr = compat_ptr(base + futex_offset); in futex_uaddr()
3979 struct compat_robust_list_head __user *head = curr->compat_robust_list; in compat_exit_robust_list()
3980 struct robust_list __user *entry, *next_entry, *pending; in compat_exit_robust_list()
4010 while (entry != (struct robust_list __user *) &head->list) { in compat_exit_robust_list()
4016 (compat_uptr_t __user *)&entry->next, &next_pi); in compat_exit_robust_list()
4022 void __user *uaddr = futex_uaddr(entry, futex_offset); in compat_exit_robust_list()
4042 void __user *uaddr = futex_uaddr(pending, futex_offset); in compat_exit_robust_list()
4049 struct compat_robust_list_head __user *, head, in COMPAT_SYSCALL_DEFINE2() argument
4064 compat_uptr_t __user *, head_ptr, in COMPAT_SYSCALL_DEFINE3() argument
4065 compat_size_t __user *, len_ptr) in COMPAT_SYSCALL_DEFINE3() argument
4067 struct compat_robust_list_head __user *head; in COMPAT_SYSCALL_DEFINE3()
4104 SYSCALL_DEFINE6(futex_time32, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument
4105 struct old_timespec32 __user *, utime, u32 __user *, uaddr2, in SYSCALL_DEFINE6() argument