Searched refs:__xchg_small (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dcmpxchg.h25 static inline unsigned int __xchg_small(volatile void *ptr, unsigned int val, function
70 return __xchg_small(ptr, x, size);
H A Dpercpu.h145 return __xchg_small((volatile void *)ptr, val, size);
/linux-master/arch/mips/include/asm/
H A Dcmpxchg.h67 extern unsigned long __xchg_small(volatile void *ptr, unsigned long val,
76 return __xchg_small(ptr, x, size);
/linux-master/arch/mips/kernel/
H A Dcmpxchg.c10 unsigned long __xchg_small(volatile void *ptr, unsigned long val, unsigned int size) function

Completed in 124 milliseconds