Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dcmpxchg_32.h80 #define arch_try_cmpxchg64_local __try_cmpxchg64_local macro
143 static __always_inline bool arch_try_cmpxchg64_local(volatile u64 *ptr, u64 *oldp, u64 new) in arch_try_cmpxchg64_local() function
147 #define arch_try_cmpxchg64_local arch_try_cmpxchg64_local macro
Dcmpxchg_64.h23 #define arch_try_cmpxchg64_local(ptr, po, n) \ macro