Home
last modified time | relevance | path

Searched refs:arch_cmpxchg128_local (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dcmpxchg_64.h56 static __always_inline u128 arch_cmpxchg128_local(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128_local() function
60 #define arch_cmpxchg128_local arch_cmpxchg128_local macro
/linux-6.15/arch/s390/include/asm/
H A Dcmpxchg.h252 #define arch_cmpxchg128_local arch_cmpxchg128 macro
/linux-6.15/arch/arm64/include/asm/
H A Dcmpxchg.h206 #define arch_cmpxchg128_local(ptr, o, n) \ macro
/linux-6.15/arch/riscv/include/asm/
H A Dcmpxchg.h349 #define arch_cmpxchg128_local(ptr, o, n) \ macro
/linux-6.15/include/linux/atomic/
H A Datomic-arch-fallback.h414 #define raw_cmpxchg128_local arch_cmpxchg128_local
/linux-6.15/drivers/iommu/amd/
H A Diommu.c104 arch_cmpxchg128_local(ptr, *ptr, val); in amd_iommu_atomic128_set()