Searched refs:__cmpxchg_64 (Results 1 – 4 of 4) sorted by relevance
| /linux-4.1.27/arch/frv/lib/ |
| D | atomic64-ops.S | 139 # 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/ |
| D | frv_ksyms.c | 72 EXPORT_SYMBOL(__cmpxchg_64);
|
| /linux-4.1.27/arch/frv/include/asm/ |
| D | cmpxchg.h | 80 extern uint64_t __cmpxchg_64(uint64_t test, uint64_t new, volatile uint64_t *v);
|
| D | atomic.h | 181 #define atomic64_cmpxchg(v, old, new) (__cmpxchg_64(old, new, &(v)->counter))
|