/linux-6.1.9/arch/powerpc/boot/ |
D | types.h | 30 typeof(y) _y = (y); \ 31 (void) (&_x == &_y); \ 32 _x < _y ? _x : _y; }) 36 typeof(y) _y = (y); \ 37 (void) (&_x == &_y); \ 38 _x > _y ? _x : _y; })
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | page.h | 127 unsigned long _y = y; \ 128 (IS_ENABLED(CONFIG_XIP_KERNEL) && _y < phys_ram_base) ? \ 129 (void *)((unsigned long)(_y) + kernel_map.va_kernel_xip_pa_offset) : \ 130 (void *)((unsigned long)(_y) + kernel_map.va_kernel_pa_offset + XIP_OFFSET); \ 136 unsigned long _y = y; \ 137 (IS_ENABLED(CONFIG_XIP_KERNEL) && _y < kernel_map.virt_addr + XIP_OFFSET) ? \ 138 ((unsigned long)(_y) - kernel_map.va_kernel_xip_pa_offset) : \ 139 ((unsigned long)(_y) - kernel_map.va_kernel_pa_offset - XIP_OFFSET); \
|
/linux-6.1.9/drivers/net/arcnet/ |
D | arcdevice.h | 101 unsigned long _x, _y; \ 104 _y = get_cycles(); \ 107 name, bytes, _y - _x, \ 108 100000000 / 1024 * bytes / (_y - _x + 1)); \
|
/linux-6.1.9/include/math-emu/ |
D | op-2.h | 309 _FP_W_TYPE _x[2], _y[2]; \ 311 _y[0] = Y##_f0; _y[1] = Y##_f1; \ 313 mpn_mul_n(_z_f, _x, _y, 2); \ 493 _FP_W_TYPE _x[4], _y[2], _z[4]; \ 494 _y[0] = Y##_f0; _y[1] = Y##_f1; \ 512 (void) mpn_divrem (_z, 0, _x, 4, _y, 2); \
|
D | op-1.h | 206 _FP_W_TYPE _nh, _nl, _q, _r, _y; \ 209 _y = Y##_f << _FP_WFRACXBITS_##fs; \ 224 udiv_qrnnd(_q, _r, _nh, _nl, _y); \
|
/linux-6.1.9/net/rxrpc/ |
D | ar-internal.h | 1211 __typeof__(Y) _y = (__typeof__(X))(Y); \ 1212 if (unlikely(!(_x OP _y))) { \ 1215 (unsigned long)_y, (unsigned long)_y); \ 1231 __typeof__(Y) _y = (__typeof__(X))(Y); \ 1232 if (unlikely((C) && !(_x OP _y))) { \ 1235 (unsigned long)_y, (unsigned long)_y); \
|
/linux-6.1.9/drivers/input/touchscreen/ |
D | da9034-ts.c | 83 uint8_t _x, _y, _v; in read_tsi() local 90 ret = da903x_read(touch->da9034_dev, DA9034_TSI_Y_MSB, &_y); in read_tsi() 99 touch->last_y = ((_y << 2) & 0x3fc) | ((_v & 0xc) >> 2); in read_tsi()
|
/linux-6.1.9/drivers/rtc/ |
D | rtc-mt7622.c | 81 #define MTK_RTC_TM_YR_VALID(_y) ((_y) >= MTK_RTC_TM_YR_L && \ argument 82 (_y) <= MTK_RTC_TM_YR_H)
|
/linux-6.1.9/drivers/crypto/cavium/nitrox/ |
D | nitrox_mbx.c | 10 #define RING_TO_VFNO(_x, _y) ((_x) / (_y)) argument
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_rdonly_maps.c | 15 char _y; member
|
/linux-6.1.9/arch/powerpc/kexec/ |
D | ranges.c | 124 static int rngcmp(const void *_x, const void *_y) in rngcmp() argument 126 const struct crash_mem_range *x = _x, *y = _y; in rngcmp()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | module_32.c | 48 static int relacmp(const void *_x, const void *_y) in relacmp() argument 53 x = (Elf32_Rela *)_y; in relacmp()
|
D | module_64.c | 156 static int relacmp(const void *_x, const void *_y) in relacmp() argument 161 x = (Elf64_Rela *)_y; in relacmp()
|
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp6000_pcie.c | 38 #define NFP_PCIE_BAR_EXPLICIT_BAR0(_x, _y) \ argument 39 (0x00000080 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3))) 46 #define NFP_PCIE_BAR_EXPLICIT_BAR1(_x, _y) \ argument 47 (0x00000084 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3))) 54 #define NFP_PCIE_BAR_EXPLICIT_BAR2(_x, _y) \ argument 55 (0x00000088 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3)))
|
/linux-6.1.9/drivers/video/fbdev/omap/ |
D | hwa742.c | 410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ argument 415 req->par.update.y = _y; \
|
/linux-6.1.9/arch/x86/kvm/ |
D | emulate.c | 4330 #define D(_y) { .flags = (_y) } argument 4331 #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i } argument 4332 #define DIP(_y, _i, _p) { .flags = (_y)|Intercept|CheckPerm, \ argument
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 1262 Similar to in_accel_mag[_y][_rising|_falling]_en, but the event
|