Home
last modified time | relevance | path

Searched refs:arch_atomic64_xchg_relaxed (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Datomic-arch-fallback.h1931 #ifndef arch_atomic64_xchg_relaxed
1934 #define arch_atomic64_xchg_relaxed arch_atomic64_xchg macro
1941 s64 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_acquire()
1953 return arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_release()
1964 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg()
Datomic-fallback.h2133 #define arch_atomic64_xchg_relaxed atomic64_xchg_relaxed macro
/Linux-v5.10/arch/arm64/include/asm/
Datomic.h212 #define arch_atomic64_xchg_relaxed arch_atomic_xchg_relaxed macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h1420 #if !defined(arch_atomic64_xchg_relaxed) || defined(arch_atomic64_xchg)
1450 #if defined(arch_atomic64_xchg_relaxed)
1455 return arch_atomic64_xchg_relaxed(v, i); in atomic64_xchg_relaxed()