Searched refs:xchg_u32 (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dcmpxchg-cas.h15 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) function
H A Dcmpxchg-llsc.h5 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) function
12 "movli.l @%2, %0 ! xchg_u32 \n\t"
H A Dcmpxchg-grb.h5 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) function
H A Dcmpxchg-irq.h7 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) function
H A Dcmpxchg.h31 __xchg__res = xchg_u32(__xchg_ptr, x); \
/linux-master/arch/openrisc/include/asm/
H A Dcmpxchg.h44 static inline unsigned long xchg_u32(volatile void *ptr, function
158 return xchg_u32(ptr, with);
/linux-master/arch/xtensa/include/asm/
H A Dcmpxchg.h117 * xchg_u32
126 static inline unsigned long xchg_u32(volatile int * m, unsigned long val) function
214 return xchg_u32(ptr, x);

Completed in 208 milliseconds