Home
last modified time | relevance | path

Searched refs:__cmpxchg_wrapper (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dcmpxchg.h175 #define __cmpxchg_wrapper(sfx, ptr, o, n) \ macro
185 #define arch_cmpxchg_relaxed(...) __cmpxchg_wrapper( , __VA_ARGS__)
186 #define arch_cmpxchg_acquire(...) __cmpxchg_wrapper(_acq, __VA_ARGS__)
187 #define arch_cmpxchg_release(...) __cmpxchg_wrapper(_rel, __VA_ARGS__)
188 #define arch_cmpxchg(...) __cmpxchg_wrapper( _mb, __VA_ARGS__)