Lines Matching defs:uaddr
398 get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, int rw) in get_futex_key()
558 static int fault_in_user_writeable(u32 __user *uaddr) in fault_in_user_writeable()
590 static int cmpxchg_futex_value_locked(u32 *curval, u32 __user *uaddr, in cmpxchg_futex_value_locked()
973 static int lock_pi_update_atomic(u32 __user *uaddr, u32 uval, u32 newval) in lock_pi_update_atomic()
1002 static int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb, in futex_lock_pi_atomic()
1125 static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_q *this) in wake_futex_pi()
1224 futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset) in futex_wake()
1890 static int fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q, in fixup_pi_state_owner()
1999 static int fixup_owner(u32 __user *uaddr, struct futex_q *q, int locked) in fixup_owner()
2115 static int futex_wait_setup(u32 __user *uaddr, u32 val, unsigned int flags, in futex_wait_setup()
2174 static int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, in futex_wait()
2251 u32 __user *uaddr = restart->futex.uaddr; in futex_wait_restart() local
2271 static int futex_lock_pi(u32 __user *uaddr, unsigned int flags, in futex_lock_pi()
2394 static int futex_unlock_pi(u32 __user *uaddr, unsigned int flags) in futex_unlock_pi()
2564 static int futex_wait_requeue_pi(u32 __user *uaddr, unsigned int flags, in futex_wait_requeue_pi()
2805 int handle_futex_death(u32 __user *uaddr, struct task_struct *curr, int pi) in handle_futex_death()
2939 long do_futex(u32 __user *uaddr, int op, u32 val, ktime_t *timeout, in do_futex()
2996 SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument