Lines Matching defs:new
113 #define __cmpxchg_asm(ld, st, m, old, new) \
134 : GCC_OFF_SMALL_ASM() (*m), "Jr" (old), "Jr" (new) \
142 *m = new; \
150 unsigned long new, unsigned int size);
154 unsigned long new, unsigned int size)
159 return __cmpxchg_small(ptr, old, new, size);
163 (u32)old, new);
171 (u64)old, new);
178 #define cmpxchg_local(ptr, old, new) \
182 (unsigned long)(__typeof__(*(ptr)))(new), \
185 #define cmpxchg(ptr, old, new) \
197 __res = cmpxchg_local((ptr), (old), (new)); \
231 unsigned long long new)
266 * Combine the 32 bit halves from the 2 registers that hold the new
282 /* Attempt to store new at ptr */
293 "r" (new)