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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/lib/
H A Dbitops.c33 unsigned long __xchg32(int x, int *ptr) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dparisc_ksyms.c36 EXPORT_SYMBOL(__xchg32); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Datomic.h58 /* __xchg32/64 defined in arch/parisc/lib/bitops.c */
60 extern unsigned long __xchg32(int, int *);
73 case 4: return __xchg32((int) x, (int *) ptr);

Completed in 108 milliseconds