Searched refs:_xchg (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/arch/arc/include/asm/ |
| D | cmpxchg.h | 109 #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)
|
| /linux-4.4.14/arch/tile/lib/ |
| D | atomic_asm_32.S | 176 atomic_op _xchg, 32, "move r24, r2" 187 atomic_op 64_xchg, 64, "{ move r24, r2; move r25, r3 }"
|
| /linux-4.4.14/include/asm-generic/ |
| D | atomic-long.h | 99 (ATOMIC_LONG_PFX(_xchg)((ATOMIC_LONG_PFX(_t) *)(v), (new)))
|