/Linux-v5.15/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 | poly1305-x86_64-cryptogams.pl | 2208 my ($R0,$R1,$R2,$R3,$R4, $S1,$S2,$S3,$S4) = map("%zmm$_",(16..24)); 2254 vmovdqu `16*3-64`($ctx),%x#$D2 # ... ${R2} 2264 vpermd $D2,$T2,$R2 2274 vmovdqu64 $R2,0x40(%rsp,%rax){%k2} 2293 vpmuludq $T0,$R2,$D2 # d2 = r0'*r2 2296 vpsrlq \$32,$R2,$T2 2301 vpmuludq $T1,$R2,$M3 2313 vpmuludq $T2,$R2,$M4 2402 vpermd $R2,$M0,$R2 2408 vpermd $D2,$M0,${R2}{%k1} [all …]
|
/Linux-v5.15/lib/ |
D | test_bpf.c | 41 #define R2 BPF_REG_2 macro 1146 BPF_ALU64_IMM(BPF_MOV, R2, 3), 1147 BPF_ALU64_REG(BPF_SUB, R1, R2), 1162 BPF_ALU64_IMM(BPF_MOV, R2, 3), 1163 BPF_ALU64_REG(BPF_MUL, R1, R2), 1178 BPF_ALU32_IMM(BPF_MOV, R2, 3), 1179 BPF_ALU64_REG(BPF_MUL, R1, R2), 1195 BPF_ALU32_IMM(BPF_MOV, R2, 3), 1196 BPF_ALU32_REG(BPF_MUL, R1, R2), 1216 BPF_ALU64_IMM(BPF_MOV, R2, 2), [all …]
|
/Linux-v5.15/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-v5.15/arch/parisc/kernel/ |
D | unaligned.c | 108 #define R2(i) (((i)>>16)&0x1f) macro 493 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0)<<shift; in handle_unaligned() 495 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0); in handle_unaligned() 542 ret = emulate_sth(regs, R2(regs->iir)); in handle_unaligned() 547 ret = emulate_stw(regs, R2(regs->iir),0); in handle_unaligned() 560 ret = emulate_std(regs, R2(regs->iir),0); in handle_unaligned() 604 ret = emulate_ldd(regs,R2(regs->iir),1); in handle_unaligned() 608 ret = emulate_std(regs, R2(regs->iir),1); in handle_unaligned() 611 ret = emulate_ldd(regs, R2(regs->iir),0); in handle_unaligned() 614 ret = emulate_std(regs, R2(regs->iir),0); in handle_unaligned() [all …]
|
/Linux-v5.15/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-v5.15/arch/arm64/crypto/ |
D | poly1305-armv8.pl | 262 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8)); 513 ld1 {$R0,$R1,$S1,$R2},[x15],#64 573 umull $ACC2,$IN23_0,${R2}[2] 587 umlal $ACC3,$IN23_1,${R2}[2] 596 umlal $ACC4,$IN23_2,${R2}[2] 640 umlal $ACC4,$IN01_2,${R2}[0] 654 umlal $ACC2,$IN01_0,${R2}[0] 663 umlal $ACC3,$IN01_1,${R2}[0] 759 umull2 $ACC4,$IN23_2,${R2} 765 umlal2 $ACC2,$IN23_0,${R2} [all …]
|
/Linux-v5.15/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-v5.15/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-v5.15/tools/perf/arch/arm/tests/ |
D | regs_load.S | 6 #define R2 0x10 macro 43 str r2, [r0, #R2]
|
/Linux-v5.15/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-v5.15/tools/perf/arch/powerpc/tests/ |
D | regs_load.S | 7 #define R2 2 * 8 macro 46 std 2, R2(3)
|
/Linux-v5.15/arch/arm/boot/dts/ |
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 | ste-hrefv60plus-tvk.dts | 5 * Device Tree for the HREF version 60 or later with the TVK1281618 R2 UIB 14 model = "ST-Ericsson HREF (v60+) and TVK1281618 R2 UIB";
|
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) */
|
D | imx6qdl-gw52xx.dtsi | 363 /* VDD_SOC (1+R1/R2 = 1.635) */ 374 /* VDD_1P8 (1+R1/R2 = 2.505): GPS/VideoIn/ENET-PHY */ 385 /* VDD_ARM (1+R1/R2 = 1.635) */ 396 /* VDD_DDR (1+R1/R2 = 2.105) */ 407 /* VDD_2P5 (1+R1/R2 = 3.435): PCIe/ENET-PHY */ 425 /* VDD_HIGH (1+R1/R2 = 4.17) */
|
D | imx6qdl-gw53xx.dtsi | 360 /* VDD_SOC (1+R1/R2 = 1.635) */ 371 /* VDD_1P8 (1+R1/R2 = 2.505): GPS/VideoIn/ENET-PHY */ 382 /* VDD_ARM (1+R1/R2 = 1.635) */ 393 /* VDD_DDR (1+R1/R2 = 2.105) */ 404 /* VDD_2P5 (1+R1/R2 = 3.435): PCIe/ENET-PHY */ 422 /* VDD_HIGH (1+R1/R2 = 4.17) */
|
/Linux-v5.15/arch/mips/loongson64/ |
D | Platform | 10 # as MIPS64 R2; older versions as just R1. This leaves the possibility open 11 # that GCC might generate R2 code for -march=loongson3a which then is rejected
|
/Linux-v5.15/tools/testing/selftests/net/ |
D | pmtu.sh | 974 "${ns_a}" veth_A-R2 "${ns_r2}" veth_R2-A \ 975 "${ns_r2}" veth_R2-B "${ns_b}" veth_B-R2 993 mtu "${ns_a}" veth_A-R2 2000 996 mtu "${ns_b}" veth_B-R2 1500 1031 mtu "${ns_b}" veth_B-R2 400 1037 mtu "${ns_a}" veth_A-R2 500 1043 mtu "${ns_a}" veth_A-R2 1500 1895 "${ns_a}" veth_A-R2 "${ns_r2}" veth_R2-A \ 1896 "${ns_r2}" veth_R2-B "${ns_b}" veth_B-R2 1907 mtu "${ns_a}" veth_A-R2 2000 [all …]
|
/Linux-v5.15/arch/nds32/lib/ |
D | copy_template.S | 14 sub $r2, $r2, $r4 ! update $R2 29 sub $r2, $r2, $r3 ! update $R2
|
/Linux-v5.15/arch/sh/boards/ |
D | Kconfig | 336 bool "Magic Panel R2" 341 Select Magic Panel R2 if configuring for Magic Panel R2. 388 menu "Magic Panel R2 options" 391 int "Magic Panel R2 Version" 394 Set the version of the Magic Panel R2
|