Searched refs:arch_cmpxchg128 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dcmpxchg_64.h44 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) function
48 #define arch_cmpxchg128 arch_cmpxchg128 macro
/linux-master/arch/s390/include/asm/
H A Dcmpxchg.h195 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) function
205 #define arch_cmpxchg128 arch_cmpxchg128 macro
/linux-master/include/linux/atomic/
H A Datomic-arch-fallback.h140 #if defined(arch_cmpxchg128)
141 #define raw_cmpxchg128 arch_cmpxchg128
144 __atomic_op_fence(arch_cmpxchg128, __VA_ARGS__)
154 __atomic_op_acquire(arch_cmpxchg128, __VA_ARGS__)
155 #elif defined(arch_cmpxchg128)
156 #define raw_cmpxchg128_acquire arch_cmpxchg128
166 __atomic_op_release(arch_cmpxchg128, __VA_ARGS__)
167 #elif defined(arch_cmpxchg128)
168 #define raw_cmpxchg128_release arch_cmpxchg128
176 #elif defined(arch_cmpxchg128)
[all...]
/linux-master/arch/arm64/include/asm/
H A Dcmpxchg.h201 #define arch_cmpxchg128(ptr, o, n) \ macro

Completed in 110 milliseconds