Lines Matching refs:__user
487 static int get_futex_key(u32 __user *uaddr, bool fshared, union futex_key *key, in get_futex_key()
686 static int fault_in_user_writeable(u32 __user *uaddr) in fault_in_user_writeable()
718 static int cmpxchg_futex_value_locked(u32 *curval, u32 __user *uaddr, in cmpxchg_futex_value_locked()
730 static int get_futex_value_locked(u32 *dest, u32 __user *from) in get_futex_value_locked()
1015 static int attach_to_pi_state(u32 __user *uaddr, u32 uval, in attach_to_pi_state()
1164 static int handle_exit_race(u32 __user *uaddr, u32 uval, in handle_exit_race()
1224 static int attach_to_pi_owner(u32 __user *uaddr, u32 uval, union futex_key *key, in attach_to_pi_owner()
1314 static int lookup_pi_state(u32 __user *uaddr, u32 uval, in lookup_pi_state()
1335 static int lock_pi_update_atomic(u32 __user *uaddr, u32 uval, u32 newval) in lock_pi_update_atomic()
1375 static int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb, in futex_lock_pi_atomic()
1506 static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_pi_state *pi_state) in wake_futex_pi()
1601 futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset) in futex_wake()
1650 static int futex_atomic_op_inuser(unsigned int encoded_op, u32 __user *uaddr) in futex_atomic_op_inuser()
1701 futex_wake_op(u32 __user *uaddr1, unsigned int flags, u32 __user *uaddr2, in futex_wake_op()
1869 futex_proxy_trylock_atomic(u32 __user *pifutex, struct futex_hash_bucket *hb1, in futex_proxy_trylock_atomic()
1935 static int futex_requeue(u32 __user *uaddr1, unsigned int flags, in futex_requeue()
1936 u32 __user *uaddr2, int nr_wake, int nr_requeue, in futex_requeue()
2352 static int __fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q, in __fixup_pi_state_owner()
2524 static int fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q, in fixup_pi_state_owner()
2555 static int fixup_owner(u32 __user *uaddr, struct futex_q *q, int locked) in fixup_owner()
2649 static int futex_wait_setup(u32 __user *uaddr, u32 val, unsigned int flags, in futex_wait_setup()
2704 static int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, in futex_wait()
2773 u32 __user *uaddr = restart->futex.uaddr; in futex_wait_restart()
2796 static int futex_lock_pi(u32 __user *uaddr, unsigned int flags, in futex_lock_pi()
2967 static int futex_unlock_pi(u32 __user *uaddr, unsigned int flags) in futex_unlock_pi()
3191 static int futex_wait_requeue_pi(u32 __user *uaddr, unsigned int flags, in futex_wait_requeue_pi()
3193 u32 __user *uaddr2) in futex_wait_requeue_pi()
3357 SYSCALL_DEFINE2(set_robust_list, struct robust_list_head __user *, head, in SYSCALL_DEFINE2() argument
3380 struct robust_list_head __user * __user *, head_ptr, in SYSCALL_DEFINE3() argument
3381 size_t __user *, len_ptr) in SYSCALL_DEFINE3() argument
3383 struct robust_list_head __user *head; in SYSCALL_DEFINE3()
3426 static int handle_futex_death(u32 __user *uaddr, struct task_struct *curr, in handle_futex_death()
3541 static inline int fetch_robust_entry(struct robust_list __user **entry, in fetch_robust_entry()
3542 struct robust_list __user * __user *head, in fetch_robust_entry()
3547 if (get_user(uentry, (unsigned long __user *)head)) in fetch_robust_entry()
3550 *entry = (void __user *)(uentry & ~1UL); in fetch_robust_entry()
3564 struct robust_list_head __user *head = curr->robust_list; in exit_robust_list()
3565 struct robust_list __user *entry, *next_entry, *pending; in exit_robust_list()
3604 if (handle_futex_death((void __user *)entry + futex_offset, in exit_robust_list()
3622 handle_futex_death((void __user *)pending + futex_offset, in exit_robust_list()
3735 long do_futex(u32 __user *uaddr, int op, u32 val, ktime_t *timeout, in do_futex()
3736 u32 __user *uaddr2, u32 val2, u32 val3) in do_futex()
3795 SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument
3796 struct __kernel_timespec __user *, utime, u32 __user *, uaddr2, in SYSCALL_DEFINE6() argument
3837 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, in compat_fetch_robust_entry()
3838 compat_uptr_t __user *head, unsigned int *pi) in compat_fetch_robust_entry()
3849 static void __user *futex_uaddr(struct robust_list __user *entry, in futex_uaddr()
3853 void __user *uaddr = compat_ptr(base + futex_offset); in futex_uaddr()
3866 struct compat_robust_list_head __user *head = curr->compat_robust_list; in compat_exit_robust_list()
3867 struct robust_list __user *entry, *next_entry, *pending; in compat_exit_robust_list()
3897 while (entry != (struct robust_list __user *) &head->list) { in compat_exit_robust_list()
3903 (compat_uptr_t __user *)&entry->next, &next_pi); in compat_exit_robust_list()
3909 void __user *uaddr = futex_uaddr(entry, futex_offset); in compat_exit_robust_list()
3929 void __user *uaddr = futex_uaddr(pending, futex_offset); in compat_exit_robust_list()
3936 struct compat_robust_list_head __user *, head, in COMPAT_SYSCALL_DEFINE2() argument
3951 compat_uptr_t __user *, head_ptr, in COMPAT_SYSCALL_DEFINE3() argument
3952 compat_size_t __user *, len_ptr) in COMPAT_SYSCALL_DEFINE3() argument
3954 struct compat_robust_list_head __user *head; in COMPAT_SYSCALL_DEFINE3()
3991 SYSCALL_DEFINE6(futex_time32, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument
3992 struct old_timespec32 __user *, utime, u32 __user *, uaddr2, in SYSCALL_DEFINE6() argument