Home
last modified time | relevance | path

Searched refs:__cmpxchg_64 (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/frv/lib/
Datomic64-ops.S139 # uint64_t __cmpxchg_64(uint64_t test, uint64_t new, uint64_t *v)
142 .globl __cmpxchg_64
143 .type __cmpxchg_64,@function
144 __cmpxchg_64: label
161 .size __cmpxchg_64, .-__cmpxchg_64
/linux-4.1.27/arch/frv/kernel/
Dfrv_ksyms.c72 EXPORT_SYMBOL(__cmpxchg_64);
/linux-4.1.27/arch/frv/include/asm/
Dcmpxchg.h80 extern uint64_t __cmpxchg_64(uint64_t test, uint64_t new, volatile uint64_t *v);
Datomic.h181 #define atomic64_cmpxchg(v, old, new) (__cmpxchg_64(old, new, &(v)->counter))