Searched refs:__arch_xchg (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/hexagon/include/asm/
H A Dcmpxchg.h12 * __arch_xchg - atomically exchange a register and a memory location
23 __arch_xchg(unsigned long x, volatile void *ptr, int size) function
45 #define arch_xchg(ptr, v) ((__typeof__(*(ptr)))__arch_xchg((unsigned long)(v), (ptr), \
/linux-master/arch/alpha/include/asm/
H A Dcmpxchg.h9 #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))); \
/linux-master/arch/sparc/include/asm/
H A Dcmpxchg_32.h18 static __always_inline unsigned long __arch_xchg(unsigned long x, __volatile__ void * ptr, int size) function
28 #define arch_xchg(ptr,x) ({(__typeof__(*(ptr)))__arch_xchg((unsigned long)(x),(ptr),sizeof(*(ptr)));})
H A Dcmpxchg_64.h58 __arch_xchg((unsigned long)(x), (ptr), sizeof(*(ptr))); \
91 __arch_xchg(unsigned long x, __volatile__ void * ptr, int size) function
/linux-master/arch/sh/include/asm/
H A Dcmpxchg.h25 #define __arch_xchg(ptr, x, size) \ macro
49 ((__typeof__(*(ptr)))__arch_xchg((ptr),(unsigned long)(x), sizeof(*(ptr))))
/linux-master/arch/m68k/include/asm/
H A Dcmpxchg.h12 static inline unsigned long __arch_xchg(unsigned long x, volatile void * ptr, int size) function
43 static inline unsigned long __arch_xchg(unsigned long x, volatile void * ptr, int size) function
78 #define arch_xchg(ptr,x) ({(__typeof__(*(ptr)))__arch_xchg((unsigned long)(x),(ptr),sizeof(*(ptr)));})
/linux-master/arch/arc/include/asm/
H A Dcmpxchg.h88 #define __arch_xchg(ptr, val) \ macro
105 _val_ = __arch_xchg(_p_, _val_); \
/linux-master/arch/openrisc/include/asm/
H A Dcmpxchg.h151 __arch_xchg(volatile void *ptr, unsigned long with, int size) function
166 (__typeof__(*(ptr))) __arch_xchg((ptr), \
/linux-master/arch/s390/include/asm/
H A Dcmpxchg.h18 __arch_xchg(unsigned long x, unsigned long address, int size) function
80 __arch_xchg((unsigned long)(x), (unsigned long)(ptr), \
/linux-master/arch/parisc/include/asm/
H A Dcmpxchg.h25 __arch_xchg(unsigned long x, volatile void *ptr, int size) function
52 __arch_xchg((unsigned long)_x_, (ptr), sizeof(*(ptr))); \
/linux-master/arch/xtensa/include/asm/
H A Dcmpxchg.h173 ((__typeof__(*(ptr)))__arch_xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
206 __arch_xchg(unsigned long x, volatile void * ptr, int size) function
/linux-master/arch/loongarch/include/asm/
H A Dcmpxchg.h65 __arch_xchg(volatile void *ptr, unsigned long x, int size) function
90 __arch_xchg((ptr), (unsigned long)(x), sizeof(*(ptr))); \
/linux-master/arch/arm/include/asm/
H A Dcmpxchg.h29 __arch_xchg(unsigned long x, volatile void *ptr, int size) function
119 (__typeof__(*(ptr)))__arch_xchg((unsigned long)(x), (ptr), \
/linux-master/arch/mips/include/asm/
H A Dcmpxchg.h71 unsigned long __arch_xchg(volatile void *ptr, unsigned long x, int size) function
105 __arch_xchg((ptr), (unsigned long)(x), sizeof(*(ptr))); \
/linux-master/arch/arm64/include/asm/
H A Dcmpxchg.h66 __arch_xchg##sfx(unsigned long x, volatile void *ptr, int size) \
95 __arch_xchg##sfx((unsigned long)(x), (ptr), sizeof(*(ptr))); \
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h116 #define __arch_xchg(ptr, new, size) \ macro
145 (__typeof__(*(ptr))) __arch_xchg((ptr), _x_, sizeof(*(ptr))); \

Completed in 360 milliseconds