val__              69 arch/s390/include/asm/percpu.h 	pcp_op_T__ val__ = (val);					\
val__              73 arch/s390/include/asm/percpu.h 	if (__builtin_constant_p(val__) &&				\
val__              74 arch/s390/include/asm/percpu.h 	    ((szcast)val__ > -129) && ((szcast)val__ < 128)) {		\
val__              78 arch/s390/include/asm/percpu.h 			: [val__] "i" ((szcast)val__)			\
val__              84 arch/s390/include/asm/percpu.h 			: [val__] "d" (val__)				\
val__              96 arch/s390/include/asm/percpu.h 	pcp_op_T__ val__ = (val);					\
val__             103 arch/s390/include/asm/percpu.h 		: [val__] "d" (val__)					\
val__             106 arch/s390/include/asm/percpu.h 	old__ + val__;							\
val__             115 arch/s390/include/asm/percpu.h 	pcp_op_T__ val__ = (val);					\
val__             122 arch/s390/include/asm/percpu.h 		: [val__] "d" (val__)					\
val__              64 drivers/gpu/drm/i915/gt/intel_engine.h #define __ENGINE_WRITE_OP(op__, engine__, reg__, val__) \
val__              65 drivers/gpu/drm/i915/gt/intel_engine.h 	__ENGINE_REG_OP(op__, (engine__), reg__((engine__)->mmio_base), (val__))
val__            2438 drivers/gpu/drm/i915/i915_drv.h #define I915_WRITE(reg__, val__) __I915_REG_OP(write, dev_priv, (reg__), (val__))
val__            2469 drivers/gpu/drm/i915/i915_drv.h #define I915_WRITE_FW(reg__, val__) __I915_REG_OP(write_fw, dev_priv, (reg__), (val__))
val__              94 net/tipc/subscr.h 		u32 val__ = (sub__)->field_;				\
val__              96 net/tipc/subscr.h 		(swap_ ? swab32(val__) : val__);			\
val__             104 net/tipc/subscr.h 		u32 val__ = val_;					\
val__             106 net/tipc/subscr.h 		(evt__)->field_ = swap_ ? swab32(val__) : val__;	\