Home
last modified time | relevance | path

Searched defs:arch_cmpxchg_relaxed (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arc/include/asm/
H A Dcmpxchg.h41 #define arch_cmpxchg_relaxed(ptr, old, new) \ macro
/openbmc/linux/arch/csky/include/asm/
H A Dcmpxchg.h83 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
/openbmc/linux/arch/arm/include/asm/
H A Dcmpxchg.h211 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
/openbmc/linux/arch/arm64/include/asm/
H A Dcmpxchg.h185 #define arch_cmpxchg_relaxed(...) __cmpxchg_wrapper( , __VA_ARGS__) macro
/openbmc/linux/arch/riscv/include/asm/
H A Dcmpxchg.h202 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h716 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro