Searched refs:__cmpxchg64 (Results 1 – 3 of 3) sorted by relevance
40 ((__typeof__(*(ptr)))__cmpxchg64((ptr), (unsigned long long)(o), \47 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64() function
244 static inline unsigned long long __cmpxchg64(unsigned long long *ptr, in __cmpxchg64() function270 (__typeof__(*(ptr)))__cmpxchg64((ptr), \
342 return __cmpxchg64(&pte->val, 0ULL, 0ULL) & VTD_PAGE_MASK; in dma_pte_addr()