Lines Matching defs:uaddr

234 get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, int rw)  in get_futex_key()
393 static int fault_in_user_writeable(u32 __user *uaddr) in fault_in_user_writeable()
425 static int cmpxchg_futex_value_locked(u32 *curval, u32 __user *uaddr, in cmpxchg_futex_value_locked()
713 static int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb, in futex_lock_pi_atomic()
865 static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_q *this) in wake_futex_pi()
929 static int unlock_futex_pi(u32 __user *uaddr, u32 uval) in unlock_futex_pi()
973 futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset) in futex_wake()
1585 static int fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q, in fixup_pi_state_owner()
1694 static int fixup_owner(u32 __user *uaddr, struct futex_q *q, int locked) in fixup_owner()
1810 static int futex_wait_setup(u32 __user *uaddr, u32 val, unsigned int flags, in futex_wait_setup()
1869 static int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, in futex_wait()
1946 u32 __user *uaddr = restart->futex.uaddr; in futex_wait_restart() local
1966 static int futex_lock_pi(u32 __user *uaddr, unsigned int flags, int detect, in futex_lock_pi()
2087 static int futex_unlock_pi(u32 __user *uaddr, unsigned int flags) in futex_unlock_pi()
2262 static int futex_wait_requeue_pi(u32 __user *uaddr, unsigned int flags, in futex_wait_requeue_pi()
2494 int handle_futex_death(u32 __user *uaddr, struct task_struct *curr, int pi) in handle_futex_death()
2628 long do_futex(u32 __user *uaddr, int op, u32 val, ktime_t *timeout, in do_futex()
2690 SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument