Searched refs:arch_cmpxchg128_local (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | cmpxchg_64.h | 56 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/arch/loongarch/include/asm/ |
| H A D | cmpxchg.h | 290 #define arch_cmpxchg128_local(ptr, o, n) \ macro
|
| /linux/arch/s390/include/asm/ |
| H A D | cmpxchg.h | 252 #define arch_cmpxchg128_local arch_cmpxchg128 macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | cmpxchg.h | 208 #define arch_cmpxchg128_local(ptr, o, n) \ macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | cmpxchg.h | 354 #define arch_cmpxchg128_local(ptr, o, n) \ macro
|
| /linux/drivers/iommu/amd/ |
| H A D | iommu.c | 111 arch_cmpxchg128_local(ptr, *ptr, val); in amd_iommu_atomic128_set()
|