Searched refs:__cmpxchg64 (Results 1 – 4 of 4) sorted by relevance
250 static inline unsigned long long __cmpxchg64(unsigned long long *ptr, in __cmpxchg64() function276 (__typeof__(*(ptr)))__cmpxchg64((ptr), \
32 static __always_inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64() function74 #define arch_cmpxchg64 __cmpxchg64
228 static inline unsigned long __cmpxchg64(volatile void *ptr, in __cmpxchg64() function312 __res = __cmpxchg64((ptr), __old, __new); \
867 return __cmpxchg64(&pte->val, 0ULL, 0ULL) & VTD_PAGE_MASK; in dma_pte_addr()