Searched defs:arch_cmpxchg (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/hexagon/include/asm/
H A Dcmpxchg.h54 #define arch_cmpxchg(ptr, old, new) \ macro
/linux-master/arch/arc/include/asm/
H A Dcmpxchg.h60 #define arch_cmpxchg(ptr, old, new) \ macro
/linux-master/arch/csky/include/asm/
H A Dcmpxchg.h146 #define arch_cmpxchg(ptr, o, n) \ macro
/linux-master/arch/alpha/include/asm/
H A Dcmpxchg.h56 #define arch_cmpxchg(ptr, o, n) \ macro
/linux-master/arch/sh/include/asm/
H A Dcmpxchg.h66 #define arch_cmpxchg(ptr,o,n) \ macro
/linux-master/include/asm-generic/
H A Dcmpxchg.h112 #define arch_cmpxchg arch_cmpxchg_local macro
/linux-master/arch/m68k/include/asm/
H A Dcmpxchg.h120 #define arch_cmpxchg(ptr, o, n) \ macro
/linux-master/arch/parisc/include/asm/
H A Dcmpxchg.h81 #define arch_cmpxchg(ptr, o, n) \ macro
/linux-master/arch/sparc/include/asm/
H A Dcmpxchg_32.h58 #define arch_cmpxchg(ptr, o, n) \ macro
H A Dcmpxchg_64.h171 #define arch_cmpxchg(ptr,o,n) \ macro
/linux-master/arch/mips/include/asm/
H A Dcmpxchg.h184 #define arch_cmpxchg(ptr, old, new) \ macro
/linux-master/arch/s390/include/asm/
H A Dcmpxchg.h179 #define arch_cmpxchg(ptr, o, n) \ macro
/linux-master/arch/xtensa/include/asm/
H A Dcmpxchg.h83 #define arch_cmpxchg(ptr,o,n) \ macro
/linux-master/arch/arm64/include/asm/
H A Dcmpxchg.h188 #define arch_cmpxchg(...) __cmpxchg_wrapper( _mb, __VA_ARGS__) macro
/linux-master/arch/loongarch/include/asm/
H A Dcmpxchg.h192 #define arch_cmpxchg(ptr, old, new) \ macro
/linux-master/arch/openrisc/include/asm/
H A Dcmpxchg.h135 #define arch_cmpxchg(ptr, o, n) \ macro
/linux-master/arch/x86/include/asm/
H A Dcmpxchg.h148 #define arch_cmpxchg(ptr, old, new) \ macro
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h339 #define arch_cmpxchg(ptr, o, n) \ macro
/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h699 #define arch_cmpxchg(ptr, o, n) \ macro

Completed in 182 milliseconds