Home
last modified time | relevance | path

Searched defs:arch_try_cmpxchg64 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dcmpxchg_32.h78 #define arch_try_cmpxchg64 __try_cmpxchg64 macro
137 static __always_inline bool arch_try_cmpxchg64(volatile u64 *ptr, u64 *oldp, u64 new) in arch_try_cmpxchg64() function
141 #define arch_try_cmpxchg64 arch_try_cmpxchg64 macro
H A Dcmpxchg_64.h17 #define arch_try_cmpxchg64(ptr, po, n) \ macro