Home
last modified time | relevance | path

Searched refs:S3 (Results 1 – 25 of 73) sorted by relevance

123

/linux-6.12.1/arch/arm/crypto/
Dpoly1305-armv4.pl495 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9));
540 vdup.32 $S3,r4
572 vmlal.u32 $D0,$R2,${S3}[1]
574 vmlal.u32 $D1,$R3,${S3}[1]
575 vmlal.u32 $D2,$R4,${S3}[1]
678 vshl.u32 $S3,$R3,#2
683 vadd.i32 $S3,$S3,$R3
688 vst4.32 {${S2}[0],${R3}[0],${S3}[0],${R4}[0]},[$tbl0]!
689 vst4.32 {${S2}[1],${R3}[1],${S3}[1],${R4}[1]},[$tbl1]!
705 vshl.u32 $S3,$D3#lo,#2
[all …]
/linux-6.12.1/Documentation/fb/
Ds3fb.rst2 s3fb - fbdev driver for S3 Trio/Virge chips
9 S3 Trio32
10 S3 Trio64 (and variants V+, UV+, V2/DX, V2/GX)
11 S3 Virge (and variants VX, DX, GX and GX2+)
12 S3 Plato/PX (completely untested)
13 S3 Aurora64V+ (completely untested)
40 hardware, i get best results from plain S3 Trio32 card - about 75 MHz). This
43 support is broken on S3 Trio64 V2/DX.
78 * text mode broken on S3 Trio64 V2/DX
/linux-6.12.1/arch/arm64/crypto/
Dpoly1305-armv8.pl262 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8));
515 ld1 {$S2,$R3,$S3,$R4},[x15],#64
605 umlal $ACC0,$IN23_2,${S3}[2]
614 umlal $ACC1,$IN23_3,${S3}[2]
625 umlal $ACC2,$IN23_4,${S3}[2]
639 umlal $ACC0,$IN01_2,${S3}[0]
683 umlal $ACC1,$IN01_3,${S3}[0]
696 umlal $ACC2,$IN01_4,${S3}[0]
758 umull2 $ACC0,$IN23_2,${S3}
782 umlal2 $ACC1,$IN23_3,${S3}
[all …]
/linux-6.12.1/scripts/coccinelle/null/
Dderef_null.cocci57 statement S1,S2,S3,S4;
90 else S3
118 statement S1,S2,S3,S4;
150 else S3
178 statement S1,S2,S3,S4;
211 else S3
251 statement S1,S2,S3,S4;
283 else S3
/linux-6.12.1/Documentation/power/
Dtricks.rst2 swsusp/S3 tricks
7 If you want to trick swsusp/S3 into working, you might want to try:
26 S3. Try that first.
Dvideo.rst2 Video issues with S3 resume
7 During S3 resume, hardware needs to be reinitialized. For most
40 There are a few types of systems where video works after S3 resume:
42 (1) systems where video state is preserved over S3.
44 (2) systems where it is possible to call the video BIOS during S3
141 HP Omnibook XE3GC none (1), video is S3 Savage/IX-MV
144 IBM TP T20, model 2647-44G none (1), video is S3 Inc. 86C270-294
/linux-6.12.1/Documentation/scsi/
Dcxgb3i.rst4 Chelsio S3 iSCSI Driver for Linux
18 On transmitting, Chelsio S3 h/w computes and inserts the Header and
20 On receiving, Chelsio S3 h/w computes and verifies the Header and
25 S3 h/w can directly place the iSCSI Data-In or Data-Out PDU's
32 On transmitting, S3 h/w accepts the complete PDU (header + data)
38 On receiving, S3 h/w recovers the iSCSI PDU by reassembling TCP
/linux-6.12.1/drivers/block/drbd/
Ddrbd_state.h45 #define NS3(T1, S1, T2, S2, T3, S3) \ argument
49 val.T2 = (S2); val.T3 = (S3); val; })
56 #define _NS3(D, T1, S1, T2, S2, T3, S3) \ argument
58 __ns.T2 = (S2); __ns.T3 = (S3); __ns; })
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-firmware-acpi7 S3 suspend and S3 resume. This sysfs entry contains the
29 OS write to SLP_TYP upon entry to S3. In
33 hardware entry to S3. In nanoseconds.
35 resume_count: A count of the number of S3 resume cycles
41 platform runtime firmware S3 resume, just prior to
Dsysfs-devices-platform-ACPI-TAD37 expires, it will immediately wake up the system from the S3
70 (S3 or S4/S5 if supported) if set.
81 it will immediately wake up the system from the S3 sleep state
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2669 #define S3(fmt_spec, s, v) \ in sge_qinfo_show() macro
2676 #define S(s, v) S3("s", s, v) in sge_qinfo_show()
2677 #define T3(fmt_spec, s, v) S3(fmt_spec, s, tx[i].v) in sge_qinfo_show()
2678 #define T(s, v) S3("u", s, tx[i].v) in sge_qinfo_show()
2680 #define R3(fmt_spec, s, v) S3(fmt_spec, s, rx[i].v) in sge_qinfo_show()
2681 #define R(s, v) S3("u", s, rx[i].v) in sge_qinfo_show()
2701 S3("u", "DCB PGID:", in sge_qinfo_show()
2704 S3("u", "DCB PFC:", in sge_qinfo_show()
2713 S3("u", "Intr delay:", qtimer_val(adap, &rx[i].rspq)); in sge_qinfo_show()
2714 S3("u", "Intr pktcnt:", s->counter_val[rx[i].rspq.pktcnt_idx]); in sge_qinfo_show()
[all …]
/linux-6.12.1/arch/arm/boot/dts/samsung/
Dexynos4412-i9305.dts6 model = "Samsung Galaxy S3 (GT-I9305) based on Exynos4412";
Dexynos4412-i9300.dts13 model = "Samsung Galaxy S3 (GT-I9300) based on Exynos4412";
/linux-6.12.1/crypto/
Dserpent_generic.c93 #define S3(x0, x1, x2, x3, x4) ({ \ macro
232 S3(r3, r4, r0, r1, r2); store_and_load_keys(r1, r2, r4, r3, 28, 24); in __serpent_setkey_sbox()
240 S3(r2, r4, r3, r0, r1); store_and_load_keys(r0, r1, r4, r2, -4, -8); in __serpent_setkey_sbox()
249 S3(r1, r4, r2, r3, r0); store_and_load_keys(r3, r0, r4, r1, 14, 10); in __serpent_setkey_sbox()
257 S3(r0, r4, r1, r2, r3); store_and_load_keys(r2, r3, r4, r0, -18, -22); in __serpent_setkey_sbox()
266 S3(r3, r4, r0, r1, r2); storekeys(r1, r2, r4, r3, 0); in __serpent_setkey_sbox()
473 S3(r1, r3, r4, r2, r0); LK(r2, r0, r3, r1, r4, 4); in __serpent_encrypt()
481 S3(r0, r3, r1, r4, r2); LK(r4, r2, r3, r0, r1, 12); in __serpent_encrypt()
489 S3(r2, r3, r0, r1, r4); LK(r1, r4, r3, r2, r0, 20); in __serpent_encrypt()
497 S3(r4, r3, r2, r0, r1); LK(r0, r1, r3, r4, r2, 28); in __serpent_encrypt()
/linux-6.12.1/tools/perf/arch/riscv/util/
Dunwind-libdw.c41 dwarf_regs[19] = REG(S3); in libdw__arch_set_initial_registers()
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c2050 #define S3(fmt_spec, s, v) \ in sge_qinfo_show() macro
2057 #define S(s, v) S3("s", s, v) in sge_qinfo_show()
2058 #define T(s, v) S3("u", s, txq[qs].v) in sge_qinfo_show()
2059 #define R(s, v) S3("u", s, rxq[qs].v) in sge_qinfo_show()
2071 S3("d", "Port:", in sge_qinfo_show()
2084 S3("u", "Intr delay:", qtimer_val(adapter, &rxq[qs].rspq)); in sge_qinfo_show()
2085 S3("u", "Intr pktcnt:", in sge_qinfo_show()
2125 #undef S3 in sge_qinfo_show()
2186 #define S3(fmt, s, v) \ in sge_qstats_show() macro
2193 #define S(s, v) S3("s", s, v) in sge_qstats_show()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/mips/brcm/
Dsoc.txt18 For power management (particularly, S2/S3/S5 system suspend), the following SoC
128 deep sleep states (S3).
/linux-6.12.1/arch/x86/kernel/acpi/
Dwakeup_32.S82 # In case of S3 failure, we'll emerge here. Jump
/linux-6.12.1/drivers/soc/loongson/
DKconfig26 S2Idle (Suspend To Idle), ACPI S3 (Suspend To RAM), ACPI S4 (Suspend To
/linux-6.12.1/arch/x86/crypto/
Dpoly1305-x86_64-cryptogams.pl2207 my ($R0,$R1,$R2,$R3,$R4, $S1,$S2,$S3,$S4) = map("%zmm$_",(16..24));
2256 vmovdqu `16*6-64`($ctx),%x#$T3 # ... ${S3}
2271 vpermd $T3,$T2,$S3
2277 vmovdqa64 $S3,0xc0(%rsp){%k2}
2309 vpmuludq $T2,$S3,$M0
2324 vpmuludq $T3,$S3,$M1
2336 vpmuludq $T4,$S3,$M2
2413 vpslld \$2,$R3,$S3
2417 vpaddd $R3,$S3,$S3
2473 vpmuludq $H2,$S3,$D0 # d0 = h2*s3
[all …]
Dserpent-sse2-i586-asm_32.S195 #define S3(x0, x1, x2, x3, x4) \ macro
519 S3(RB, RD, RE, RC, RA); LK(RC, RA, RD, RB, RE, 4);
527 S3(RA, RD, RB, RE, RC); LK(RE, RC, RD, RA, RB, 12);
535 S3(RC, RD, RA, RB, RE); LK(RB, RE, RD, RC, RA, 20);
543 S3(RE, RD, RC, RA, RB); LK(RA, RB, RD, RE, RC, 28);
/linux-6.12.1/Documentation/arch/x86/
Dtdx.rst174 Interaction vs S3 and deeper states
177 TDX cannot survive from S3 and deeper states. The hardware resets and
178 disables TDX completely when platform goes to S3 and deeper. Both TDX
181 The kernel uses S3 for suspend-to-ram, and use S4 and deeper states for
183 mutually exclusive with S3 and hibernation.
193 ACPI S3 is disabled during kernel early boot if TDX is enabled. The user
194 needs to turn off TDX in the BIOS in order to use S3.
Dintel_txt.rst172 - In the case of S3, tboot will also register itself as the resume
176 transfer control back to the kernel's S3 resume vector.
177 In order to preserve system integrity across S3, the kernel
180 the S3 transition) that tboot will calculate a MAC (message
/linux-6.12.1/drivers/input/gameport/
DKconfig15 S3 SonicVibes, Trident 4DWave, SiS7018, and ALi 5451 gameport
/linux-6.12.1/arch/arm64/boot/dts/rockchip/
Drk3399-gru.dtsi299 * When we go into S3 ARM Trusted Firmware will transition our PWM regulators
693 * At the moment settings are identical for S0 and S3, but if we later
694 * need to configure things differently for S3 we'll adjust here.
698 &ap_pwroff /* AP will auto-assert this when in S3 */

123