Home
last modified time | relevance | path

Searched refs:__xchg64 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dcmpxchg.h20 extern unsigned long __xchg64(unsigned long, volatile unsigned long *);
29 case 8: return __xchg64(x, (volatile unsigned long *) ptr); in __xchg()
/OK3568_Linux_fs/kernel/arch/parisc/lib/
H A Dbitops.c21 unsigned long __xchg64(unsigned long x, volatile unsigned long *ptr) in __xchg64() function
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dparisc_ksyms.c30 EXPORT_SYMBOL(__xchg64);