Searched refs:__cmpxchg_u16 (Results 1 – 4 of 4) sorted by relevance
/linux/arch/sparc/include/asm/ |
H A D | cmpxchg_32.h | 42 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 D | cmpxchg.h | 61 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 D | cmpxchg.h | 364 __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 D | atomic32.c | 181 EXPORT_SYMBOL(__cmpxchg_u16);
|