Home
last modified time | relevance | path

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

/linux/arch/sh/include/asm/
H A Dcmpxchg-xchg.h18 static inline u32 __xchg_cmpxchg(volatile void *ptr, u32 x, int size) in __xchg_cmpxchg() function
42 return __xchg_cmpxchg(m, val, sizeof *m); in xchg_u16()
47 return __xchg_cmpxchg(m, val, sizeof *m); in xchg_u8()