Home
last modified time | relevance | path

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

/arch/arc/include/asm/
Dcmpxchg.h109 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ argument
129 #define xchg(ptr, with) \ argument
142 #define xchg(ptr, with) _xchg(ptr, with) argument