Searched refs:__xchg_relaxed (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/arch/csky/include/asm/ |
| D | cmpxchg.h | 10 #define __xchg_relaxed(new, ptr, size) \ macro 54 (__xchg_relaxed((x), (ptr), sizeof(*(ptr))))
|
| /Linux-v6.6/arch/riscv/include/asm/ |
| D | cmpxchg.h | 14 #define __xchg_relaxed(ptr, new, size) \ macro 43 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
|
| /Linux-v6.6/arch/powerpc/include/asm/ |
| D | cmpxchg.h | 237 __xchg_relaxed(void *ptr, unsigned long x, unsigned int size) in __xchg_relaxed() function 264 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
|