/linux/crypto/ |
H A D | sm3.c | 65 #define W2(i) (W[i & 0x0f] = \ macro 97 R1(a, b, c, d, e, f, g, h, K[12], W1(12), W2(16)); in sm3_transform() 98 R1(d, a, b, c, h, e, f, g, K[13], W1(13), W2(17)); in sm3_transform() 99 R1(c, d, a, b, g, h, e, f, K[14], W1(14), W2(18)); in sm3_transform() 100 R1(b, c, d, a, f, g, h, e, K[15], W1(15), W2(19)); in sm3_transform() 102 R2(a, b, c, d, e, f, g, h, K[16], W1(16), W2(20)); in sm3_transform() 103 R2(d, a, b, c, h, e, f, g, K[17], W1(17), W2(21)); in sm3_transform() 104 R2(c, d, a, b, g, h, e, f, K[18], W1(18), W2(22)); in sm3_transform() 105 R2(b, c, d, a, f, g, h, e, K[19], W1(19), W2(23)); in sm3_transform() 106 R2(a, b, c, d, e, f, g, h, K[20], W1(20), W2(24)); in sm3_transform() [all …]
|
/linux/arch/x86/crypto/ |
H A D | sm3-avx-asm_64.S | 119 #define W2 %xmm2 macro 265 vmovdqa XTMP1, W2; /* W2: xx, w6, w5, w4 */ \ 381 R1(c, d, a, b, g, h, e, f, 6, 2, IW); SCHED_W_0(12, W0, W1, W2, W3, W4, W5); 382 R1(b, c, d, a, f, g, h, e, 7, 3, IW); SCHED_W_1(12, W0, W1, W2, W3, W4, W5); 385 R1(a, b, c, d, e, f, g, h, 8, 0, IW); SCHED_W_2(12, W0, W1, W2, W3, W4, W5); 386 R1(d, a, b, c, h, e, f, g, 9, 1, IW); SCHED_W_0(15, W1, W2, W3, W4, W5, W0); 387 R1(c, d, a, b, g, h, e, f, 10, 2, IW); SCHED_W_1(15, W1, W2, W3, W4, W5, W0); 388 R1(b, c, d, a, f, g, h, e, 11, 3, IW); SCHED_W_2(15, W1, W2, W3, W4, W5, W0); 391 R1(a, b, c, d, e, f, g, h, 12, 0, XW); SCHED_W_0(18, W2, W3, W4, W5, W0, W1); 392 R1(d, a, b, c, h, e, f, g, 13, 1, XW); SCHED_W_1(18, W2, W3, W4, W5, W0, W1); [all …]
|
/linux/arch/arm/crypto/ |
H A D | sha1-armv7-neon.S | 60 #define W2 q2 macro 358 W2, W3, W4, W5, W6, _, _, _ ); 361 W2, W3, W4, W5, W6, _, _, _ ); 364 W2, W3, W4, W5, W6, _, _, _ ); 367 W2, W3, W4, W5, W6, _, _, _ ); 371 W1, W2, W3, W4, W5, _, _, _ ); 374 W1, W2, W3, W4, W5, _, _, _ ); 377 W1, W2, W3, W4, W5, _, _, _ ); 380 W1, W2, W3, W4, W5, _, _, _ ); 385 W0, W1, W2, W3, W4, W5, W6, W7); [all …]
|
/linux/arch/riscv/crypto/ |
H A D | sha512-riscv64-zvknhb-zvkb.S | 62 #define W2 v14 // LMUL=2 macro 90 sha512_4rounds \last, W0, W1, W2, W3 91 sha512_4rounds \last, W1, W2, W3, W0 92 sha512_4rounds \last, W2, W3, W0, W1 93 sha512_4rounds \last, W3, W0, W1, W2 132 vle64.v W2, (DATA) 133 vrev8.v W2, W2
|
H A D | sha256-riscv64-zvknha_or_zvknhb-zvkb.S | 61 #define W2 v4 macro 103 sha256_4rounds \last, \k0, W0, W1, W2, W3 104 sha256_4rounds \last, \k1, W1, W2, W3, W0 105 sha256_4rounds \last, \k2, W2, W3, W0, W1 106 sha256_4rounds \last, \k3, W3, W0, W1, W2 179 vle32.v W2, (DATA) 180 vrev8.v W2, W2
|
/linux/arch/arm64/crypto/ |
H A D | sm3-neon-core.S | 71 #define W2 v2 macro 193 ld1 {W2.16b}, [RDATA], #16; 201 rev32 XTMP2.16b, W2.16b; 305 SCHED_W_1_##iop_num(round, W0, W1, W2, W3, W4, W5) 307 SCHED_W_2_##iop_num(round, W0, W1, W2, W3, W4, W5) 309 SCHED_W_3_##iop_num(round, W0, W1, W2, W3, W4, W5) 312 SCHED_W_1_##iop_num(round, W1, W2, W3, W4, W5, W0) 314 SCHED_W_2_##iop_num(round, W1, W2, W3, W4, W5, W0) 316 SCHED_W_3_##iop_num(round, W1, W2, W3, W4, W5, W0) 319 SCHED_W_1_##iop_num(round, W2, W3, W4, W5, W0, W1) [all …]
|
/linux/tools/testing/selftests/net/ |
H A D | vrf_route_leaking.sh | 464 run_cmd_grep "Time to live exceeded" ip netns exec $h1 ping -t1 -c1 -W2 ${H2_N2_IP} 485 run_cmd_grep "Frag needed" ip netns exec $h1 ping -s 1450 -Mdo -c1 -W2 ${H2_N2_IP} 506 run_cmd_grep "Time exceeded: Hop limit" ip netns exec $h1 "${ping6}" -t1 -c1 -W2 ${H2_N2_IP6} 527 run_cmd_grep "Packet too big" ip netns exec $h1 "${ping6}" -s 1450 -Mdo -c1 -W2 ${H2_N2_IP6}
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | log-writes.rst | 29 W1,W2,W3,C3,C2,Wflush,C1,Cflush 33 W3,W2,flush,W1....
|
/linux/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed-g4.c | 792 #define W2 97 macro 801 SIG_EXPR_LIST_ALIAS(W2, VPIOB3, VPI); 802 SIG_EXPR_LIST_DECL_SINGLE(W2, NDCD2, NDCD2, W2_DESC); 803 PIN_DECL_2(W2, GPIOM1, VPIOB3, NDCD2); 804 FUNC_GROUP_DECL(NDCD2, W2); 1032 FUNC_GROUP_DECL(VPI18, T5, U3, V1, U4, V2, V3, W2, Y1, V4, W3, Y2, AA1, V5, 1034 FUNC_GROUP_DECL(VPI24, T5, U3, V1, U4, V2, V3, W2, Y1, V4, W3, Y2, AA1, V5, 1037 FUNC_GROUP_DECL(VPI30, T5, U3, V1, U4, V2, W1, U5, V3, W2, Y1, V4, W3, Y2, AA1, 2111 ASPEED_PINCTRL_PIN(W2),
|
H A D | pinctrl-aspeed-g5.c | 812 #define W2 105 macro 814 SIG_EXPR_LIST_DECL_SINGLE(W2, DASHN1, DASHN1, VPIRSVD_DESC, W2_DESC); 815 SIG_EXPR_LIST_DECL_SINGLE(W2, PWM1, PWM1, W2_DESC, COND2); 816 PIN_DECL_2(W2, GPION1, DASHN1, PWM1); 817 FUNC_GROUP_DECL(PWM1, W2); 2117 ASPEED_PINCTRL_PIN(W2),
|
/linux/Documentation/gpu/amdgpu/display/ |
H A D | display-contributing.rst | 49 Enable the W1 or W2 warning level in the kernel compilation and try to fix the
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-j7200-som-p0.dtsi | 164 J721E_IOPAD(0xd8, PIN_INPUT_PULLUP, 0) /* (W2) I2C0_SDA */
|
H A D | k3-am642-phyboard-electra-rdk.dts | 232 AM64X_IOPAD(0x01b4, PIN_INPUT, 2) /* (W2) PRG0_PRU1_GPO1.PRG0_RGMII2_RD1 */
|
H A D | k3-am654-idk.dtso | 278 AM65X_WKUP_IOPAD(0x00ac, PIN_INPUT_PULLUP, 0) /* (W2) MCU_MCAN0_RX */
|
H A D | k3-am62x-sk-common.dtsi | 192 AM62X_IOPAD(0x20c, PIN_INPUT, 0) /* (AA3/W2) MMC0_DAT2 */
|
H A D | k3-am642-tqma64xxl-mbax4xxl.dts | 687 /* (W2) PRG0_PRU1_GPO1.GPIO1_21 */
|
/linux/arch/parisc/ |
H A D | Kconfig | 221 Select this option for PCX-U to PCX-W2 processors.
|
/linux/drivers/platform/x86/ |
H A D | Kconfig | 948 R2, R3, R5, T2, W2 and Y2 series), say Y.
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 8633 CASE_BTC_SLOT_STR(W2); in id_to_slot()
|