Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Datomic.h1057 #define atomic64_fetch_xor_relaxed atomic64_fetch_xor
1058 #define atomic64_fetch_xor_acquire atomic64_fetch_xor
1059 #define atomic64_fetch_xor_release atomic64_fetch_xor
1065 __atomic_op_acquire(atomic64_fetch_xor, __VA_ARGS__)
1070 __atomic_op_release(atomic64_fetch_xor, __VA_ARGS__)
1073 #ifndef atomic64_fetch_xor
1074 #define atomic64_fetch_xor(...) \ macro
1075 __atomic_op_fence(atomic64_fetch_xor, __VA_ARGS__)
/Linux-v4.19/arch/arm64/include/asm/
Datomic.h148 #define atomic64_fetch_xor atomic64_fetch_xor macro
/Linux-v4.19/arch/riscv/include/asm/
Datomic.h197 #define atomic64_fetch_xor atomic64_fetch_xor macro
/Linux-v4.19/arch/ia64/include/asm/
Datomic.h205 #define atomic64_fetch_xor(i,v) ia64_atomic64_fetch_xor(i,v) macro
/Linux-v4.19/include/asm-generic/
Datomic-instrumented.h369 static __always_inline s64 atomic64_fetch_xor(s64 i, atomic64_t *v) in atomic64_fetch_xor() function