/linux-6.12.1/crypto/ |
D | sm3.c | 51 #define R2(a, b, c, d, e, f, g, h, t, w1, w2) \ macro 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() 107 R2(d, a, b, c, h, e, f, g, K[21], W1(21), W2(25)); in sm3_transform() 108 R2(c, d, a, b, g, h, e, f, K[22], W1(22), W2(26)); in sm3_transform() 109 R2(b, c, d, a, f, g, h, e, K[23], W1(23), W2(27)); in sm3_transform() 110 R2(a, b, c, d, e, f, g, h, K[24], W1(24), W2(28)); in sm3_transform() [all …]
|
/linux-6.12.1/arch/x86/crypto/ |
D | twofish-x86_64-asm_64.S | 39 #define R2 %rcx macro 226 encrypt_round(R0,R1,R2,R3,0); 227 encrypt_round(R2,R3,R0,R1,8); 228 encrypt_round(R0,R1,R2,R3,2*8); 229 encrypt_round(R2,R3,R0,R1,3*8); 230 encrypt_round(R0,R1,R2,R3,4*8); 231 encrypt_round(R2,R3,R0,R1,5*8); 232 encrypt_round(R0,R1,R2,R3,6*8); 233 encrypt_round(R2,R3,R0,R1,7*8); 234 encrypt_round(R0,R1,R2,R3,8*8); [all …]
|
D | twofish-i586-asm_32.S | 231 encrypt_round(R0,R1,R2,R3,0); 232 encrypt_round(R2,R3,R0,R1,8); 233 encrypt_round(R0,R1,R2,R3,2*8); 234 encrypt_round(R2,R3,R0,R1,3*8); 235 encrypt_round(R0,R1,R2,R3,4*8); 236 encrypt_round(R2,R3,R0,R1,5*8); 237 encrypt_round(R0,R1,R2,R3,6*8); 238 encrypt_round(R2,R3,R0,R1,7*8); 239 encrypt_round(R0,R1,R2,R3,8*8); 240 encrypt_round(R2,R3,R0,R1,9*8); [all …]
|
D | sm3-avx-asm_64.S | 218 #define R2(a, b, c, d, e, f, g, h, round, widx, wtype) \ macro 397 R2(a, b, c, d, e, f, g, h, 16, 1, XW); SCHED_W_1(21, W3, W4, W5, W0, W1, W2); 398 R2(d, a, b, c, h, e, f, g, 17, 2, XW); SCHED_W_2(21, W3, W4, W5, W0, W1, W2); 401 R2(c, d, a, b, g, h, e, f, 18, 0, XW); SCHED_W_0(24, W4, W5, W0, W1, W2, W3); 402 R2(b, c, d, a, f, g, h, e, 19, 1, XW); SCHED_W_1(24, W4, W5, W0, W1, W2, W3); 403 R2(a, b, c, d, e, f, g, h, 20, 2, XW); SCHED_W_2(24, W4, W5, W0, W1, W2, W3); 406 R2(d, a, b, c, h, e, f, g, 21, 0, XW); SCHED_W_0(27, W5, W0, W1, W2, W3, W4); 407 R2(c, d, a, b, g, h, e, f, 22, 1, XW); SCHED_W_1(27, W5, W0, W1, W2, W3, W4); 408 R2(b, c, d, a, f, g, h, e, 23, 2, XW); SCHED_W_2(27, W5, W0, W1, W2, W3, W4); 411 R2(a, b, c, d, e, f, g, h, 24, 0, XW); SCHED_W_0(30, W0, W1, W2, W3, W4, W5); [all …]
|
D | poly1305-x86_64-cryptogams.pl | 2207 my ($R0,$R1,$R2,$R3,$R4, $S1,$S2,$S3,$S4) = map("%zmm$_",(16..24)); 2253 vmovdqu `16*3-64`($ctx),%x#$D2 # ... ${R2} 2263 vpermd $D2,$T2,$R2 2273 vmovdqu64 $R2,0x40(%rsp,%rax){%k2} 2292 vpmuludq $T0,$R2,$D2 # d2 = r0'*r2 2295 vpsrlq \$32,$R2,$T2 2300 vpmuludq $T1,$R2,$M3 2312 vpmuludq $T2,$R2,$M4 2401 vpermd $R2,$M0,$R2 2407 vpermd $D2,$M0,${R2}{%k1} [all …]
|
/linux-6.12.1/lib/ |
D | test_bpf.c | 41 #define R2 BPF_REG_2 macro 625 insn[i++] = BPF_ALU64_IMM(BPF_MOV, R2, imm); in __bpf_fill_alu_shift() 630 insn[i++] = BPF_ALU32_REG(op, R1, R2); in __bpf_fill_alu_shift() 642 insn[i++] = BPF_ALU64_REG(op, R1, R2); in __bpf_fill_alu_shift() 762 i += __bpf_ld_imm64(&insn[i], R2, res); in __bpf_fill_alu_shift_same_reg() 765 insn[i++] = BPF_JMP_REG(BPF_JEQ, R1, R2, 1); in __bpf_fill_alu_shift_same_reg() 970 i += __bpf_ld_imm64(&insns[i], R2, src); in __bpf_emit_alu64_reg() 972 insns[i++] = BPF_ALU64_REG(op, R1, R2); in __bpf_emit_alu64_reg() 992 i += __bpf_ld_imm64(&insns[i], R2, src); in __bpf_emit_alu32_reg() 994 insns[i++] = BPF_ALU32_REG(op, R1, R2); in __bpf_emit_alu32_reg() [all …]
|
/linux-6.12.1/arch/arm/crypto/ |
D | poly1305-armv4.pl | 495 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9)); 535 vdup.32 $R2,r4 556 vmull.u32 $D2,$R2,${R0}[1] 563 vmlal.u32 $D3,$R2,${R1}[1] 568 vmlal.u32 $D3,$R1,${R2}[1] 569 vmlal.u32 $D2,$R0,${R2}[1] 570 vmlal.u32 $D4,$R2,${R2}[1] 572 vmlal.u32 $D0,$R2,${S3}[1] 580 vmlal.u32 $D1,$R2,${S4}[1] 609 @ H4 = H4*R0 + H3*R1 + H2*R2 + H1*R3 + H0 * R4, [all …]
|
/linux-6.12.1/arch/arm64/crypto/ |
D | sm3-neon-core.S | 158 #define R2(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ macro 425 R2(ra, rb, rc, rd, re, rf, rg, rh, k_even, KL, 16, 1, XW, SCHED_W_W3W4W5W0W1W2_2, 21) 426 R2(rd, ra, rb, rc, rh, re, rf, rg, k_odd, _, 17, 2, XW, SCHED_W_W3W4W5W0W1W2_3, 21) 429 R2(rc, rd, ra, rb, rg, rh, re, rf, k_even, KL, 18, 0, XW, SCHED_W_W4W5W0W1W2W3_1, 24) 430 R2(rb, rc, rd, ra, rf, rg, rh, re, k_odd, _, 19, 1, XW, SCHED_W_W4W5W0W1W2W3_2, 24) 431 R2(ra, rb, rc, rd, re, rf, rg, rh, k_even, KL, 20, 2, XW, SCHED_W_W4W5W0W1W2W3_3, 24) 434 R2(rd, ra, rb, rc, rh, re, rf, rg, k_odd, _, 21, 0, XW, SCHED_W_W5W0W1W2W3W4_1, 27) 435 R2(rc, rd, ra, rb, rg, rh, re, rf, k_even, KL, 22, 1, XW, SCHED_W_W5W0W1W2W3W4_2, 27) 436 R2(rb, rc, rd, ra, rf, rg, rh, re, k_odd, _, 23, 2, XW, SCHED_W_W5W0W1W2W3W4_3, 27) 439 R2(ra, rb, rc, rd, re, rf, rg, rh, k_even, KL, 24, 0, XW, SCHED_W_W0W1W2W3W4W5_1, 30) [all …]
|
D | poly1305-armv8.pl | 262 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8)); 514 ld1 {$R0,$R1,$S1,$R2},[x15],#64 574 umull $ACC2,$IN23_0,${R2}[2] 588 umlal $ACC3,$IN23_1,${R2}[2] 597 umlal $ACC4,$IN23_2,${R2}[2] 641 umlal $ACC4,$IN01_2,${R2}[0] 655 umlal $ACC2,$IN01_0,${R2}[0] 664 umlal $ACC3,$IN01_1,${R2}[0] 760 umull2 $ACC4,$IN23_2,${R2} 766 umlal2 $ACC2,$IN23_0,${R2} [all …]
|
/linux-6.12.1/arch/parisc/kernel/ |
D | unaligned.c | 97 #define R2(i) (((i)>>16)&0x1f) macro 438 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0)<<shift; in handle_unaligned() 440 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0); in handle_unaligned() 487 ret = emulate_sth(regs, R2(regs->iir)); in handle_unaligned() 492 ret = emulate_stw(regs, R2(regs->iir), 0); in handle_unaligned() 505 ret = emulate_std(regs, R2(regs->iir), 0); in handle_unaligned() 543 ret = emulate_ldd(regs,R2(regs->iir),1); in handle_unaligned() 546 ret = emulate_std(regs, R2(regs->iir),1); in handle_unaligned() 550 ret = emulate_ldd(regs, R2(regs->iir),0); in handle_unaligned() 553 ret = emulate_std(regs, R2(regs->iir),0); in handle_unaligned() [all …]
|
/linux-6.12.1/arch/hexagon/kernel/ |
D | vm_entry.S | 61 R2.H = #HI(_THREAD_SIZE); } \ 64 R2.L = #LO(_THREAD_SIZE); } \ 67 R2 = neg(R2); } \ 70 R2 = and(R0,R2); } \ 72 THREADINFO_REG = R2; } \ 75 R2 = #-1; } \ 76 { memw(R0 + #_PT_SYSCALL_NR) = R2; \ 112 R2 = #-1; } \ 113 { memw(R0 + #_PT_SYSCALL_NR) = R2; \
|
/linux-6.12.1/Documentation/virt/kvm/arm/ |
D | hypercalls.rst | 38 | | (uint32) | R2 | Bitmap of available function numbers 64-95 | 62 | | (uint64) | R2 | Reserved / Must be zero | 86 | | (uint64) | R2 | Reserved / Must be zero | 111 | | (uint64) | R2 | Reserved / Must be zero | 137 | | (uint64) | R2 | Reserved / Must be zero |
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | ltc3676.txt | 18 values R1 and R2 of the feedback voltage divider in ohms. 22 0.4125 * (1 + R1/R2) V and 0.8 * (1 + R1/R2) V. 25 0.725 * (1 + R1/R2) V. The ldo3 regulator is fixed to 1.8 V. The ldo1 standby
|
D | ltc3589.txt | 18 values R1 and R2 of the feedback voltage divider in ohms. 22 0.3625 * (1 + R1/R2) V and 0.75 * (1 + R1/R2) V. Regulators bb-out and ldo1 23 have a fixed 0.8 V reference and thus output 0.8 * (1 + R1/R2) V. The ldo3
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | pmtu.sh | 816 tc -netns "${NS_A}" qdisc replace dev veth_A-R2 root prio 820 tc -netns "${NS_A}" filter add dev veth_A-R2 \ 1117 "${ns_a}" veth_A-R2 "${ns_r2}" veth_R2-A \ 1118 "${ns_r2}" veth_R2-B "${ns_b}" veth_B-R2 1136 mtu "${ns_a}" veth_A-R2 2000 1139 mtu "${ns_b}" veth_B-R2 1500 1174 mtu "${ns_b}" veth_B-R2 400 1180 mtu "${ns_a}" veth_A-R2 500 1186 mtu "${ns_a}" veth_A-R2 1500 1211 "${ns_a}" veth_A-R2 "${ns_r2}" veth_R2-A \ [all …]
|
/linux-6.12.1/Documentation/hwmon/ |
D | ltc4260.rst | 45 real voltage by multiplying the reported value with (R1+R2)/R2, where R1 is the 46 value of the divider resistor against the measured voltage and R2 is the value
|
D | ltc4261.rst | 45 real voltage by multiplying the reported value with (R1+R2)/R2, where R1 is the 46 value of the divider resistor against the measured voltage and R2 is the value
|
D | ltc2945.rst | 45 real voltage by multiplying the reported value with (R1+R2)/R2, where R1 is the 46 value of the divider resistor against the measured voltage and R2 is the value
|
/linux-6.12.1/tools/perf/arch/arm/tests/ |
D | regs_load.S | 6 #define R2 0x10 macro 43 str r2, [r0, #R2]
|
/linux-6.12.1/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 261 #define emit_cmp(R1, R2) \ argument 262 *prog++ = (SUBCC | RS1(R1) | RS2(R2) | RD(G0)) 267 #define emit_btst(R1, R2) \ argument 268 *prog++ = (ANDCC | RS1(R1) | RS2(R2) | RD(G0)) 273 #define emit_sub(R1, R2, R3) \ argument 274 *prog++ = (SUB | RS1(R1) | RS2(R2) | RD(R3)) 279 #define emit_add(R1, R2, R3) \ argument 280 *prog++ = (ADD | RS1(R1) | RS2(R2) | RD(R3)) 285 #define emit_and(R1, R2, R3) \ argument 286 *prog++ = (AND | RS1(R1) | RS2(R2) | RD(R3))
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6qdl-gw552x.dtsi | 284 /* VDD_SOC (1+R1/R2 = 1.635) */ 295 /* VDD_1P8 (1+R1/R2 = 2.505): ENET-PHY */ 306 /* VDD_ARM (1+R1/R2 = 1.635) */ 317 /* VDD_DDR (1+R1/R2 = 2.105) */ 328 /* VDD_2P5 (1+R1/R2 = 3.435): PCIe/ENET-PHY */ 338 /* VDD_HIGH (1+R1/R2 = 4.17) */
|
D | imx6qdl-gw51xx.dtsi | 294 /* VDD_SOC (1+R1/R2 = 1.635) */ 305 /* VDD_1P8 (1+R1/R2 = 2.505): GPS/VideoIn/ENET-PHY */ 316 /* VDD_ARM (1+R1/R2 = 1.635) */ 327 /* VDD_DDR (1+R1/R2 = 2.105) */ 338 /* VDD_2P5 (1+R1/R2 = 3.435): PCIe/ENET-PHY */ 348 /* VDD_HIGH (1+R1/R2 = 4.17) */
|
/linux-6.12.1/tools/perf/arch/powerpc/tests/ |
D | regs_load.S | 7 #define R2 2 * 8 macro 46 std 2, R2(3)
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | ste-hrefv60plus-tvk.dts | 5 * Device Tree for the HREF version 60 or later with the TVK1281618 R2 UIB 15 model = "ST-Ericsson HREF (v60+) and TVK1281618 R2 UIB";
|
/linux-6.12.1/arch/sh/boards/ |
D | Kconfig | 329 bool "Magic Panel R2" 334 Select Magic Panel R2 if configuring for Magic Panel R2. 380 menu "Magic Panel R2 options" 383 int "Magic Panel R2 Version" 386 Set the version of the Magic Panel R2
|