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