Searched refs:__cmpxchg64 (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/include/asm/ |
A D | cmpxchg_32.h | 40 ((__typeof__(*(ptr)))__cmpxchg64((ptr), (unsigned long long)(o), \ 47 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64() function
|
/linux/arch/arm/include/asm/ |
A D | cmpxchg.h | 244 static inline unsigned long long __cmpxchg64(unsigned long long *ptr, in __cmpxchg64() function 270 (__typeof__(*(ptr)))__cmpxchg64((ptr), \
|
/linux/arch/mips/include/asm/ |
A D | cmpxchg.h | 229 static inline unsigned long __cmpxchg64(volatile void *ptr, in __cmpxchg64() function 313 __res = __cmpxchg64((ptr), __old, __new); \
|
/linux/include/linux/ |
A D | intel-iommu.h | 693 return __cmpxchg64(&pte->val, 0ULL, 0ULL) & in dma_pte_addr()
|
Completed in 9 milliseconds