Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-parisc/
Datomic.h73 extern unsigned long __xchg32(int, int *);
87 case 4: return __xchg32((int) x, (int *) ptr); in __xchg()
/linux-2.4.37.9/arch/parisc/lib/
Dbitops.c36 unsigned long __xchg32(int x, int *ptr) in __xchg32() function
/linux-2.4.37.9/arch/parisc/kernel/
Dparisc_ksyms.c75 EXPORT_SYMBOL(__xchg32);