Lines Matching defs:uaddr
487 static int get_futex_key(u32 __user *uaddr, bool fshared, union futex_key *key, in get_futex_key()
676 static int fault_in_user_writeable(u32 __user *uaddr) in fault_in_user_writeable()
708 static int cmpxchg_futex_value_locked(u32 *curval, u32 __user *uaddr, in cmpxchg_futex_value_locked()
987 static int attach_to_pi_state(u32 __user *uaddr, u32 uval, in attach_to_pi_state()
1136 static int handle_exit_race(u32 __user *uaddr, u32 uval, in handle_exit_race()
1196 static int attach_to_pi_owner(u32 __user *uaddr, u32 uval, union futex_key *key, in attach_to_pi_owner()
1286 static int lookup_pi_state(u32 __user *uaddr, u32 uval, in lookup_pi_state()
1307 static int lock_pi_update_atomic(u32 __user *uaddr, u32 uval, u32 newval) in lock_pi_update_atomic()
1347 static int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb, in futex_lock_pi_atomic()
1478 static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_pi_state *pi_state) in wake_futex_pi()
1584 futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset) in futex_wake()
1629 static int futex_atomic_op_inuser(unsigned int encoded_op, u32 __user *uaddr) in futex_atomic_op_inuser()
2328 static int fixup_pi_state_owner(u32 __user *uaddr, struct futex_q *q, in fixup_pi_state_owner()
2526 static int fixup_owner(u32 __user *uaddr, struct futex_q *q, int locked) in fixup_owner()
2626 static int futex_wait_setup(u32 __user *uaddr, u32 val, unsigned int flags, in futex_wait_setup()
2681 static int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, in futex_wait()
2749 u32 __user *uaddr = restart->futex.uaddr; in futex_wait_restart() local
2772 static int futex_lock_pi(u32 __user *uaddr, unsigned int flags, in futex_lock_pi()
2959 static int futex_unlock_pi(u32 __user *uaddr, unsigned int flags) in futex_unlock_pi()
3183 static int futex_wait_requeue_pi(u32 __user *uaddr, unsigned int flags, in futex_wait_requeue_pi()
3433 static int handle_futex_death(u32 __user *uaddr, struct task_struct *curr, in handle_futex_death()
3734 long do_futex(u32 __user *uaddr, int op, u32 val, ktime_t *timeout, in do_futex()
3794 SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument
3852 void __user *uaddr = compat_ptr(base + futex_offset); in futex_uaddr() local
3908 void __user *uaddr = futex_uaddr(entry, futex_offset); in compat_exit_robust_list() local
3928 void __user *uaddr = futex_uaddr(pending, futex_offset); in compat_exit_robust_list() local
3990 SYSCALL_DEFINE6(futex_time32, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument