Searched refs:atomic64_fetch_xor (Results 1 – 6 of 6) sorted by relevance
2083 #define arch_atomic64_fetch_xor atomic64_fetch_xor2089 #define atomic64_fetch_xor_acquire atomic64_fetch_xor2090 #define atomic64_fetch_xor_release atomic64_fetch_xor2091 #define atomic64_fetch_xor_relaxed atomic64_fetch_xor2115 #ifndef atomic64_fetch_xor2117 atomic64_fetch_xor(s64 i, atomic64_t *v) in atomic64_fetch_xor() function2125 #define atomic64_fetch_xor atomic64_fetch_xor macro
191 #define atomic64_fetch_xor atomic64_fetch_xor macro
87 ATOMIC64_FETCH_OPS(atomic64_fetch_xor)
204 #define atomic64_fetch_xor(i,v) ia64_atomic64_fetch_xor(i,v) macro
1382 atomic64_fetch_xor(s64 i, atomic64_t *v) in atomic64_fetch_xor() function1387 #define atomic64_fetch_xor atomic64_fetch_xor macro
365 return atomic64_fetch_xor(i, v); in atomic_long_fetch_xor()