Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc64/
Dsystem.h295 extern __inline__ unsigned long xchg64(__volatile__ unsigned long *m, unsigned long val) in xchg64() function
324 return xchg64(ptr, x); in __xchg()