Home
last modified time | relevance | path

Searched refs:atomic64_xchg (Results 1 – 10 of 10) 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.h62 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/s390/include/asm/
Datomic.h125 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/parisc/include/asm/
Datomic.h226 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/alpha/include/asm/
Datomic.h203 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/arch/ia64/include/asm/
Datomic.h216 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/mips/include/asm/
Datomic.h431 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/arch/arc/include/asm/
Datomic.h467 static inline s64 atomic64_xchg(atomic64_t *ptr, s64 new)
/arch/powerpc/include/asm/
Datomic.h493 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro