Home
last modified time | relevance | path

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

/linux/arch/parisc/include/asm/
H A Dcmpxchg.h18 extern unsigned long __xchg32(int, volatile int *);
31 case 4: return __xchg32((int) x, (volatile int *) ptr); in __arch_xchg()
/linux/arch/parisc/lib/
H A Dbitops.c33 unsigned long notrace __xchg32(int x, volatile int *ptr) in __xchg32() function