Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
H A Dcmpxchg_32.h42 u16 __cmpxchg_u16(volatile u16 *m, u16 old, u16 new_);
51 size == 2 ? __cmpxchg_u16(ptr, old, new_) : in __cmpxchg()
/linux/arch/parisc/include/asm/
H A Dcmpxchg.h61 extern u16 __cmpxchg_u16(volatile u16 *ptr, u16 old, u16 new_);
74 size == 2 ? __cmpxchg_u16(ptr, old, new_) : in __cmpxchg()
/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h364 __cmpxchg_u16(volatile unsigned short *p, unsigned long old, unsigned long new) in __cmpxchg_u16() function
628 return __cmpxchg_u16(ptr, old, new); in __cmpxchg()
/linux/arch/sparc/lib/
H A Datomic32.c181 EXPORT_SYMBOL(__cmpxchg_u16);