Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Datomic.h434 static inline s64 arch_atomic64_xchg_relaxed(atomic64_t *ptr, s64 new) in arch_atomic64_xchg_relaxed() function
452 #define arch_atomic64_xchg_relaxed arch_atomic64_xchg_relaxed macro
/openbmc/linux/include/linux/atomic/
H A Datomic-arch-fallback.h4013 #elif defined(arch_atomic64_xchg_relaxed) in raw_atomic64_xchg()
4016 ret = arch_atomic64_xchg_relaxed(v, new); in raw_atomic64_xchg()
4040 #elif defined(arch_atomic64_xchg_relaxed) in raw_atomic64_xchg_acquire()
4041 s64 ret = arch_atomic64_xchg_relaxed(v, new); in raw_atomic64_xchg_acquire()
4067 #elif defined(arch_atomic64_xchg_relaxed) in raw_atomic64_xchg_release()
4069 return arch_atomic64_xchg_relaxed(v, new); in raw_atomic64_xchg_release()
4091 #if defined(arch_atomic64_xchg_relaxed) in raw_atomic64_xchg_relaxed()
4092 return arch_atomic64_xchg_relaxed(v, new); in raw_atomic64_xchg_relaxed()