Home
last modified time | relevance | path

Searched refs:xchg_small (Results 1 – 2 of 2) sorted by relevance

/linux/arch/xtensa/include/asm/
H A Dcmpxchg.h177 static inline u32 xchg_small(volatile void *ptr, u32 x, int size) in xchg_small() function
212 return xchg_small(ptr, x, 1); in __arch_xchg()
214 return xchg_small(ptr, x, 2); in __arch_xchg()
/linux/arch/openrisc/include/asm/
H A Dcmpxchg.h92 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()