Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dcmpxchg_64.h38 static inline unsigned long xchg64(__volatile__ unsigned long *m, unsigned long val) in xchg64() function
99 return xchg64(ptr, x); in __arch_xchg()
/openbmc/linux/arch/riscv/include/asm/
H A Dcmpxchg.h155 #define xchg64(ptr, x) \ macro