Searched refs:__cmpxchg_u32 (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dcmpxchg-cas.h6 __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) function
19 while (__cmpxchg_u32(m, old, val) != old);
H A Dcmpxchg-llsc.h27 __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) function
34 "movli.l @%2, %0 ! __cmpxchg_u32 \n\t"
H A Dcmpxchg-grb.h71 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, function
H A Dcmpxchg-xchg.h15 * Note: this header isn't self-contained: before including it, __cmpxchg_u32
35 } while (__cmpxchg_u32(p, oldv, newv) != oldv);
H A Dcmpxchg-irq.h40 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, function
H A Dcmpxchg.h60 return __cmpxchg_u32(ptr, old, new);
/linux-master/arch/parisc/include/asm/
H A Dcmpxchg.h62 extern u32 __cmpxchg_u32(volatile u32 *m, u32 old, u32 new_);
73 size == 4 ? __cmpxchg_u32(ptr, old, new_) :
97 case 4: return __cmpxchg_u32(ptr, old, new_);
/linux-master/arch/xtensa/include/asm/
H A Dcmpxchg.h24 __cmpxchg_u32(volatile int *p, int old, int new) function
77 case 4: return __cmpxchg_u32(ptr, old, new);
98 return __cmpxchg_u32(ptr, old, new);
192 } while (__cmpxchg_u32(p, oldv, newv) != oldv);
/linux-master/arch/sparc/include/asm/
H A Dcmpxchg_64.h11 __cmpxchg_u32(volatile int *m, int old, int new) function
84 load32 = __cmpxchg_u32(ptr, old32, new32);
143 load32 = __cmpxchg_u32(ptr, old32, new32);
163 return __cmpxchg_u32(ptr, old, new);
H A Dcmpxchg_32.h43 u32 __cmpxchg_u32(volatile u32 *m, u32 old, u32 new_);
52 size == 4 ? __cmpxchg_u32(ptr, old, new_) :
/linux-master/arch/parisc/kernel/
H A Dparisc_ksyms.c27 EXPORT_SYMBOL(__cmpxchg_u32); variable
/linux-master/arch/sparc/lib/
H A Datomic32.c182 EXPORT_SYMBOL(__cmpxchg_u32); variable
/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h445 __cmpxchg_u32(volatile unsigned int *p, unsigned long old, unsigned long new) function
451 "1: lwarx %0,0,%2 # __cmpxchg_u32\n\
473 "1: lwarx %0,0,%2 # __cmpxchg_u32\n\
630 return __cmpxchg_u32(ptr, old, new);

Completed in 270 milliseconds