Home
last modified time | relevance | path

Searched defs:arch_xchg (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/arch/arm64/include/asm/
Dcmpxchg.h104 #define arch_xchg(...) __xchg_wrapper( _mb, __VA_ARGS__) macro
/linux-5.10/arch/x86/include/asm/
Dcmpxchg.h78 #define arch_xchg(ptr, v) __xchg_op((ptr), (v), xchg, "") macro
/linux-5.10/include/linux/
Datomic-arch-fallback.h28 #define arch_xchg(...) \ macro