Home
last modified time | relevance | path

Searched defs:with (Results 1 – 2 of 2) sorted by relevance

/arch/arc/include/asm/
Dcmpxchg.h134 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ argument
154 #define xchg(ptr, with) \ argument
167 #define xchg(ptr, with) _xchg(ptr, with) argument
201 #define xchg(ptr, with) ({ \ argument
/arch/openrisc/include/asm/
Dcmpxchg.h150 static inline unsigned long __xchg(volatile void *ptr, unsigned long with, in __xchg()
164 #define xchg(ptr, with) \ argument