/Linux-v6.6/arch/x86/crypto/ |
D | twofish-x86_64-asm_64.S | 34 #define R1 %rbx macro 206 pushq R1 215 movq (R3), R1 217 input_whitening(R1,%r11,a_offset) 221 shr $32, R1 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); [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 | 2207 my ($R0,$R1,$R2,$R3,$R4, $S1,$S2,$S3,$S4) = map("%zmm$_",(16..24)); 2250 vmovdqu `16*1-64`($ctx),%x#$D1 # will become ... ${R1} 2261 vpermd $D1,$T2,$R1 2267 vmovdqu64 $R1,0x00(%rsp,%rax){%k2} 2268 vpsrlq \$32,$R1,$T1 2291 vpmuludq $T0,$R1,$D1 # d1 = r0'*r1 2299 vpmuludq $T1,$R1,$M2 2311 vpmuludq $T2,$R1,$M3 2323 vpmuludq $T3,$R1,$M4 2400 vpermd $R1,$M0,$R1 [all …]
|
D | sm3-avx-asm_64.S | 215 #define R1(a, b, c, d, e, f, g, h, round, widx, wtype) \ macro 373 R1(a, b, c, d, e, f, g, h, 0, 0, IW); LOAD_W_XMM_2(); 374 R1(d, a, b, c, h, e, f, g, 1, 1, IW); 375 R1(c, d, a, b, g, h, e, f, 2, 2, IW); 376 R1(b, c, d, a, f, g, h, e, 3, 3, IW); LOAD_W_XMM_3(); 379 R1(a, b, c, d, e, f, g, h, 4, 0, IW); 380 R1(d, a, b, c, h, e, f, g, 5, 1, IW); 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); [all …]
|
/Linux-v6.6/lib/ |
D | test_bpf.c | 40 #define R1 BPF_REG_1 macro 491 i = __bpf_ld_imm64(insns, R1, 0x0123456789abcdefULL); in __bpf_fill_max_jmp() 505 insns[i++] = BPF_ALU32_REG(op, R0, R1); in __bpf_fill_max_jmp() 507 insns[i++] = BPF_ALU64_REG(op, R0, R1); in __bpf_fill_max_jmp() 624 insn[i++] = BPF_ALU64_REG(BPF_MOV, R1, R3); in __bpf_fill_alu_shift() 628 insn[i++] = BPF_ALU32_IMM(op, R1, imm); in __bpf_fill_alu_shift() 630 insn[i++] = BPF_ALU32_REG(op, R1, R2); in __bpf_fill_alu_shift() 640 insn[i++] = BPF_ALU64_IMM(op, R1, imm); in __bpf_fill_alu_shift() 642 insn[i++] = BPF_ALU64_REG(op, R1, R2); in __bpf_fill_alu_shift() 654 insn[i++] = BPF_JMP_REG(BPF_JEQ, R1, R4, 1); in __bpf_fill_alu_shift() [all …]
|
/Linux-v6.6/arch/arm/crypto/ |
D | poly1305-armv4.pl | 495 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9)); 532 vdup.32 $R1,r3 555 vmull.u32 $D1,$R1,${R0}[1] 561 vmlal.u32 $D1,$R0,${R1}[1] 562 vmlal.u32 $D2,$R1,${R1}[1] 563 vmlal.u32 $D3,$R2,${R1}[1] 564 vmlal.u32 $D4,$R3,${R1}[1] 568 vmlal.u32 $D3,$R1,${R2}[1] 576 vmlal.u32 $D4,$R1,${R3}[1] 579 vmlal.u32 $D0,$R1,${S4}[1] [all …]
|
/Linux-v6.6/tools/testing/selftests/net/ |
D | pmtu.sh | 827 tc -netns "${NS_A}" qdisc replace dev veth_A-R1 root prio 829 tc -netns "${NS_A}" filter add dev veth_A-R1 \ 903 run_cmd ${ns_a} ip link set veth_A-R1 netns 1 904 run_cmd ip addr add ${prefix4}.${a_r1}.1/${veth4_mask} dev veth_A-R1 905 run_cmd ip addr add ${prefix6}:${a_r1}::1/${veth6_mask} dev veth_A-R1 906 run_cmd ip link set veth_A-R1 up 952 ip link del veth_A-R1 2>/dev/null 1029 trace "${ns_a}" veth_A-R1 "${ns_r1}" veth_R1-A \ 1030 "${ns_r1}" veth_R1-B "${ns_b}" veth_B-R1 \ 1045 mtu "${ns_a}" veth_A-R1 2000 [all …]
|
/Linux-v6.6/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 575 umull $ACC1,$IN23_0,${R1}[2] 589 umlal $ACC2,$IN23_1,${R1}[2] 598 umlal $ACC3,$IN23_2,${R1}[2] 607 umlal $ACC4,$IN23_3,${R1}[2] 636 umlal $ACC3,$IN01_2,${R1}[0] 658 umlal $ACC1,$IN01_0,${R1}[0] 669 umlal $ACC2,$IN01_1,${R1}[0] 680 umlal $ACC4,$IN01_3,${R1}[0] [all …]
|
D | sm3-neon-core.S | 155 #define R1(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ macro 401 R1(ra, rb, rc, rd, re, rf, rg, rh, k_even, KL, 0, 0, IW, _, 0) 402 R1(rd, ra, rb, rc, rh, re, rf, rg, k_odd, _, 1, 1, IW, _, 0) 403 R1(rc, rd, ra, rb, rg, rh, re, rf, k_even, KL, 2, 2, IW, _, 0) 404 R1(rb, rc, rd, ra, rf, rg, rh, re, k_odd, _, 3, 3, IW, _, 0) 407 R1(ra, rb, rc, rd, re, rf, rg, rh, k_even, KL, 4, 0, IW, _, 0) 408 R1(rd, ra, rb, rc, rh, re, rf, rg, k_odd, _, 5, 1, IW, _, 0) 409 R1(rc, rd, ra, rb, rg, rh, re, rf, k_even, KL, 6, 2, IW, SCHED_W_W0W1W2W3W4W5_1, 12) 410 R1(rb, rc, rd, ra, rf, rg, rh, re, k_odd, _, 7, 3, IW, SCHED_W_W0W1W2W3W4W5_2, 12) 413 R1(ra, rb, rc, rd, re, rf, rg, rh, k_even, KL, 8, 0, IW, SCHED_W_W0W1W2W3W4W5_3, 12) [all …]
|
/Linux-v6.6/arch/hexagon/kernel/ |
D | vm_entry.S | 207 memd(R29 + #(_PT_R0100 + -_PT_REGS_SIZE)) = R1:0; \ 214 memd(R29 + #_PT_ER_VMEL) = R1:0; \ 216 R1.L = #LO(CHandler); \ 220 R1.H = #HI(CHandler); \ 230 memd(R29 + #(_PT_R0100 + -_PT_REGS_SIZE)) = R1:0; \ 239 R1:0 = G1:0; \ 241 memd(R29 + #_PT_ER_VMEL) = R1:0; \ 242 R1 = # ## #(CHandler); \ 302 R1 = memw(THREADINFO_REG + #_THREAD_INFO_FLAGS); define 321 R1:0 = memd(R29 + #_PT_ER_VMEL); [all …]
|
D | vm_switch.S | 58 R29 = memw(R1 + #(_TASK_STRUCT_THREAD + _THREAD_STRUCT_SWITCH_SP)); 75 THREADINFO_REG = memw(R1 + #_TASK_THREAD_INFO);
|
D | head.S | 95 R1.H = #HI(PAGE_OFFSET >> (22 - 2)) 96 R1.L = #LO(PAGE_OFFSET >> (22 - 2)) 153 memw(R1 ++ #4) = R0
|
/Linux-v6.6/crypto/ |
D | sm3.c | 49 #define R1(a, b, c, d, e, f, g, h, t, w1, w2) \ macro 85 R1(a, b, c, d, e, f, g, h, K[0], I(0), I(4)); in sm3_transform() 86 R1(d, a, b, c, h, e, f, g, K[1], I(1), I(5)); in sm3_transform() 87 R1(c, d, a, b, g, h, e, f, K[2], I(2), I(6)); in sm3_transform() 88 R1(b, c, d, a, f, g, h, e, K[3], I(3), I(7)); in sm3_transform() 89 R1(a, b, c, d, e, f, g, h, K[4], W1(4), I(8)); in sm3_transform() 90 R1(d, a, b, c, h, e, f, g, K[5], W1(5), I(9)); in sm3_transform() 91 R1(c, d, a, b, g, h, e, f, K[6], W1(6), I(10)); in sm3_transform() 92 R1(b, c, d, a, f, g, h, e, K[7], W1(7), I(11)); in sm3_transform() 93 R1(a, b, c, d, e, f, g, h, K[8], W1(8), I(12)); in sm3_transform() [all …]
|
/Linux-v6.6/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)) 264 #define emit_cmpi(R1, IMM) \ argument 265 *prog++ = (SUBCC | IMMED | RS1(R1) | S13(IMM) | RD(G0)); 267 #define emit_btst(R1, R2) \ argument 268 *prog++ = (ANDCC | RS1(R1) | RS2(R2) | RD(G0)) 270 #define emit_btsti(R1, IMM) \ argument 271 *prog++ = (ANDCC | IMMED | RS1(R1) | S13(IMM) | RD(G0)); 273 #define emit_sub(R1, R2, R3) \ argument 274 *prog++ = (SUB | RS1(R1) | RS2(R2) | RD(R3)) [all …]
|
/Linux-v6.6/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-v6.6/Documentation/bpf/ |
D | classic_vs_extended.rst | 65 place function arguments into R1 to R5 registers to satisfy calling 67 to in-kernel function. If R1 - R5 registers are mapped to CPU registers 74 After an in-kernel function call, R1 - R5 are reset to unreadable and R0 has 98 bpf_mov R2, R1 99 bpf_add R1, 1 108 already placed into R1 (e.g. on __bpf_prog_run() startup) and the programs 119 R1 - rdi 135 bpf_mov R6, R1 /* save ctx */ 142 bpf_mov R1, R6 /* restore ctx for next call */ 193 bpf_mov R1, 1 [all …]
|
/Linux-v6.6/tools/perf/arch/arm/tests/ |
D | regs_load.S | 5 #define R1 0x08 macro 42 str r1, [r0, #R1]
|
/Linux-v6.6/arch/powerpc/lib/ |
D | ldstfp.S | 168 STXVD2X(0,R1,R8) 175 LXVD2X(0,R1,R8) 193 STXVD2X(0,R1,R8) 199 LXVD2X(0,R1,R8)
|
/Linux-v6.6/Documentation/gpu/amdgpu/ |
D | apu-asic-info-table.csv | 3 Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN/PICASSO, DCN 1.0, 9.1.0,… 5 Ryzen 3000 series / AMD Ryzen Embedded V1*/R1* with Radeon Vega Gfx, RAVEN2, DCN 1.0, 9.2.2, VCN 1.…
|
/Linux-v6.6/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-v6.6/drivers/tty/serial/ |
D | ip22zilog.c | 143 regval = read_zsreg(channel, R1); in ip22zilog_clear_fifo() 164 unsigned char stat = read_zsreg(channel, R1); in __load_zsregs() 177 write_zsreg(channel, R1, in __load_zsregs() 178 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB)); in __load_zsregs() 224 write_zsreg(channel, R1, regs[R1]); in __load_zsregs() 261 r1 = read_zsreg(channel, R1); in ip22zilog_receive_chars() 630 up->curregs[R1] &= ~RxINT_MASK; in ip22zilog_stop_rx() 691 unsigned char stat = read_zsreg(channel, R1); in __ip22zilog_reset() 726 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __ip22zilog_startup() 787 up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK); in ip22zilog_shutdown() [all …]
|
D | sunzilog.c | 160 regval = read_zsreg(channel, R1); in sunzilog_clear_fifo() 183 unsigned char stat = read_zsreg(channel, R1); in __load_zsregs() 196 write_zsreg(channel, R1, in __load_zsregs() 197 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB)); in __load_zsregs() 257 write_zsreg(channel, R1, regs[R1]); in __load_zsregs() 335 r1 = read_zsreg(channel, R1); in sunzilog_receive_chars() 730 up->curregs[R1] &= ~RxINT_MASK; in sunzilog_stop_rx() 791 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __sunzilog_startup() 852 up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK); in sunzilog_shutdown() 1008 r1 = read_zsreg(channel, R1); in sunzilog_get_poll_char() [all …]
|
/Linux-v6.6/tools/perf/arch/powerpc/tests/ |
D | regs_load.S | 6 #define R1 1 * 8 macro 45 std 1, R1(3)
|