/linux-6.1.9/arch/m68k/include/asm/ |
D | cmpxchg.h | 12 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) in __xchg() function 43 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) in __xchg() function
|
/linux-6.1.9/arch/hexagon/include/asm/ |
D | cmpxchg.h | 22 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg() function
|
/linux-6.1.9/arch/sh/include/asm/ |
D | cmpxchg.h | 25 #define __xchg(ptr, x, size) \ macro
|
/linux-6.1.9/arch/arc/include/asm/ |
D | cmpxchg.h | 88 #define __xchg(ptr, val) \ macro
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | cmpxchg_32.h | 18 static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, int size) in __xchg() function
|
D | cmpxchg_64.h | 90 static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, in __xchg() function
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | cmpxchg.h | 25 __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() function
|
/linux-6.1.9/arch/ia64/include/uapi/asm/ |
D | cmpxchg.h | 30 #define __xchg(x, ptr, size) \ macro
|
/linux-6.1.9/arch/s390/include/asm/ |
D | cmpxchg.h | 17 static __always_inline unsigned long __xchg(unsigned long x, in __xchg() function
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | cmpxchg.h | 150 static inline unsigned long __xchg(volatile void *ptr, unsigned long with, in __xchg() function
|
/linux-6.1.9/arch/xtensa/include/asm/ |
D | cmpxchg.h | 206 __xchg(unsigned long x, volatile void * ptr, int size) in __xchg() function
|
/linux-6.1.9/arch/arm/include/asm/ |
D | cmpxchg.h | 28 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() function
|
/linux-6.1.9/arch/mips/include/asm/ |
D | cmpxchg.h | 71 unsigned long __xchg(volatile void *ptr, unsigned long x, int size) in __xchg() function
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | cmpxchg.h | 65 __xchg(volatile void *ptr, unsigned long x, int size) in __xchg() function
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | cmpxchg.h | 117 #define __xchg(ptr, new, size) \ macro
|