Searched refs:__cmpxchg_u64 (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dsystem.h121 #define __cmpxchg_u64 __cmpxchg_u64_unsupported_on_32bit_kernels macro
136 return __cmpxchg_u64(ptr, old, new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/lib/
H A Dbitops.c60 unsigned long __cmpxchg_u64(volatile unsigned long *ptr, unsigned long old, unsigned long new) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsystem_64.h243 __cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) function
264 return __cmpxchg_u64(ptr, old, new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Datomic.h101 extern unsigned long __cmpxchg_u64(volatile unsigned long *ptr, unsigned long old, unsigned long new_);
109 case 8: return __cmpxchg_u64((unsigned long *)ptr, old, new_);
133 case 8: return __cmpxchg_u64((unsigned long *)ptr, old, new_);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dparisc_ksyms.c43 EXPORT_SYMBOL(__cmpxchg_u64); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhugetlbpage-hash64.c55 } while(old_pte != __cmpxchg_u64((unsigned long *)ptep,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystem.h415 __cmpxchg_u64(volatile unsigned long *p, unsigned long old, unsigned long new) function
421 "1: ldarx %0,0,%2 # __cmpxchg_u64\n\
443 "1: ldarx %0,0,%2 # __cmpxchg_u64\n\
471 return __cmpxchg_u64(ptr, old, new);

Completed in 233 milliseconds