Home
last modified time | relevance | path

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

/openbmc/linux/arch/csky/include/asm/
H A Dcmpxchg.h86 #define __cmpxchg_acquire(ptr, old, new, size) \ macro
/openbmc/linux/arch/riscv/include/asm/
H A Dcmpxchg.h210 #define __cmpxchg_acquire(ptr, old, new, size) \ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h681 __cmpxchg_acquire(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_acquire() function