Home
last modified time | relevance | path

Searched refs:__new (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/arch/riscv/include/asm/
Dcmpxchg.h17 __typeof__(new) __new = (new); \
24 : "r" (__new) \
31 : "r" (__new) \
50 __typeof__(new) __new = (new); \
58 : "r" (__new) \
66 : "r" (__new) \
85 __typeof__(new) __new = (new); \
93 : "r" (__new) \
101 : "r" (__new) \
120 __typeof__(new) __new = (new); \
[all …]
/linux-6.6.21/arch/csky/include/asm/
Dcmpxchg.h13 __typeof__(new) __new = (new); \
30 "r" ((u32)__new << shif), \
44 : "r" (__new), "r"(__ptr) \
59 __typeof__(new) __new = (new); \
74 : "r" (__new), "r"(__ptr), "r"(__old) \
89 __typeof__(new) __new = (new); \
105 : "r" (__new), "r"(__ptr), "r"(__old) \
120 __typeof__(new) __new = (new); \
137 : "r" (__new), "r"(__ptr), "r"(__old) \
/linux-6.6.21/arch/x86/include/asm/
Dcmpxchg.h89 __typeof__(*(ptr)) __new = (new); \
96 : "q" (__new), "0" (__old) \
105 : "r" (__new), "0" (__old) \
114 : "r" (__new), "0" (__old) \
123 : "r" (__new), "0" (__old) \
163 __typeof__(*(_ptr)) __new = (_new); \
173 : [new] "q" (__new) \
185 : [new] "r" (__new) \
197 : [new] "r" (__new) \
209 : [new] "r" (__new) \
Dcmpxchg_32.h76 __typeof__(*(ptr)) __new = (n); \
83 "b" ((unsigned int)__new), \
84 "c" ((unsigned int)(__new>>32)) \
93 __typeof__(*(ptr)) __new = (n); \
99 "b" ((unsigned int)__new), \
100 "c" ((unsigned int)(__new>>32)) \
Duaccess.h377 __typeof__(*(_ptr)) __new = (_new); \
384 : [new] ltype (__new) \
396 __typeof__(*(_ptr)) __new = (_new); \
403 : "b" ((u32)__new), \
404 "c" ((u32)((u64)__new >> 32)) \
417 __typeof__(*(_ptr)) __new = (_new); \
428 : [new] ltype (__new) \
448 __typeof__(*(_ptr)) __new = (_new); \
459 : "b" ((u32)__new), \
460 "c" ((u32)((u64)__new >> 32)) \
/linux-6.6.21/tools/arch/x86/include/asm/
Dcmpxchg.h39 __typeof__(*(ptr)) __new = (new); \
46 : "q" (__new), "0" (__old) \
55 : "r" (__new), "0" (__old) \
64 : "r" (__new), "0" (__old) \
73 : "r" (__new), "0" (__old) \
/linux-6.6.21/include/xen/interface/io/
Dring.h270 RING_IDX __new = (_r)->req_prod_pvt; \
272 (_r)->sring->req_prod = __new; \
274 (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) < \
275 (RING_IDX)(__new - __old)); \
280 RING_IDX __new = (_r)->rsp_prod_pvt; \
282 (_r)->sring->rsp_prod = __new; \
284 (_notify) = ((RING_IDX)(__new - (_r)->sring->rsp_event) < \
285 (RING_IDX)(__new - __old)); \
/linux-6.6.21/arch/hexagon/include/asm/
Dcmpxchg.h58 __typeof__(*(ptr)) __new = (new); \
69 : "r" (__ptr), "r" (__old), "r" (__new) \
/linux-6.6.21/security/apparmor/include/
Dlib.h290 struct aa_label *__new; \
292 __new = (OTHER_FN); \
294 __new = (NS_FN); \
295 (__new); \
/linux-6.6.21/arch/arm64/include/asm/
Dfpsimd.h199 u64 __new = __zcr & ~ZCR_ELx_LEN_MASK; \
200 __new |= (val) & ZCR_ELx_LEN_MASK; \
201 if (__zcr != __new) \
202 write_sysreg_s(__new, (reg)); \
/linux-6.6.21/arch/mips/include/asm/
Dcmpxchg.h301 unsigned long long __new = (__typeof__(*(ptr)))(n); \
312 __res = __cmpxchg64((ptr), __old, __new); \
/linux-6.6.21/drivers/media/common/
Dcx2341x.c1022 #define CMP_FIELD(__old, __new, __field) (__old->__field != __new->__field) argument