Searched refs:arch_atomic64_fetch_xor (Results 1 – 10 of 10) sorted by relevance
163 static __always_inline s64 arch_atomic64_fetch_xor(s64 i, atomic64_t *v) in arch_atomic64_fetch_xor() function171 #define arch_atomic64_fetch_xor arch_atomic64_fetch_xor macro
242 static __always_inline s64 arch_atomic64_fetch_xor(s64 i, atomic64_t *v) in arch_atomic64_fetch_xor() function251 #define arch_atomic64_fetch_xor arch_atomic64_fetch_xor macro
63 #define arch_atomic64_fetch_xor arch_atomic64_fetch_xor macro
144 #define arch_atomic64_fetch_xor arch_atomic64_fetch_xor macro
192 #define arch_atomic64_fetch_xor arch_atomic64_fetch_xor macro
209 #define arch_atomic64_fetch_xor arch_atomic64_fetch_xor macro
68 #define arch_atomic64_fetch_xor generic_atomic64_fetch_xor macro
191 #define arch_atomic64_fetch_xor arch_atomic64_fetch_xor macro
3908 #if defined(arch_atomic64_fetch_xor) in raw_atomic64_fetch_xor()3909 return arch_atomic64_fetch_xor(i, v); in raw_atomic64_fetch_xor()3941 #elif defined(arch_atomic64_fetch_xor) in raw_atomic64_fetch_xor_acquire()3942 return arch_atomic64_fetch_xor(i, v); in raw_atomic64_fetch_xor_acquire()3967 #elif defined(arch_atomic64_fetch_xor) in raw_atomic64_fetch_xor_release()3968 return arch_atomic64_fetch_xor(i, v); in raw_atomic64_fetch_xor_release()3990 #elif defined(arch_atomic64_fetch_xor) in raw_atomic64_fetch_xor_relaxed()3991 return arch_atomic64_fetch_xor(i, v); in raw_atomic64_fetch_xor_relaxed()
204 #define arch_atomic64_fetch_xor(i,v) ia64_atomic64_fetch_xor(i,v) macro