Home
last modified time | relevance | path

Searched refs:__cmpxchg64 (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/arm/include/asm/
H A Dcmpxchg.h250 static inline unsigned long long __cmpxchg64(unsigned long long *ptr, in __cmpxchg64() function
276 (__typeof__(*(ptr)))__cmpxchg64((ptr), \
/linux-6.15/arch/x86/include/asm/
H A Dcmpxchg_32.h32 static __always_inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64() function
74 #define arch_cmpxchg64 __cmpxchg64
/linux-6.15/arch/mips/include/asm/
H A Dcmpxchg.h228 static inline unsigned long __cmpxchg64(volatile void *ptr, in __cmpxchg64() function
312 __res = __cmpxchg64((ptr), __old, __new); \
/linux-6.15/drivers/iommu/intel/
H A Diommu.h867 return __cmpxchg64(&pte->val, 0ULL, 0ULL) & VTD_PAGE_MASK; in dma_pte_addr()