Lines Matching refs:uaddr
22 #define __futex_atomic_op(insn, ret, oldval, uaddr, oparg) \ argument
49 "=" GCC_OFF_SMALL_ASM() (*uaddr) \
50 : "0" (0), GCC_OFF_SMALL_ASM() (*uaddr), "Jr" (oparg), \
79 "=" GCC_OFF_SMALL_ASM() (*uaddr) \
80 : "0" (0), GCC_OFF_SMALL_ASM() (*uaddr), "Jr" (oparg), \
88 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser() argument
92 if (!access_ok(uaddr, sizeof(u32))) in arch_futex_atomic_op_inuser()
97 __futex_atomic_op("move $1, %z5", ret, oldval, uaddr, oparg); in arch_futex_atomic_op_inuser()
102 ret, oldval, uaddr, oparg); in arch_futex_atomic_op_inuser()
106 ret, oldval, uaddr, oparg); in arch_futex_atomic_op_inuser()
110 ret, oldval, uaddr, ~oparg); in arch_futex_atomic_op_inuser()
114 ret, oldval, uaddr, oparg); in arch_futex_atomic_op_inuser()
127 futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr, in futex_atomic_cmpxchg_inatomic() argument
133 if (!access_ok(uaddr, sizeof(u32))) in futex_atomic_cmpxchg_inatomic()
162 : "+r" (ret), "=&r" (val), "=" GCC_OFF_SMALL_ASM() (*uaddr) in futex_atomic_cmpxchg_inatomic()
163 : GCC_OFF_SMALL_ASM() (*uaddr), "Jr" (oldval), "Jr" (newval), in futex_atomic_cmpxchg_inatomic()
192 : "+r" (ret), "=&r" (val), "=" GCC_OFF_SMALL_ASM() (*uaddr) in futex_atomic_cmpxchg_inatomic()
193 : GCC_OFF_SMALL_ASM() (*uaddr), "Jr" (oldval), "Jr" (newval), in futex_atomic_cmpxchg_inatomic()