Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dsystem.h220 static inline unsigned long __cmpxchg_u32(volatile int * m, unsigned long old, in __cmpxchg_u32() function
245 return __cmpxchg_u32(ptr, old, new); in __cmpxchg()