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

/external/kernel-headers/original/asm-mips/
H A Dcmpxchg.h15 #define __cmpxchg_asm(ld, st, m, old, new) \ macro
24 "1: " ld " %0, %2 # __cmpxchg_asm \n" \
41 "1: " ld " %0, %2 # __cmpxchg_asm \n" \
86 __res = __cmpxchg_asm("ll", "sc", __ptr, __old, __new); \
90 __res = __cmpxchg_asm("lld", "scd", __ptr, \

Completed in 53 milliseconds