Home
last modified time | relevance | path

Searched refs:atomic64_xchg (Results 1 – 9 of 9) sorted by relevance

/arch/arm/include/asm/xen/
Devents.h20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
/arch/arm/mm/
Dcontext.c144 asid = atomic64_xchg(&per_cpu(active_asids, i), 0); in flush_context()
255 && atomic64_xchg(&per_cpu(active_asids, cpu), asid)) in check_and_switch_context()
/arch/sparc/include/asm/
Datomic_64.h61 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/s390/include/asm/
Datomic.h131 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/parisc/include/asm/
Datomic.h224 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/alpha/include/asm/
Datomic.h202 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/arch/arc/include/asm/
Datomic.h361 static inline s64 atomic64_xchg(atomic64_t *ptr, s64 new)
/arch/ia64/include/asm/
Datomic.h215 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/powerpc/include/asm/
Datomic.h508 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro