Searched refs:atomic64_xchg (Results 1 – 9 of 9) sorted by relevance
/arch/arm/include/asm/xen/ |
D | events.h | 20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
|
/arch/arm/mm/ |
D | context.c | 144 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/ |
D | atomic_64.h | 61 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/s390/include/asm/ |
D | atomic.h | 131 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/parisc/include/asm/ |
D | atomic.h | 224 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/alpha/include/asm/ |
D | atomic.h | 202 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/arch/arc/include/asm/ |
D | atomic.h | 361 static inline s64 atomic64_xchg(atomic64_t *ptr, s64 new)
|
/arch/ia64/include/asm/ |
D | atomic.h | 215 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/powerpc/include/asm/ |
D | atomic.h | 508 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|