Home
last modified time | relevance | path

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

/linux-2.6.39/include/asm-generic/
Dsystem.h108 #ifdef __xchg_u32 in __xchg()
109 return __xchg_u32(x, ptr); in __xchg()
/linux-2.6.39/arch/mips/include/asm/
Dsystem.h94 static inline unsigned long __xchg_u32(volatile int * m, unsigned int val) in __xchg_u32() function
201 return __xchg_u32(ptr, x); in __xchg()
/linux-2.6.39/arch/powerpc/include/asm/
Dsystem.h235 __xchg_u32(volatile void *p, unsigned long val) in __xchg_u32() function
325 return __xchg_u32(ptr, x); in __xchg()