xchg               41 include/asm-cris/arch-v10/system.h #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
xchg               39 include/asm-cris/arch-v32/system.h #define xchg(ptr,x) \
xchg              134 include/asm-frv/atomic.h #define xchg(ptr, x)								\
xchg              162 include/asm-frv/atomic.h #define xchg(ptr, x)										\
xchg              124 include/asm-m32r/system.h #define xchg(ptr, x)							\
xchg               89 include/asm-m68k/system.h #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
xchg              211 include/asm-mn10300/system.h #define xchg(ptr, v)						\
xchg               90 include/asm-parisc/atomic.h #define xchg(ptr,x) \
xchg               11 include/asm-x86/cmpxchg_32.h #define xchg(ptr, v)							\
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))))