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

/u-boot/arch/sh/include/asm/
H A Dsystem.h197 static inline unsigned long __cmpxchg_u32(volatile int * m, unsigned long old, function
222 return __cmpxchg_u32(ptr, old, new);

Completed in 34 milliseconds