Home
last modified time | relevance | path

Searched refs:atomic64_fetch_xor (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/linux/
Datomic-fallback.h1891 #define atomic64_fetch_xor_acquire atomic64_fetch_xor
1892 #define atomic64_fetch_xor_release atomic64_fetch_xor
1893 #define atomic64_fetch_xor_relaxed atomic64_fetch_xor
1917 #ifndef atomic64_fetch_xor
1919 atomic64_fetch_xor(s64 i, atomic64_t *v) in atomic64_fetch_xor() function
1927 #define atomic64_fetch_xor atomic64_fetch_xor macro
/Linux-v5.4/arch/riscv/include/asm/
Datomic.h193 #define atomic64_fetch_xor atomic64_fetch_xor macro
/Linux-v5.4/arch/arm64/include/asm/
Datomic.h87 ATOMIC64_FETCH_OPS(atomic64_fetch_xor)
/Linux-v5.4/arch/ia64/include/asm/
Datomic.h205 #define atomic64_fetch_xor(i,v) ia64_atomic64_fetch_xor(i,v) macro
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h1381 atomic64_fetch_xor(s64 i, atomic64_t *v) in atomic64_fetch_xor() function
1386 #define atomic64_fetch_xor atomic64_fetch_xor macro
Datomic-long.h364 return atomic64_fetch_xor(i, v); in atomic_long_fetch_xor()