Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m32r/include/asm/
Dcmpxchg.h71 __xchg_local(unsigned long x, volatile void *ptr, int size) in __xchg_local() function
107 ((__typeof__(*(ptr)))__xchg_local((unsigned long)(x), (ptr), \
/linux-4.4.14/arch/powerpc/include/asm/
Dcmpxchg.h117 __xchg_local(volatile void *ptr, unsigned long x, unsigned int size) in __xchg_local() function
139 (__typeof__(*(ptr))) __xchg_local((ptr), \
/linux-4.4.14/arch/alpha/include/asm/
Dcmpxchg.h16 (__typeof__(*(ptr))) __xchg_local((ptr), (unsigned long)_x_, \