Home
last modified time | relevance | path

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

/arch/arc/include/asm/
Dcmpxchg.h109 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ macro
135 old_val = _xchg(ptr, with); \
142 #define xchg(ptr, with) _xchg(ptr, with)
/arch/tile/lib/
Datomic_asm_32.S176 atomic_op _xchg, 32, "move r24, r2"
186 atomic_op 64_xchg, 64, "{ move r24, r2; move r25, r3 }"