Searched refs:cmpxchg64_relaxed (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | cmpxchg.h | 269 #define cmpxchg64_relaxed(ptr, o, n) ({ \ macro 275 #define cmpxchg64_local(ptr, o, n) cmpxchg64_relaxed((ptr), (o), (n))
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | lockref.c | 19 old.lock_count = cmpxchg64_relaxed(&lockref->lock_count, \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | cmpxchg.h | 515 #define cmpxchg64_relaxed(ptr, o, n) \ macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atomic-fallback.h | 57 #ifndef cmpxchg64_relaxed 58 #define cmpxchg64_relaxed cmpxchg64 macro
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | io-pgtable-arm.c | 335 old = cmpxchg64_relaxed(ptep, curr, new); in arm_lpae_install_table()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | atomic-instrumented.h | 1744 #define cmpxchg64_relaxed(ptr, ...) \ macro
|