/openbmc/linux/arch/alpha/include/asm/ |
H A D | cmpxchg.h | 9 #define ____xchg(type, args...) __arch_xchg ## type ## _local(args) 37 #define ____xchg(type, args...) __arch_xchg ##type(args) 51 __arch_xchg((ptr), (unsigned long)_x_, sizeof(*(ptr))); \
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | cmpxchg.h | 12 static inline unsigned long __arch_xchg(unsigned long x, volatile void * ptr, int size) in __arch_xchg() function 43 static inline unsigned long __arch_xchg(unsigned long x, volatile void * ptr, int size) in __arch_xchg() function 78 #define arch_xchg(ptr,x) ({(__typeof__(*(ptr)))__arch_xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))…
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | cmpxchg.h | 23 __arch_xchg(unsigned long x, volatile void *ptr, int size) in __arch_xchg() function 45 #define arch_xchg(ptr, v) ((__typeof__(*(ptr)))__arch_xchg((unsigned long)(v), (ptr), \
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | cmpxchg.h | 25 #define __arch_xchg(ptr, x, size) \ macro 49 ((__typeof__(*(ptr)))__arch_xchg((ptr),(unsigned long)(x), sizeof(*(ptr))))
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | cmpxchg_32.h | 18 static __always_inline unsigned long __arch_xchg(unsigned long x, __volatile__ void * ptr, int size) in __arch_xchg() function 28 #define arch_xchg(ptr,x) ({(__typeof__(*(ptr)))__arch_xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))…
|
H A D | cmpxchg_64.h | 58 __arch_xchg((unsigned long)(x), (ptr), sizeof(*(ptr))); \ 91 __arch_xchg(unsigned long x, __volatile__ void * ptr, int size) in __arch_xchg() function
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | cmpxchg.h | 88 #define __arch_xchg(ptr, val) \ macro 105 _val_ = __arch_xchg(_p_, _val_); \
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | cmpxchg.h | 25 __arch_xchg(unsigned long x, volatile void *ptr, int size) in __arch_xchg() function 52 __arch_xchg((unsigned long)_x_, (ptr), sizeof(*(ptr))); \
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | cmpxchg.h | 26 #define __arch_xchg(x, ptr, size) \ macro 54 ({(__typeof__(*(ptr))) __arch_xchg((unsigned long) (x), (ptr), sizeof(*(ptr)));})
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | cmpxchg.h | 18 __arch_xchg(unsigned long x, unsigned long address, int size) in __arch_xchg() function 80 __arch_xchg((unsigned long)(x), (unsigned long)(ptr), \
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | cmpxchg.h | 151 __arch_xchg(volatile void *ptr, unsigned long with, int size) in __arch_xchg() function 166 (__typeof__(*(ptr))) __arch_xchg((ptr), \
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | cmpxchg.h | 29 __arch_xchg(unsigned long x, volatile void *ptr, int size) in __arch_xchg() function 119 (__typeof__(*(ptr)))__arch_xchg((unsigned long)(x), (ptr), \
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | cmpxchg.h | 65 __arch_xchg(volatile void *ptr, unsigned long x, int size) in __arch_xchg() function 90 __arch_xchg((ptr), (unsigned long)(x), sizeof(*(ptr))); \
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | cmpxchg.h | 173 ((__typeof__(*(ptr)))__arch_xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) 206 __arch_xchg(unsigned long x, volatile void * ptr, int size) in __arch_xchg() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | cmpxchg.h | 71 unsigned long __arch_xchg(volatile void *ptr, unsigned long x, int size) in __arch_xchg() function 105 __arch_xchg((ptr), (unsigned long)(x), sizeof(*(ptr))); \
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | cmpxchg.h | 8 ({(__typeof__(*(ptr))) __arch_xchg((unsigned long) (x), (ptr), sizeof(*(ptr)));})
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 117 #define __arch_xchg(ptr, new, size) \ macro 146 (__typeof__(*(ptr))) __arch_xchg((ptr), _x_, sizeof(*(ptr))); \
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | cmpxchg.h | 66 __arch_xchg##sfx(unsigned long x, volatile void *ptr, int size) \ 95 __arch_xchg##sfx((unsigned long)(x), (ptr), sizeof(*(ptr))); \
|