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

/linux-master/arch/arm/include/asm/
H A Dcmpxchg.h118 #define arch_xchg_relaxed(ptr, x) ({ \ macro
132 #define arch_xchg arch_xchg_relaxed
/linux-master/arch/arc/include/asm/
H A Dcmpxchg.h98 #define arch_xchg_relaxed(ptr, val) \ macro
/linux-master/arch/csky/include/asm/
H A Dcmpxchg.h53 #define arch_xchg_relaxed(ptr, x) \ macro
/linux-master/arch/arm64/include/asm/
H A Dcmpxchg.h100 #define arch_xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__) macro
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h39 #define arch_xchg_relaxed(ptr, x) \ macro
/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h261 #define arch_xchg_relaxed(ptr, x) \ macro
/linux-master/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

Completed in 152 milliseconds