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