Searched refs:xchg_small (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | cmpxchg.h | 175 static inline u32 xchg_small(volatile void *ptr, u32 x, int size) in xchg_small() function 210 return xchg_small(ptr, x, 1); in __xchg() 212 return xchg_small(ptr, x, 2); in __xchg()
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | cmpxchg.h | 175 static inline u32 xchg_small(volatile void *ptr, u32 x, int size) in xchg_small() function 210 return xchg_small(ptr, x, 1); in __arch_xchg() 212 return xchg_small(ptr, x, 2); in __arch_xchg()
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
H A D | cmpxchg.h | 92 static inline u32 xchg_small(volatile void *ptr, u32 x, int size) in xchg_small() function 156 return xchg_small(ptr, with, size); in __xchg()
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
H A D | cmpxchg.h | 92 static inline u32 xchg_small(volatile void *ptr, u32 x, int size) in xchg_small() function 156 return xchg_small(ptr, with, size); in __arch_xchg()
|
Completed in 3 milliseconds