Home
last modified time | relevance | path

Searched refs:xchg_u8 (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h184 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8() function
206 __xchg__res = xchg_u8(__xchg_ptr, x); \
/openbmc/linux/arch/sh/include/asm/
H A Dcmpxchg-grb.h49 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8() function
H A Dcmpxchg-irq.h29 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8() function
H A Dcmpxchg-xchg.h45 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8() function
H A Dcmpxchg.h37 __xchg__res = xchg_u8(__xchg_ptr, x); \