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