Home
last modified time | relevance | path

Searched defs:arch_xchg_acquire (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dcmpxchg.h101 #define arch_xchg_acquire(...) __xchg_wrapper(_acq, __VA_ARGS__) macro
/openbmc/linux/arch/riscv/include/asm/
H A Dcmpxchg.h75 #define arch_xchg_acquire(ptr, x) \ macro