Home
last modified time | relevance | path

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

/linux-4.4.14/arch/frv/lib/
Datomic64-ops.S45 # uint64_t __cmpxchg_64(uint64_t test, uint64_t new, uint64_t *v)
48 .globl __cmpxchg_64
49 .type __cmpxchg_64,@function
50 __cmpxchg_64: label
67 .size __cmpxchg_64, .-__cmpxchg_64
/linux-4.4.14/arch/frv/kernel/
Dfrv_ksyms.c67 EXPORT_SYMBOL(__cmpxchg_64);
/linux-4.4.14/arch/frv/include/asm/
Dcmpxchg.h80 extern uint64_t __cmpxchg_64(uint64_t test, uint64_t new, volatile uint64_t *v);
Datomic.h166 #define atomic64_cmpxchg(v, old, new) (__cmpxchg_64(old, new, &(v)->counter))