__xchg_op
#define __xadd(ptr, inc, lock) __xchg_op((ptr), (inc), xadd, lock)
#define arch_xchg(ptr, v) __xchg_op((ptr), (v), xchg, "")