Searched defs:uaddr (Results 1 – 2 of 2) sorted by relevance
| /kernel/ |
| D | futex.c | 554 get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, int rw) in get_futex_key() 750 static int fault_in_user_writeable(u32 __user *uaddr) in fault_in_user_writeable() 782 static int cmpxchg_futex_value_locked(u32 *curval, u32 __user *uaddr, in cmpxchg_futex_value_locked() 1078 static int attach_to_pi_state(u32 __user *uaddr, u32 uval, in attach_to_pi_state() 1226 static int handle_exit_race(u32 __user *uaddr, u32 uval, in handle_exit_race() 1286 static int attach_to_pi_owner(u32 __user *uaddr, u32 uval, union futex_key *key, in attach_to_pi_owner() 1376 static int lookup_pi_state(u32 __user *uaddr, u32 uval, in lookup_pi_state() 1397 static int lock_pi_update_atomic(u32 __user *uaddr, u32 uval, u32 newval) in lock_pi_update_atomic() 1437 static int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb, in futex_lock_pi_atomic() 1569 static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_pi_state *pi_state) in wake_futex_pi() [all …]
|
| /kernel/bpf/ |
| D | syscall.c | 62 static int check_uarg_tail_zero(void __user *uaddr, in check_uarg_tail_zero()
|