Searched refs:__xchg_small (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/loongarch/include/asm/ |
D | cmpxchg.h | 25 static inline unsigned int __xchg_small(volatile void *ptr, unsigned int val, in __xchg_small() function 70 return __xchg_small(ptr, x, size); in __arch_xchg()
|
D | percpu.h | 76 return __xchg_small((volatile void *)ptr, val, size); in __percpu_xchg()
|
/linux-6.12.1/arch/mips/include/asm/ |
D | cmpxchg.h | 67 extern unsigned long __xchg_small(volatile void *ptr, unsigned long val, 76 return __xchg_small(ptr, x, size); in __arch_xchg()
|
/linux-6.12.1/arch/mips/kernel/ |
D | cmpxchg.c | 10 unsigned long __xchg_small(volatile void *ptr, unsigned long val, unsigned int size) in __xchg_small() function
|