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