Searched defs:arch_cmpxchg128 (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | cmpxchg_64.h | 50 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128() function 54 #define arch_cmpxchg128 arch_cmpxchg128 macro
|
| /linux/arch/s390/include/asm/ |
| H A D | cmpxchg.h | 241 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128() function 251 #define arch_cmpxchg128 arch_cmpxchg128 macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | cmpxchg.h | 203 #define arch_cmpxchg128(ptr, o, n) \ macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | cmpxchg.h | 284 #define arch_cmpxchg128(ptr, o, n) \ macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | cmpxchg.h | 351 #define arch_cmpxchg128(ptr, o, n) \ macro
|