_y 30 arch/powerpc/boot/types.h typeof(y) _y = (y); \ _y 31 arch/powerpc/boot/types.h (void) (&_x == &_y); \ _y 32 arch/powerpc/boot/types.h _x < _y ? _x : _y; }) _y 36 arch/powerpc/boot/types.h typeof(y) _y = (y); \ _y 37 arch/powerpc/boot/types.h (void) (&_x == &_y); \ _y 38 arch/powerpc/boot/types.h _x > _y ? _x : _y; }) _y 47 arch/powerpc/kernel/module_32.c static int relacmp(const void *_x, const void *_y) _y 52 arch/powerpc/kernel/module_32.c x = (Elf32_Rela *)_y; _y 70 arch/powerpc/kernel/module_32.c static void relaswap(void *_x, void *_y, int size) _y 76 arch/powerpc/kernel/module_32.c x = (uint32_t *)_y; _y 206 arch/powerpc/kernel/module_64.c static int relacmp(const void *_x, const void *_y) _y 211 arch/powerpc/kernel/module_64.c x = (Elf64_Rela *)_y; _y 229 arch/powerpc/kernel/module_64.c static void relaswap(void *_x, void *_y, int size) _y 235 arch/powerpc/kernel/module_64.c x = (uint64_t *)_y; _y 4420 arch/x86/kvm/emulate.c #define D(_y) { .flags = (_y) } _y 4421 arch/x86/kvm/emulate.c #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i } _y 4422 arch/x86/kvm/emulate.c #define DIP(_y, _i, _p) { .flags = (_y)|Intercept|CheckPerm, \ _y 8 drivers/crypto/cavium/nitrox/nitrox_mbx.c #define RING_TO_VFNO(_x, _y) ((_x) / (_y)) _y 83 drivers/input/touchscreen/da9034-ts.c uint8_t _x, _y, _v; _y 90 drivers/input/touchscreen/da9034-ts.c ret = da903x_read(touch->da9034_dev, DA9034_TSI_Y_MSB, &_y); _y 99 drivers/input/touchscreen/da9034-ts.c touch->last_y = ((_y << 2) & 0x3fc) | ((_v & 0xc) >> 2); _y 101 drivers/net/arcnet/arcdevice.h unsigned long _x, _y; \ _y 104 drivers/net/arcnet/arcdevice.h _y = get_cycles(); \ _y 107 drivers/net/arcnet/arcdevice.h name, bytes, _y - _x, \ _y 108 drivers/net/arcnet/arcdevice.h 100000000 / 1024 * bytes / (_y - _x + 1)); \ _y 37 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c #define NFP_PCIE_BAR_EXPLICIT_BAR0(_x, _y) \ _y 38 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c (0x00000080 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3))) _y 45 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c #define NFP_PCIE_BAR_EXPLICIT_BAR1(_x, _y) \ _y 46 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c (0x00000084 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3))) _y 53 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c #define NFP_PCIE_BAR_EXPLICIT_BAR2(_x, _y) \ _y 54 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c (0x00000088 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3))) _y 81 drivers/rtc/rtc-mt7622.c #define MTK_RTC_TM_YR_VALID(_y) ((_y) >= MTK_RTC_TM_YR_L && \ _y 82 drivers/rtc/rtc-mt7622.c (_y) <= MTK_RTC_TM_YR_H) _y 402 drivers/video/fbdev/omap/hwa742.c #define ADD_PREQ(_x, _y, _w, _h) do { \ _y 407 drivers/video/fbdev/omap/hwa742.c req->par.update.y = _y; \ _y 206 include/math-emu/op-1.h _FP_W_TYPE _nh, _nl, _q, _r, _y; \ _y 209 include/math-emu/op-1.h _y = Y##_f << _FP_WFRACXBITS_##fs; \ _y 224 include/math-emu/op-1.h udiv_qrnnd(_q, _r, _nh, _nl, _y); \ _y 309 include/math-emu/op-2.h _FP_W_TYPE _x[2], _y[2]; \ _y 311 include/math-emu/op-2.h _y[0] = Y##_f0; _y[1] = Y##_f1; \ _y 313 include/math-emu/op-2.h mpn_mul_n(_z_f, _x, _y, 2); \ _y 493 include/math-emu/op-2.h _FP_W_TYPE _x[4], _y[2], _z[4]; \ _y 494 include/math-emu/op-2.h _y[0] = Y##_f0; _y[1] = Y##_f1; \ _y 512 include/math-emu/op-2.h (void) mpn_divrem (_z, 0, _x, 4, _y, 2); \ _y 1264 net/rxrpc/ar-internal.h __typeof__(Y) _y = (__typeof__(X))(Y); \ _y 1265 net/rxrpc/ar-internal.h if (unlikely(!(_x OP _y))) { \ _y 1268 net/rxrpc/ar-internal.h (unsigned long)_y, (unsigned long)_y); \ _y 1284 net/rxrpc/ar-internal.h __typeof__(Y) _y = (__typeof__(X))(Y); \ _y 1285 net/rxrpc/ar-internal.h if (unlikely((C) && !(_x OP _y))) { \ _y 1288 net/rxrpc/ar-internal.h (unsigned long)_y, (unsigned long)_y); \