Searched refs:__xchg64 (Results 1 – 3 of 3) sorted by relevance
20 extern unsigned long __xchg64(unsigned long, volatile unsigned long *);29 case 8: return __xchg64(x, (volatile unsigned long *) ptr); in __xchg()
21 unsigned long notrace __xchg64(unsigned long x, volatile unsigned long *ptr) in __xchg64() function
30 EXPORT_SYMBOL(__xchg64);