Lines Matching defs:uaddr

468 get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, int rw)  in get_futex_key()
635 static int fault_in_user_writeable(u32 __user *uaddr) in fault_in_user_writeable()
667 static int cmpxchg_futex_value_locked(u32 *curval, u32 __user *uaddr, in cmpxchg_futex_value_locked()
1050 static int lock_pi_update_atomic(u32 __user *uaddr, u32 uval, u32 newval) in lock_pi_update_atomic()
1082 static int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb, in futex_lock_pi_atomic()
1206 static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_q *this, in wake_futex_pi()
1323 futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset) in futex_wake()
1998 static int fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q, in fixup_pi_state_owner()
2107 static int fixup_owner(u32 __user *uaddr, struct futex_q *q, int locked) in fixup_owner()
2220 static int futex_wait_setup(u32 __user *uaddr, u32 val, unsigned int flags, in futex_wait_setup()
2279 static int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, in futex_wait()
2356 u32 __user *uaddr = restart->futex.uaddr; in futex_wait_restart() local
2379 static int futex_lock_pi(u32 __user *uaddr, unsigned int flags, in futex_lock_pi()
2506 static int futex_unlock_pi(u32 __user *uaddr, unsigned int flags) in futex_unlock_pi()
2687 static int futex_wait_requeue_pi(u32 __user *uaddr, unsigned int flags, in futex_wait_requeue_pi()
2928 int handle_futex_death(u32 __user *uaddr, struct task_struct *curr, int pi) in handle_futex_death()
3062 long do_futex(u32 __user *uaddr, int op, u32 val, ktime_t *timeout, in do_futex()
3119 SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument