Searched refs:__cmpxchg_asm (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/mips/include/asm/ |
| D | cmpxchg.h | 141 #define __cmpxchg_asm(ld, st, m, old, new) \ macro 209 __res = __cmpxchg_asm("ll", "sc", __ptr, __old, __new); \ 213 __res = __cmpxchg_asm("lld", "scd", __ptr, \
|