Home
last modified time | relevance | path

Searched refs:xchg64 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
Dcmpxchg.h60 #define xchg64(ptr, n) \ macro
125 #define xchg64 xchg macro
Datomic.h171 return xchg64(&v->counter, n); in atomic64_xchg()
/linux-4.4.14/arch/sparc/include/asm/
Dcmpxchg_64.h26 static inline unsigned long xchg64(__volatile__ unsigned long *m, unsigned long val) in xchg64() function
54 return xchg64(ptr, x); in __xchg()