| /linux/arch/x86/crypto/ |
| H A 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 …]
|
| /linux/lib/crypto/arm/ |
| H A D | poly1305-armv4.pl | 493 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9)); 533 vdup.32 $R2,r4 554 vmull.u32 $D2,$R2,${R0}[1] 561 vmlal.u32 $D3,$R2,${R1}[1] 566 vmlal.u32 $D3,$R1,${R2}[1] 567 vmlal.u32 $D2,$R0,${R2}[1] 568 vmlal.u32 $D4,$R2,${R2}[1] 570 vmlal.u32 $D0,$R2,${S3}[1] 578 vmlal.u32 $D1,$R2,${S4}[1] 607 @ H4 = H4*R0 + H3*R1 + H2*R2 + H1*R3 + H0 * R4, [all …]
|
| /linux/arch/parisc/kernel/ |
| H A D | unaligned.c | 98 #define R2(i) (((i)>>16)&0x1f) macro 440 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0)<<shift; in handle_unaligned() 442 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0); in handle_unaligned() 489 ret = emulate_sth(regs, R2(regs->iir)); in handle_unaligned() 494 ret = emulate_stw(regs, R2(regs->iir), 0); in handle_unaligned() 507 ret = emulate_std(regs, R2(regs->iir), 0); in handle_unaligned() 545 ret = emulate_ldd(regs,R2(regs->iir),1); in handle_unaligned() 548 ret = emulate_std(regs, R2(regs->iir),1); in handle_unaligned() 552 ret = emulate_ldd(regs, R2(regs->iir),0); in handle_unaligned() 555 ret = emulate_std(regs, R2(regs->iir),0); in handle_unaligned() [all …]
|
| /linux/arch/hexagon/kernel/ |
| H A 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/lib/crypto/arm64/ |
| H A D | poly1305-armv8.pl | 265 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8)); 517 ld1 {$R0,$R1,$S1,$R2},[x15],#64 577 umull $ACC2,$IN23_0,${R2}[2] 591 umlal $ACC3,$IN23_1,${R2}[2] 600 umlal $ACC4,$IN23_2,${R2}[2] 644 umlal $ACC4,$IN01_2,${R2}[0] 658 umlal $ACC2,$IN01_0,${R2}[0] 667 umlal $ACC3,$IN01_1,${R2}[0] 763 umull2 $ACC4,$IN23_2,${R2} 769 umlal2 $ACC2,$IN23_0,${R2} [all …]
|
| /linux/lib/crypto/x86/ |
| H A 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/tools/testing/selftests/net/ |
| H A D | pmtu.sh | 11 # R1 and R2 (also implemented with namespaces), with different MTUs: 16 # '--------------R2--------------' b_r2: 1500 73 # R1. R2 is unused in these tests. A has a veth connection to C, and is 92 # and B over R1. A and R2 are unused in these tests. The init namespace 279 # identifier ID, which is 1 for hosts (A and B), 2 for routers (R1 and R2). 292 A R2 ${a_r2} 294 B R2 ${b_r2} 296 # Traffic from A to B goes through R1 by default, and through R2, if destined to 313 A 4 42 ${prefix4}.${a_r2}.2 veth_A-R2 317 A 6 62 ${prefix6}:${a_r2}::2 veth_A-R2 [all...] |
| /linux/Documentation/hwmon/ |
| H A 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
|
| H A 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
|
| H A 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
|
| H A D | vt1211.rst | 87 compute inx @*(1+R1/R2), @/(1+R1/R2) 96 Voltage R1 R2 Divider Raw Value 108 .. [2] R1 and R2 for 3.3V (int) are internal to the VT1211 chip and the driver
|
| /linux/tools/perf/arch/arm/tests/ |
| H A D | regs_load.S | 6 #define R2 0x10 macro 43 str r2, [r0, #R2]
|
| /linux/arch/sparc/net/ |
| H A 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/tools/perf/arch/powerpc/tests/ |
| H A D | regs_load.S | 7 #define R2 2 * 8 macro 46 std 2, R2(3)
|
| /linux/arch/arm/boot/dts/st/ |
| H A 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";
|
| H A D | ste-hrefprev60-tvk.dts | 13 model = "ST-Ericsson HREF (pre-v60) and TVK1281618 R2 UIB";
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6qdl-gw5903.dtsi | 332 /* VDD_1P8 (1+R1/R2 = 2.505): Aud/eMMC/microSD/Touch */ 343 /* VDD_DDR (1+R1/R2 = 2.105) */ 354 /* VDD_ARM (1+R1/R2 = 1.635) */ 365 /* VDD_SOC (1+R1/R2 = 1.635) */ 376 /* VDD_1P0 (1+R1/R2 = 1.38): */ 386 /* VDD_HIGH (1+R1/R2 = 4.17) */
|
| H A D | imx6qdl-gw560x.dtsi | 445 /* VDD_DDR (1+R1/R2 = 2.105) */ 456 /* VDD_ARM (1+R1/R2 = 1.931) */ 467 /* VDD_1P8 (1+R1/R2 = 2.505): GPS/VideoIn/ENET-PHY */ 478 /* VDD_1P0 (1+R1/R2 = 1.39): PCIe/ENET-PHY */ 496 /* VDD_HIGH (1+R1/R2 = 4.17) */
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | rz-smarc-common.dtsi | 17 * amixer cset name='Right Input Mixer R2 Switch' on 45 "R2", "Mic Bias",
|
| /linux/arch/mips/include/asm/ |
| H A D | mipsregs.h | 1477 #define _ASM_MACRO_2R(OP, R1, R2, ENC) \ argument 1478 ".macro " #OP " " #R1 ", " #R2 "\n\t" \ 1481 "parse_r __" #R2 ", \\" #R2 "\n\t" \ 1487 #define _ASM_MACRO_3R(OP, R1, R2, R3, ENC) \ argument 1488 ".macro " #OP " " #R1 ", " #R2 ", " #R3 "\n\t" \ 1491 "parse_r __" #R2 ", \\" #R2 "\n\t" \ 1498 #define _ASM_MACRO_2R_1S(OP, R1, R2, SEL3, ENC) \ argument 1499 ".macro " #OP " " #R1 ", " #R2 ", " #SEL3 " = 0\n\t" \ 1502 "parse_r __" #R2 ", \\" #R2 "\n\t" \
|
| /linux/Documentation/virt/kvm/arm/ |
| H A D | ptp_kvm.rst | 32 | | (uint32) | R2 | Upper 32 bits of counter |
|
| /linux/arch/mips/bcm47xx/ |
| H A D | Kconfig | 38 This will generate an image with support for BCMA and MIPS32 R2 instruction set.
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_entry.S | 240 ld r2,VCPU_GPR(R2)(r3) 311 std r2,VCPU_GPR(R2)(r3)
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | rt5665.txt | 42 * DMIC R2
|
| /linux/drivers/tty/serial/ |
| H A D | zs.h | 61 #define R2 2 macro
|