Home
last modified time | relevance | path

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

/arch/arc/include/asm/
Dcmpxchg.h137 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ argument
157 #define xchg(ptr, with) \ argument
170 #define xchg(ptr, with) _xchg(ptr, with) argument
204 #define xchg(ptr, with) ({ \ argument
/arch/openrisc/include/asm/
Dcmpxchg.h80 #define xchg(ptr, with) \ argument