Searched refs:__xchg_32 (Results 1 - 3 of 3) sorted by relevance

/arch/frv/lib/
H A Datomic-ops.S132 # uint32_t __xchg_32(uint32_t i, uint32_t *v)
135 .globl __xchg_32
136 .type __xchg_32,@function
137 __xchg_32: label
149 .size __xchg_32, .-__xchg_32
/arch/frv/include/asm/
H A Dcmpxchg.h53 extern uint32_t __xchg_32(uint32_t i, volatile void *v);
61 case 4: __xg_orig = (__typeof__(*(ptr))) __xchg_32((uint32_t) x, __xg_ptr); break; \
/arch/frv/kernel/
H A Dfrv_ksyms.c66 EXPORT_SYMBOL(__xchg_32); variable

Completed in 107 milliseconds