Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips64/
Dsystem.h274 static __inline__ unsigned long xchg_u64(volatile int * m, unsigned long val) in xchg_u64() function
307 return xchg_u64(ptr, x); in __xchg()
/linux-2.4.37.9/include/asm-ppc/
Dsystem.h162 return (unsigned long )xchg_u64(ptr, x); in __xchg()