Home
last modified time | relevance | path

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

/openbmc/linux/arch/openrisc/include/asm/
H A Dcmpxchg.h59 static inline u32 cmpxchg_small(volatile void *ptr, u32 old, u32 new, in cmpxchg_small() function
127 return cmpxchg_small(ptr, old, new, size); in __cmpxchg()