Home
last modified time | relevance | path

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

/Linux-v4.19/arch/parisc/include/asm/
Dcmpxchg.h20 extern unsigned long __xchg64(unsigned long, unsigned long *);
29 case 8: return __xchg64(x, (unsigned long *) ptr); in __xchg()
/Linux-v4.19/arch/parisc/lib/
Dbitops.c21 unsigned long __xchg64(unsigned long x, unsigned long *ptr) in __xchg64() function
/Linux-v4.19/arch/parisc/kernel/
Dparisc_ksyms.c43 EXPORT_SYMBOL(__xchg64);