Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
A Dcmpxchg.h17 __typeof__(new) __new = (new); \
24 : "r" (__new) \
31 : "r" (__new) \
50 __typeof__(new) __new = (new); \
58 : "r" (__new) \
66 : "r" (__new) \
93 : "r" (__new) \
101 : "r" (__new) \
127 : "r" (__new) \
134 : "r" (__new) \
[all …]
A Duaccess.h400 __typeof__(*(ptr)) __new = (new); \
429 [new] "rJ" (__new), \
455 [new] "rJ" (__new), \
/linux/arch/x86/include/asm/
A 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) \
A 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)) \
/linux/tools/arch/x86/include/asm/
A 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/arch/csky/include/asm/
A Dcmpxchg.h14 __typeof__(new) __new = (new); \
25 : "r" (__new), "r"(__ptr) \
40 __typeof__(new) __new = (new); \
55 : "r" (__new), "r"(__ptr), "r"(__old) \
/linux/include/xen/interface/io/
A Dring.h261 RING_IDX __new = (_r)->req_prod_pvt; \
263 (_r)->sring->req_prod = __new; \
265 (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) < \
266 (RING_IDX)(__new - __old)); \
271 RING_IDX __new = (_r)->rsp_prod_pvt; \
273 (_r)->sring->rsp_prod = __new; \
275 (_notify) = ((RING_IDX)(__new - (_r)->sring->rsp_event) < \
276 (RING_IDX)(__new - __old)); \
/linux/arch/arm64/include/asm/
A Dfpsimd.h144 u64 __new = __zcr & ~ZCR_ELx_LEN_MASK; \
145 __new |= (val) & ZCR_ELx_LEN_MASK; \
146 if (__zcr != __new) \
147 write_sysreg_s(__new, (reg)); \
/linux/security/apparmor/include/
A Dlib.h279 struct aa_label *__new; \
281 __new = (OTHER_FN); \
283 __new = (NS_FN); \
284 (__new); \
/linux/arch/hexagon/include/asm/
A Dcmpxchg.h58 __typeof__(*(ptr)) __new = (new); \
69 : "r" (__ptr), "r" (__old), "r" (__new) \
/linux/arch/mips/include/asm/
A Dcmpxchg.h302 unsigned long long __new = (__typeof__(*(ptr)))(n); \
313 __res = __cmpxchg64((ptr), __old, __new); \
/linux/drivers/media/common/
A Dcx2341x.c1022 #define CMP_FIELD(__old, __new, __field) (__old->__field != __new->__field) argument

Completed in 23 milliseconds