Searched refs:__xchg_relaxed (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/csky/include/asm/
H A Dcmpxchg.h10 #define __xchg_relaxed(new, ptr, size) \ macro
54 (__xchg_relaxed((x), (ptr), sizeof(*(ptr))))
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h13 #define __xchg_relaxed(ptr, new, size) \ macro
42 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h237 __xchg_relaxed(void *ptr, unsigned long x, unsigned int size) function
251 BUILD_BUG_ON_MSG(1, "Unsupported size for __xchg_relaxed");
264 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \

Completed in 125 milliseconds