Searched refs:__arch_cmpxchg128 (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | cmpxchg_64.h | 36 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ macro 52 return __arch_cmpxchg128(ptr, old, new, LOCK_PREFIX); in arch_cmpxchg128() 58 return __arch_cmpxchg128(ptr, old, new,); in arch_cmpxchg128_local()
|
| /linux/arch/riscv/include/asm/ |
| H A D | cmpxchg.h | 332 #define __arch_cmpxchg128(p, o, n, cas_sfx) \ macro 352 __arch_cmpxchg128((ptr), (o), (n), ".aqrl") 355 __arch_cmpxchg128((ptr), (o), (n), "")
|