Home
last modified time | relevance | path

Searched defs:arch_cmpxchg128 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/include/asm/
H A Dcmpxchg.h195 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128() function
205 #define arch_cmpxchg128 arch_cmpxchg128 macro
/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h50 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128() function
54 #define arch_cmpxchg128 arch_cmpxchg128 macro
/linux/arch/arm64/include/asm/
H A Dcmpxchg.h201 #define arch_cmpxchg128(ptr, o, n) \ macro