| /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)); 540 vdup.32 $S4,r5 576 vmlal.u32 $D3,$R4,${S4}[1] 577 vmlal.u32 $D0,$R1,${S4}[1] 578 vmlal.u32 $D1,$R2,${S4}[1] 579 vmlal.u32 $D2,$R3,${S4}[1] 678 vshl.u32 $S4,$R4,#2 682 vadd.i32 $S4,$S4,$R4 688 vst1.32 {${S4}[0]},[$tbl0,:32] 689 vst1.32 {${S4}[1]},[$tbl1,:32] [all …]
|
| /linux/scripts/coccinelle/null/ |
| H A D | deref_null.cocci | 57 statement S1,S2,S3,S4; 67 iter(subE,...) S4 // no use 73 for(subE = E1;...;...) S4 118 statement S1,S2,S3,S4; 128 iter(subE,...) S4 // no use 134 for(subE = E1;...;...) S4 178 statement S1,S2,S3,S4; 188 iter(subE,...) S4 // no use 194 for(subE = E1;...;...) S4 251 statement S1,S2,S3,S4; [all …]
|
| /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)); 519 ld1 {$S4},[x15] 597 umlal $ACC0,$IN23_1,${S4}[2] 606 umlal $ACC1,$IN23_2,${S4}[2] 615 umlal $ACC2,$IN23_3,${S4}[2] 626 umlal $ACC3,$IN23_4,${S4}[2] 645 umlal $ACC1,$IN01_2,${S4}[0] 671 umlal $ACC0,$IN01_1,${S4}[0] 688 umlal $ACC2,$IN01_3,${S4}[0] 691 umlal $ACC3,$IN01_4,${S4}[0] [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-ACPI-TAD | 15 BIT(4): Correct status reported for wakeups from S4/S5 if set 16 BIT(5): The AC timer wakes up from S4 if set 18 BIT(7): The DC timer wakes up from S4 if set 38 sleep state (and from S4/S5 too if supported) until its status 70 (S3 or S4/S5 if supported) if set. 82 (and from S4/S5 too if supported) until its status is explicitly
|
| /linux/lib/crypto/x86/ |
| H A D | poly1305-x86_64-cryptogams.pl | 1518 my $S4=$MASK; 1912 vmovdqa `32*8-0x90`(%rax),$S4 # s4^4 1933 vpmuludq $H2,$S4,$D1 # d1 = h2*s4 1981 vpmuludq $H3,$S4,$H3 # h3*s4 1982 vpmuludq $H4,$S4,$H4 # h4*s4 1988 vpmuludq $H1,$S4,$H0 # h1*s4 2062 vmovdqu `32*8+4-0x90`(%rax),$S4 # s4^4 2068 vpmuludq $H2,$S4,$D1 # d1 = h2*s4 2108 vpmuludq $H3,$S4,$H3 # h3*s4 2109 vpmuludq $H4,$S4,$H4 # h4*s4 [all …]
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a779f4.dtsi | 3 * Device Tree Source for the R-Car S4-8 (R8A779F4) SoC
|
| H A D | r8a779f4-s4sk.dts | 3 * Device Tree Source for the R-Car S4 Starter Kit board 13 model = "R-Car S4 Starter Kit board";
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-385-clearfog-gtr-s4.dts | 6 model = "SolidRun Clearfog GTR S4";
|
| /linux/drivers/soc/loongson/ |
| H A D | Kconfig | 26 S2Idle (Suspend To Idle), ACPI S3 (Suspend To RAM), ACPI S4 (Suspend To
|
| /linux/arch/x86/crypto/ |
| H A D | serpent-sse2-i586-asm_32.S | 216 #define S4(x0, x1, x2, x3, x4) \ macro 520 S4(RC, RA, RD, RB, RE); LK(RA, RD, RB, RE, RC, 5); 528 S4(RE, RC, RD, RA, RB); LK(RC, RD, RA, RB, RE, 13); 536 S4(RB, RE, RD, RC, RA); LK(RE, RD, RC, RA, RB, 21); 544 S4(RA, RB, RD, RE, RC); LK(RB, RD, RE, RC, RA, 29);
|
| H A D | serpent-sse2-x86_64-asm_64.S | 641 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 649 S(S4, RE, RC, RD, RA, RB); LK2(RC, RD, RA, RB, RE, 13); 657 S(S4, RB, RE, RD, RC, RA); LK2(RE, RD, RC, RA, RB, 21); 665 S(S4, RA, RB, RD, RE, RC); LK2(RB, RD, RE, RC, RA, 29);
|
| H A D | serpent-avx2-asm_64.S | 571 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 579 S(S4, RE, RC, RD, RA, RB); LK2(RC, RD, RA, RB, RE, 13); 587 S(S4, RB, RE, RD, RC, RA); LK2(RE, RD, RC, RA, RB, 21); 595 S(S4, RA, RB, RD, RE, RC); LK2(RB, RD, RE, RC, RA, 29);
|
| /linux/drivers/media/pci/ddbridge/ |
| H A D | Kconfig | 30 - Max S4/8
|
| /linux/sound/usb/ |
| H A D | Kconfig | 86 * Native Instruments Traktor Kontrol S4 105 * Native Instruments Traktor Kontrol S4
|
| /linux/drivers/pmdomain/renesas/ |
| H A D | Kconfig | 105 bool "System Controller support for R8A779F0 (R-Car S4-8)" if COMPILE_TEST
|
| /linux/lib/crypto/ |
| H A D | des.c | 418 static const u32 S4[64] = { variable 589 L ^= S4[0xff & B]; \
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | NOTES | 6 + MDP4 - S3 (APQ8060, touchpad), S4-pro (APQ8064, nexus4 & ifc6410)
|
| /linux/arch/mips/boot/dts/ingenic/ |
| H A D | qi_lb60.dts | 121 <MATRIX_KEY(0, 2, KEY_F3)>, /* S4 */
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm6125-sony-xperia-seine-pdx201.dts | 325 * S3/S4 is VDD_CX
|
| H A D | msm8916-samsung-serranove.dts | 28 model = "Samsung Galaxy S4 Mini Value Edition";
|
| H A D | sm8150-microsoft-surface-duo.dts | 36 * Apparently RPMh does not provide support for PM8150 S4 because it
|
| H A D | sm8250-xiaomi-pipa.dts | 320 * (S4+S5) - mmcx.lvl,
|
| H A D | sdm845-mtp.dts | 36 * Apparently RPMh does not provide support for PM8998 S4 because it
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | sleep-states.rst | 129 special low-power state (like ACPI S4), or it may simply power down itself. 204 Put the system into a special low-power state (e.g. ACPI S4) to
|
| /linux/Documentation/power/ |
| H A D | userland-swsusp.rst | 105 state (eg. ACPI S4) using the platform (eg. ACPI) driver
|