Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dcmpxchg.h143 #define __cmpxchg_asm(ld, st, m, old, new) \ macro
211 __res = __cmpxchg_asm("ll", "sc", __ptr, __old, __new); \
215 __res = __cmpxchg_asm("lld", "scd", __ptr, \