Home
last modified time | relevance | path

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

/arch/arm/include/asm/xen/
Devents.h19 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
/arch/arm/mm/
Dcontext.c147 asid = atomic64_xchg(&per_cpu(active_asids, i), 0); in flush_context()
258 && atomic64_xchg(&per_cpu(active_asids, cpu), asid)) in check_and_switch_context()
/arch/tile/include/asm/
Datomic.h169 static inline long long atomic64_xchg(atomic64_t *v, long long n) in atomic64_xchg() function
/arch/x86/include/asm/
Datomic64_64.h169 static inline long atomic64_xchg(atomic64_t *v, long new) in atomic64_xchg() function
Dpgtable-3level.h147 res.pte = (pteval_t)atomic64_xchg((atomic64_t *)ptep, 0); in native_ptep_get_and_clear()
Datomic64_32.h86 static inline long long atomic64_xchg(atomic64_t *v, long long n) in atomic64_xchg() function
/arch/sparc/include/asm/
Datomic_64.h100 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/frv/include/asm/
Datomic.h167 #define atomic64_xchg(v, new) (__xchg_64(new, &(v)->counter)) macro
/arch/arm64/include/asm/
Datomic.h131 #define atomic64_xchg atomic_xchg macro
/arch/alpha/include/asm/
Datomic.h132 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/arch/parisc/include/asm/
Datomic.h234 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/ia64/include/asm/
Datomic.h139 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/s390/include/asm/
Datomic.h254 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/powerpc/include/asm/
Datomic.h423 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/mips/include/asm/
Datomic.h501 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro