Home
last modified time | relevance | path

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

/openbmc/linux/arch/csky/include/asm/
H A Dcmpxchg.h56 #define __cmpxchg_relaxed(ptr, old, new, size) \ macro
/openbmc/linux/arch/riscv/include/asm/
H A Dcmpxchg.h166 #define __cmpxchg_relaxed(ptr, old, new, size) \ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h661 __cmpxchg_relaxed(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_relaxed() function