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

/arch/sh/include/asm/
H A Dcmpxchg-grb.h4 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) function
H A Dcmpxchg-irq.h6 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) function
H A Dcmpxchg-llsc.h4 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) function
11 "movli.l @%2, %0 ! xchg_u32 \n\t"
H A Dcmpxchg.h28 __xchg__res = xchg_u32(__xchg_ptr, x); \
/arch/metag/include/asm/
H A Dcmpxchg_irq.h6 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) function
H A Dcmpxchg_lnkget.h4 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) function
H A Dcmpxchg_lock1.h8 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) function
H A Dcmpxchg.h22 __xchg__res = xchg_u32(__xchg_ptr, x); \
/arch/avr32/include/asm/
H A Dcmpxchg.h22 static inline unsigned long xchg_u32(u32 val, volatile u32 *m) function
39 return xchg_u32(x, ptr);
/arch/xtensa/include/asm/
H A Dcmpxchg.h99 * xchg_u32
108 static inline unsigned long xchg_u32(volatile int * m, unsigned long val) function
154 return xchg_u32(ptr, x);

Completed in 942 milliseconds