Searched refs:cmpxchg64_relaxed (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/arm/include/asm/ |
D | cmpxchg.h | 269 #define cmpxchg64_relaxed(ptr, o, n) ({ \ macro 275 #define cmpxchg64_local(ptr, o, n) cmpxchg64_relaxed((ptr), (o), (n))
|
/Linux-v4.19/lib/ |
D | lockref.c | 18 old.lock_count = cmpxchg64_relaxed(&lockref->lock_count, \
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | cmpxchg.h | 164 #define cmpxchg64_relaxed cmpxchg_relaxed macro
|
/Linux-v4.19/include/linux/ |
D | atomic.h | 519 #ifndef cmpxchg64_relaxed 520 #define cmpxchg64_relaxed cmpxchg64 macro
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | cmpxchg.h | 526 #define cmpxchg64_relaxed(ptr, o, n) \ macro
|
/Linux-v4.19/drivers/iommu/ |
D | io-pgtable-arm.c | 364 old = cmpxchg64_relaxed(ptep, curr, new); in arm_lpae_install_table()
|