Searched refs:xchg64 (Results 1 – 3 of 3) sorted by relevance
60 #define xchg64(ptr, n) \ macro125 #define xchg64 xchg macro
171 return xchg64(&v->counter, n); in atomic64_xchg()
26 static inline unsigned long xchg64(__volatile__ unsigned long *m, unsigned long val) in xchg64() function54 return xchg64(ptr, x); in __xchg()