/linux-5.19.10/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_args_type.tc | 16 X3=`printf "%x" $3` 18 test $X2 = $X3 19 test 0x$X3 = $3 22 B3=`printf "%03x" 0x$X3 | tail -c 2 | head -c 1`
|
/linux-5.19.10/arch/arm/crypto/ |
D | chacha-scalar-core.S | 32 X3 .req r3 114 _halfround X2, X6, X8_X10, X14, X3, X7, X9_X11, X15 129 _halfround X2, X7, X8_X10, X13, X3, X4, X9_X11, X14 185 add X3, X3, r11 186 _le32_bswap_4x X0, X1, X2, X3, r8 191 eor X3, X3, r11 192 stmia r14!, {X0-X3} 199 ldmia r12!, {X0-X3} 206 eor X7, X7, X3 286 add X3, X3, r11 [all …]
|
/linux-5.19.10/Documentation/input/devices/ |
D | amijoy.rst | 116 JOY0DAT Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 X7 X6 X5 X4 X3 X2 X1 X0 117 JOY1DAT Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 X7 X6 X5 X4 X3 X2 X1 X0 176 JOYxDAT Y7 Y6 Y5 Y4 Y3 Y2 xx xx X7 X6 X5 X4 X3 X2 xx xx 177 JOYxDAT Y7 Y6 Y5 Y4 Y3 Y2 xx xx X7 X6 X5 X4 X3 X2 xx xx 197 RIGHT Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 X7 X6 X5 X4 X3 X2 X1 X0 198 LEFT Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 X7 X6 X5 X4 X3 X2 X1 X0
|
D | alps.rst | 95 byte 1: X7 X6 X5 X4 X3 X2 X1 X0 143 byte 4: X7 X6 X5 X4 X3 X2 X1 X0 277 byte 1: 0 X6 X5 X4 X3 X2 X1 X0 301 byte 2: X7 1 X5 X4 X3 X2 X1 X0 347 byte 1: 0 X6 X5 X4 X3 X2 X1 X0 359 byte 1: X9 X8 X7 1 X6 X5 X4 X3
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | imx7d-flex-concentrator.dts | 237 MX7D_PAD_GPIO1_IO12__CCM_ENET_REF_CLK1 0x70 /* X3-4 */ 275 MX7D_PAD_SAI2_TX_SYNC__UART4_DCE_RX 0x7e /* X3-14 */ 276 MX7D_PAD_SAI2_TX_BCLK__UART4_DCE_TX 0x76 /* X3-16 */ 284 MX7D_PAD_LPSR_GPIO1_IO06__USB_OTG2_OC 0x5c /* X3-11 */ 285 MX7D_PAD_LPSR_GPIO1_IO07__GPIO1_IO7 0x59 /* X3-9 */
|
D | tegra30-colibri-eval-v3.dts | 77 /* DDC_CLOCK/DATA on X3 pin 15/16 (e.g. display EDID) */
|
D | tegra20-colibri-iris.dts | 141 /* DDC_CLOCK/DATA on X3 pin 15/16 (e.g. display EDID) */
|
D | tegra20-colibri-eval-v3.dts | 141 /* DDC_CLOCK/DATA on X3 pin 15/16 (e.g. display EDID) */
|
D | meson8b-odroidc1.dts | 89 /* X3 in the schematics */
|
/linux-5.19.10/lib/mpi/ |
D | ec.c | 848 #define X3 (result->x) in dup_point_edwards() macro 887 ctx->subm(X3, B, C, ctx); in dup_point_edwards() 888 ctx->subm(X3, X3, D, ctx); in dup_point_edwards() 889 ctx->mulm(X3, X3, J, ctx); in dup_point_edwards() 901 #undef X3 in dup_point_edwards() 1079 #define X3 (result->x) in add_points_edwards() macro 1119 ctx->addm(X3, X2, Y2, ctx); in add_points_edwards() 1120 ctx->mulm(X3, X3, tmp, ctx); in add_points_edwards() 1121 ctx->subm(X3, X3, C, ctx); in add_points_edwards() 1122 ctx->subm(X3, X3, D, ctx); in add_points_edwards() [all …]
|
/linux-5.19.10/sound/usb/line6/ |
D | Kconfig | 26 tristate "Line 6 POD X3/HD300/400/500 USB support" 29 This is a driver for POD X3, HD300, 400 and 500 devices.
|
/linux-5.19.10/arch/mips/crypto/ |
D | chacha-core.S | 14 #define X3 $t3 macro 246 lw X3, 12(STATE) 456 lw X3, 12(STATE) 488 sw X3, 12(OUT)
|
/linux-5.19.10/arch/x86/crypto/ |
D | sha256-avx-asm.S | 83 X3 = %xmm7 define 130 # Rotate values of symbols X0...X3 135 X2 = X3 136 X3 = X_ define 160 vpalignr $4, X2, X3, XTMP0 # XTMP0 = W[-7] 224 vpshufd $0b11111010, X3, XTMP2 # XTMP2 = W[-2] {BBAA} 387 COPY_XMM_AND_BSWAP X3, 3*16(INP), BYTE_FLIP_MASK 433 vmovdqa X3, X1
|
D | sha256-ssse3-asm.S | 77 X3 = %xmm7 define 124 # Rotate values of symbols X0...X3 129 X2 = X3 130 X3 = X_ define 150 movdqa X3, XTMP0 224 pshufd $0b11111010, X3, XTMP2 # XTMP2 = W[-2] {BBAA} 397 COPY_XMM_AND_BSWAP X3, 3*16(INP), BYTE_FLIP_MASK 446 movdqa X3, X1
|
D | sha256-avx2-asm.S | 70 X3 = %ymm7 define 129 # Rotate values of symbols X0...X3 134 X2 = X3 135 X3 = X_ define 162 vpalignr $4, X2, X3, XTMP0 # XTMP0 = W[-7] 240 vpshufd $0b11111010, X3, XTMP2 # XTMP2 = W[-2] {BBAA} 581 vperm2i128 $0x31, XTMP3, XTMP1, X3 624 vmovdqa X3, X1
|
/linux-5.19.10/crypto/ |
D | seed.c | 311 #define OP(X1, X2, X3, X4, rbase) \ argument 312 t0 = X3 ^ ks[rbase]; \
|
/linux-5.19.10/tools/perf/arch/arm64/util/ |
D | unwind-libdw.c | 22 dwarf_regs[3] = REG(X3); in libdw__arch_set_initial_registers()
|
/linux-5.19.10/drivers/sh/intc/ |
D | Kconfig | 28 This enables support for IRQ auto-distribution mode on SH-X3
|
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | power.c | 58 #define SLP_VEC(X0, X1, X2, X3, X4) {cpu_to_le32(X0), \ argument 61 cpu_to_le32(X3), \
|
/linux-5.19.10/Documentation/hwmon/ |
D | k10temp.rst | 10 Socket AM2+: Quad-Core Opteron, Phenom (II) X3/X4, Athlon X2 (but see below) 12 Socket AM3: Quad-Core Opteron, Athlon/Phenom II X2/X3/X4, Sempron II
|
/linux-5.19.10/arch/ia64/kernel/ |
D | unwind_decoder.c | 134 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3() 136 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
|
/linux-5.19.10/Documentation/hid/ |
D | hid-alps.rst | 165 Byte2 X7 X6 X5 X4 X3 X2 X1 X0
|
/linux-5.19.10/Documentation/PCI/endpoint/ |
D | pci-test-howto.rst | 194 MSI-X3: OKAY
|
/linux-5.19.10/drivers/pinctrl/renesas/ |
D | Kconfig | 290 bool "pin control support for SH-X3" if COMPILE_TEST
|
/linux-5.19.10/arch/sh/boards/ |
D | Kconfig | 330 bool "SH-X3 Prototype board"
|