Searched refs:xchg64 (Results 1 – 2 of 2) sorted by relevance
38 static inline unsigned long xchg64(__volatile__ unsigned long *m, unsigned long val) in xchg64() function99 return xchg64(ptr, x); in __arch_xchg()
155 #define xchg64(ptr, x) \ macro