Home
last modified time | relevance | path

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

/Linux-v5.4/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 …]
Duaccess.h412 __typeof__(*(ptr)) __new = (new); \
441 [new] "rJ" (__new), \
467 [new] "rJ" (__new), \
/Linux-v5.4/arch/x86/include/asm/
Dcmpxchg_32.h83 __typeof__(*(ptr)) __new = (n); \
90 "b" ((unsigned int)__new), \
91 "c" ((unsigned int)(__new>>32)) \
100 __typeof__(*(ptr)) __new = (n); \
106 "b" ((unsigned int)__new), \
107 "c" ((unsigned int)(__new>>32)) \
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) \
Duaccess.h594 __typeof__(*(ptr)) __new = (new); \
608 : "i" (-EFAULT), "q" (__new), "1" (__old) \
624 : "i" (-EFAULT), "r" (__new), "1" (__old) \
640 : "i" (-EFAULT), "r" (__new), "1" (__old) \
659 : "i" (-EFAULT), "r" (__new), "1" (__old) \
/Linux-v5.4/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-v5.4/arch/csky/include/asm/
Dcmpxchg.h14 __typeof__(new) __new = (new); \
26 : "r" (__new), "r"(__ptr) \
41 __typeof__(new) __new = (new); \
57 : "r" (__new), "r"(__ptr), "r"(__old) \
/Linux-v5.4/include/xen/interface/io/
Dring.h255 RING_IDX __new = (_r)->req_prod_pvt; \
257 (_r)->sring->req_prod = __new; \
259 (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) < \
260 (RING_IDX)(__new - __old)); \
265 RING_IDX __new = (_r)->rsp_prod_pvt; \
267 (_r)->sring->rsp_prod = __new; \
269 (_notify) = ((RING_IDX)(__new - (_r)->sring->rsp_event) < \
270 (RING_IDX)(__new - __old)); \
/Linux-v5.4/arch/hexagon/include/asm/
Dcmpxchg.h58 __typeof__(*(ptr)) __new = (new); \
69 : "r" (__ptr), "r" (__old), "r" (__new) \
/Linux-v5.4/security/apparmor/include/
Dlib.h274 struct aa_label *__new; \
276 __new = (OTHER_FN); \
278 __new = (NS_FN); \
279 (__new); \
/Linux-v5.4/arch/mips/include/asm/
Dcmpxchg.h290 unsigned long long __new = (__typeof__(*(ptr)))(n); \
301 __res = __cmpxchg64((ptr), __old, __new); \
/Linux-v5.4/drivers/media/common/
Dcx2341x.c1022 #define CMP_FIELD(__old, __new, __field) (__old->__field != __new->__field) argument