__xchg_result      32 arch/ia64/include/uapi/asm/cmpxchg.h 	unsigned long __xchg_result;					\
__xchg_result      36 arch/ia64/include/uapi/asm/cmpxchg.h 		__xchg_result = ia64_xchg1((__u8 *)ptr, x);		\
__xchg_result      40 arch/ia64/include/uapi/asm/cmpxchg.h 		__xchg_result = ia64_xchg2((__u16 *)ptr, x);		\
__xchg_result      44 arch/ia64/include/uapi/asm/cmpxchg.h 		__xchg_result = ia64_xchg4((__u32 *)ptr, x);		\
__xchg_result      48 arch/ia64/include/uapi/asm/cmpxchg.h 		__xchg_result = ia64_xchg8((__u64 *)ptr, x);		\
__xchg_result      53 arch/ia64/include/uapi/asm/cmpxchg.h 	__xchg_result;							\