Searched refs:__cmpxchg64 (Results 1 – 3 of 3) sorted by relevance
/arch/arm/include/asm/ |
D | cmpxchg.h | 239 static inline unsigned long long __cmpxchg64(volatile void *ptr, in __cmpxchg64() function 271 ret = __cmpxchg64(ptr, old, new); in __cmpxchg64_mb() 283 ((__typeof__(*(ptr)))__cmpxchg64((ptr), \
|
/arch/x86/include/asm/ |
D | cmpxchg_32.h | 43 ((__typeof__(*(ptr)))__cmpxchg64((ptr), (unsigned long long)(o), \ 50 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64() function
|
/arch/s390/include/asm/ |
D | cmpxchg.h | 173 static inline unsigned long long __cmpxchg64(void *ptr, in __cmpxchg64() function 188 ((__typeof__(*(ptr)))__cmpxchg64((ptr), \
|