Searched refs:__cmpxchg64 (Results 1 - 4 of 4) sorted by path

/linux-master/arch/arm/include/asm/
H A Dcmpxchg.h245 static inline unsigned long long __cmpxchg64(unsigned long long *ptr, function
271 (__typeof__(*(ptr)))__cmpxchg64((ptr), \
/linux-master/arch/mips/include/asm/
H A Dcmpxchg.h228 static inline unsigned long __cmpxchg64(volatile void *ptr, function
250 "1: lld %L0, %3 # __cmpxchg64 \n"
312 __res = __cmpxchg64((ptr), __old, __new); \
/linux-master/arch/x86/include/asm/
H A Dcmpxchg_32.h6 * Note: if you use __cmpxchg64(), or their variants,
32 static __always_inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) function
74 #define arch_cmpxchg64 __cmpxchg64
/linux-master/drivers/iommu/intel/
H A Diommu.h828 return __cmpxchg64(&pte->val, 0ULL, 0ULL) &

Completed in 445 milliseconds