Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dcmpxchg.h91 #define __xchg_wrapper(sfx, ptr, x) \ macro
100 #define arch_xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__)
101 #define arch_xchg_acquire(...) __xchg_wrapper(_acq, __VA_ARGS__)
102 #define arch_xchg_release(...) __xchg_wrapper(_rel, __VA_ARGS__)
103 #define arch_xchg(...) __xchg_wrapper( _mb, __VA_ARGS__)