Searched refs:arch_cmpxchg64 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | cmpxchg_32.h | 39 #define arch_cmpxchg64(ptr, o, n) \ macro 79 #define arch_cmpxchg64(ptr, o, n) \ macro
|
D | cmpxchg_64.h | 10 #define arch_cmpxchg64(ptr, o, n) \ macro
|
D | atomic64_32.h | 77 return arch_cmpxchg64(&v->counter, o, n); in arch_atomic64_cmpxchg()
|
/Linux-v4.19/include/asm-generic/ |
D | atomic-instrumented.h | 443 arch_cmpxchg64(__ai_ptr, (old), (new)); \
|