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

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

Completed in 94 milliseconds