Searched defs:arch_xchg (Results 1 – 2 of 2) sorted by relevance
104 #define arch_xchg(...) __xchg_wrapper( _mb, __VA_ARGS__) macro
78 #define arch_xchg(ptr, v) __xchg_op((ptr), (v), xchg, "") macro