Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcmpxchg.h113 #define __cmpxchg_asm(ld, st, m, old, new) \ macro
162 return __cmpxchg_asm("ll", "sc", (volatile u32 *)ptr, in __cmpxchg()
170 return __cmpxchg_asm("lld", "scd", (volatile u64 *)ptr, in __cmpxchg()