Home
last modified time | relevance | path

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

/linux-6.12.1/arch/csky/include/asm/
Dcmpxchg.h14 __typeof__(new) __new = (new); \
31 "r" ((u32)__new << shif), \
45 : "r" (__new), "r"(__ptr) \
60 __typeof__(new) __new = (new); \
66 …t = (__typeof__(*(ptr)))cmpxchg_emu_u8((volatile u8 *)__ptr, (uintptr_t)__old, (uintptr_t)__new); \
78 : "r" (__new), "r"(__ptr), "r"(__old) \
93 __typeof__(new) __new = (new); \
99 …t = (__typeof__(*(ptr)))cmpxchg_emu_u8((volatile u8 *)__ptr, (uintptr_t)__old, (uintptr_t)__new); \
112 : "r" (__new), "r"(__ptr), "r"(__old) \
127 __typeof__(new) __new = (new); \
[all …]
/linux-6.12.1/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) \
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.12.1/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.12.1/arch/riscv/include/asm/
Dcmpxchg.h56 __typeof__(*(__ptr)) __new = (new); \
63 __ret, __ptr, __new); \
67 __ret, __ptr, __new); \
71 __ret, __ptr, __new); \
161 __typeof__(*(__ptr)) __new = (new); \
168 __ret, __ptr, __old, __new); \
172 __ret, __ptr, (long), __old, __new); \
176 __ret, __ptr, /**/, __old, __new); \
/linux-6.12.1/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.12.1/arch/hexagon/include/asm/
Dcmpxchg.h58 __typeof__(*(ptr)) __new = (new); \
69 : "r" (__ptr), "r" (__old), "r" (__new) \
/linux-6.12.1/security/apparmor/include/
Dlib.h292 struct aa_label *__new; \
294 __new = (OTHER_FN); \
296 __new = (NS_FN); \
297 (__new); \
/linux-6.12.1/arch/arm64/include/asm/
Dfpsimd.h223 u64 __new = __zcr & ~ZCR_ELx_LEN_MASK; \
224 __new |= (val) & ZCR_ELx_LEN_MASK; \
225 if (__zcr != __new) \
226 write_sysreg_s(__new, (reg)); \
/linux-6.12.1/arch/mips/include/asm/
Dcmpxchg.h301 unsigned long long __new = (__typeof__(*(ptr)))(n); \
312 __res = __cmpxchg64((ptr), __old, __new); \
/linux-6.12.1/drivers/media/common/
Dcx2341x.c1022 #define CMP_FIELD(__old, __new, __field) (__old->__field != __new->__field) argument