Home
last modified time | relevance | path

Searched refs:atomic64_cmpxchg_relaxed (Results 1 – 4 of 4) sorted by relevance

/arch/csky/include/asm/
Dasid.h67 atomic64_cmpxchg_relaxed(&active_asid(info, cpu), in asid_check_context()
/arch/arm/include/asm/
Datomic.h404 static inline s64 atomic64_cmpxchg_relaxed(atomic64_t *ptr, s64 old, s64 new) in ATOMIC64_OPS()
425 #define atomic64_cmpxchg_relaxed atomic64_cmpxchg_relaxed macro
/arch/arm64/mm/
Dcontext.c242 atomic64_cmpxchg_relaxed(this_cpu_ptr(&active_asids), in check_and_switch_context()
/arch/powerpc/include/asm/
Datomic.h503 #define atomic64_cmpxchg_relaxed(v, o, n) \ macro