__xchg             41 include/asm-cris/arch-v10/system.h #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
__xchg             40 include/asm-cris/arch-v32/system.h 	((__typeof__(*(ptr)))__xchg((unsigned long) (x),(ptr),sizeof(*(ptr))))
__xchg            125 include/asm-m32r/system.h 	((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr))))
__xchg             89 include/asm-m68k/system.h #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
__xchg            212 include/asm-mn10300/system.h 	((__typeof__(*(ptr))) __xchg((unsigned long *)(ptr),	\
__xchg             91 include/asm-parisc/atomic.h 	((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
__xchg             12 include/asm-x86/cmpxchg_32.h 	((__typeof__(*(ptr)))__xchg((unsigned long)(v), (ptr), sizeof(*(ptr))))
__xchg              6 include/asm-x86/cmpxchg_64.h #define xchg(ptr, v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v), \
__xchg            171 include/asm-xtensa/system.h #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))