Searched refs:__cmpxchg64 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dsystem.h458 * not be allowed to use __cmpxchg64.
460 static __always_inline__ unsigned long long __cmpxchg64(volatile void *ptr, function
492 ret = __cmpxchg64(ptr, old, new);
504 ((__typeof__(*(ptr)))__cmpxchg64((ptr), \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dcmpxchg_32.h7 * Note: if you use set64_bit(), __cmpxchg64(), or their variants, you
157 ((__typeof__(*(ptr)))__cmpxchg64((ptr), (unsigned long long)(o), \
164 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dintel-iommu.c282 return __cmpxchg64(&pte->val, 0ULL, 0ULL) & VTD_PAGE_MASK;

Completed in 51 milliseconds