Home
last modified time | relevance | path

Searched refs:__cmpxchg_small (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/loongarch/include/asm/
H A Dcmpxchg.h114 static inline unsigned int __cmpxchg_small(volatile void *ptr, unsigned int old, in __cmpxchg_small() function
168 return __cmpxchg_small(ptr, old, new, size); in __cmpxchg()
/openbmc/linux/arch/mips/include/asm/
H A Dcmpxchg.h148 extern unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old,
158 return __cmpxchg_small(ptr, old, new, size); in __cmpxchg()
/openbmc/linux/arch/mips/kernel/
H A Dcmpxchg.c50 unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old, in __cmpxchg_small() function