Home
last modified time | relevance | path

Searched refs:arch_xchg_relaxed (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dcmpxchg.h118 #define arch_xchg_relaxed(ptr, x) ({ \ macro
132 #define arch_xchg arch_xchg_relaxed
/openbmc/linux/arch/arc/include/asm/
H A Dcmpxchg.h98 #define arch_xchg_relaxed(ptr, val) \ macro
/openbmc/linux/arch/csky/include/asm/
H A Dcmpxchg.h53 #define arch_xchg_relaxed(ptr, x) \ macro
/openbmc/linux/arch/riscv/include/asm/
H A Dcmpxchg.h40 #define arch_xchg_relaxed(ptr, x) \ macro
/openbmc/linux/arch/arm64/include/asm/
H A Dcmpxchg.h100 #define arch_xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__) macro
/openbmc/linux/include/linux/atomic/
H A Datomic-arch-fallback.h13 #elif defined(arch_xchg_relaxed)
23 #elif defined(arch_xchg_relaxed)
35 #elif defined(arch_xchg_relaxed)
45 #if defined(arch_xchg_relaxed)
46 #define raw_xchg_relaxed arch_xchg_relaxed
/openbmc/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h261 #define arch_xchg_relaxed(ptr, x) \ macro