Home
last modified time | relevance | path

Searched refs:arch_try_cmpxchg64_local (Results 1 – 3 of 3) 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
/linux-6.12.1/include/linux/atomic/
Datomic-arch-fallback.h401 #ifdef arch_try_cmpxchg64_local
402 #define raw_try_cmpxchg64_local arch_try_cmpxchg64_local