Searched refs:atomic64_xchg (Results 1 – 15 of 15) sorted by relevance
/arch/arm/include/asm/xen/ |
D | events.h | 19 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
|
/arch/arm/mm/ |
D | context.c | 147 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/ |
D | atomic.h | 169 static inline long long atomic64_xchg(atomic64_t *v, long long n) in atomic64_xchg() function
|
/arch/x86/include/asm/ |
D | atomic64_64.h | 169 static inline long atomic64_xchg(atomic64_t *v, long new) in atomic64_xchg() function
|
D | pgtable-3level.h | 147 res.pte = (pteval_t)atomic64_xchg((atomic64_t *)ptep, 0); in native_ptep_get_and_clear()
|
D | atomic64_32.h | 86 static inline long long atomic64_xchg(atomic64_t *v, long long n) in atomic64_xchg() function
|
/arch/sparc/include/asm/ |
D | atomic_64.h | 100 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/frv/include/asm/ |
D | atomic.h | 167 #define atomic64_xchg(v, new) (__xchg_64(new, &(v)->counter)) macro
|
/arch/arm64/include/asm/ |
D | atomic.h | 131 #define atomic64_xchg atomic_xchg macro
|
/arch/alpha/include/asm/ |
D | atomic.h | 132 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/arch/parisc/include/asm/ |
D | atomic.h | 234 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/ia64/include/asm/ |
D | atomic.h | 139 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/s390/include/asm/ |
D | atomic.h | 254 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/powerpc/include/asm/ |
D | atomic.h | 423 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/mips/include/asm/ |
D | atomic.h | 501 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|