Home
last modified time | relevance | path

Searched refs:S2 (Results 1 – 25 of 111) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/c6x/kernel/
Dhead.S16 MV .S2 B4,B10
17 MVKL .S2 __bss_start,B5
18 MVKH .S2 __bss_start,B5
19 MVKL .S2 __bss_stop,B6
20 MVKH .S2 __bss_stop,B6
24 MVKL .S2 current_ksp,B0
25 MVKH .S2 current_ksp,B0
29 SHR .S2 B6,3,B0 ; number of dwords to clear
33 BDEC .S2 bss_loop,B0
42 MVC .S2 CSR,B2
[all …]
Dentry.S28 MVC .S2 CSR,reg
29 CLR .S2 reg,0,0,reg
30 MVC .S2 reg,CSR
34 MVC .S2 CSR,reg
35 SET .S2 reg,0,0,reg
36 MVC .S2 reg,CSR
49 MVKL .S2 current_ksp,B0
50 MVKH .S2 current_ksp,B0
58 SHR .S2 B0,THREAD_SHIFT,B0 ; 0 if already using kstack
60 [B0] MV .S2 B1,SP ; and switch to kstack
[all …]
Dswitch_to.S21 || MVC .S2 RILC,B1
25 || MVC .S2 ILC,B0
33 || MVKL .S2 current_ksp,B1
39 || MVKH .S2 current_ksp,B1
43 MV .S2 B7,SP
58 B .S2 B3 ; return in next E1
67 MVC .S2 B0,ILC
70 MVC .S2 B1,RILC
Dvectors.S31 B .S2 \handler
52 B .S2 _c_int00
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Ddvb-usb-dw2102-cardlist.rst39 * - TechnoTrend TT-connect S2-4600
43 * - Terratec Cinergy S2 PCIe Dual Port 1
45 * - Terratec Cinergy S2 PCIe Dual Port 2
47 * - Terratec Cinergy S2 USB BOX
49 * - Terratec Cinergy S2 USB HD
51 * - Terratec Cinergy S2 USB HD Rev.2
53 * - Terratec Cinergy S2 USB HD Rev.3
Dcx88-cardlist.rst290 - Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid
294 - Hauppauge WinTV-HVR4000(Lite) DVB-S/S2
298 - TeVii S460 DVB-S/S2
302 - Omicom SS4 DVB-S/S2 PCI
306 - TBS 8920 DVB-S/S2
318 - PROF 7300 DVB-S/S2
322 - SATTRADE ST4200 DVB-S/S2
350 - Prof 7301 DVB-S/S2
362 - TeVii S464 DVB-S/S2
Ddvb-usb-pctv452e-cardlist.rst17 * - Technotrend TT Connect S2-3600
19 * - Technotrend TT Connect S2-3650-CI
Ddvb-usb-dvbsky-cardlist.rst35 * - TechnoTrend TT-connect S2-4650 CI
39 * - Terratec Cinergy S2 Rev.4
Dcx23885-cardlist.rst82 - DVBWorld DVB-S2 2005
86 - NetUP Dual DVB-S2 CI
166 - Prof Revolution DVB-S2 8000
/kernel/linux/linux-5.10/arch/c6x/lib/
Dcsum_64plus.S25 MVC .S2 ILC,B30
33 || AND .S2 3,B4,B0
35 || MVC .S2 B5,ILC
148 BNOP .S2 B3,4
149 MVC .S2 B30,ILC
186 || MVC .S2 ILC,B30
187 SHL .S2 B4,2,B0
193 SHRU .S2 B0,1,B0
194 MVC .S2 B0,ILC
216 L15: BNOP .S2 B3,3
[all …]
Dmemcpy_64plus.S17 || MVC .S2 ILC,B2
24 [!B1] BNOP .S2 B3,1
27 ||[B1] MVC .S2 B1,ILC
41 BNOP .S2 B3,4
42 MVC .S2 B2,ILC
/kernel/linux/linux-5.10/arch/arm/crypto/
Dpoly1305-armv4.pl495 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9));
537 vdup.32 $S2,r3
566 vmlal.u32 $D0,$R3,${S2}[1]
567 vmlal.u32 $D1,$R4,${S2}[1]
677 vshl.u32 $S2,$R2,#2 @ *5
681 vadd.i32 $S2,$S2,$R2
688 vst4.32 {${S2}[0],${R3}[0],${S3}[0],${R4}[0]},[$tbl0]!
689 vst4.32 {${S2}[1],${R3}[1],${S3}[1],${R4}[1]},[$tbl1]!
703 vshl.u32 $S2,$D2#lo,#2
710 vadd.i32 $S2,$S2,$D2#lo
[all …]
/kernel/linux/linux-5.10/drivers/block/drbd/
Ddrbd_state.h40 #define NS2(T1, S1, T2, S2) \ argument
44 val.T2 = (S2); val; })
45 #define NS3(T1, S1, T2, S2, T3, S3) \ argument
49 val.T2 = (S2); val.T3 = (S3); val; })
53 #define _NS2(D, T1, S1, T2, S2) \ argument
55 __ns.T2 = (S2); __ns; })
56 #define _NS3(D, T1, S1, T2, S2, T3, S3) \ argument
58 __ns.T2 = (S2); __ns.T3 = (S3); __ns; })
/kernel/linux/linux-5.10/scripts/coccinelle/null/
Dderef_null.cocci44 statement S1,S2;
48 if@p1 ((E == NULL && ...) || ...) S1 else S2
57 statement S1,S2,S3,S4;
65 ... when != if (...) S1 else S2
118 statement S1,S2,S3,S4;
126 ... when != if (...) S1 else S2
178 statement S1,S2,S3,S4;
186 ... when != if (...) S1 else S2
240 statement S1,S2;
244 if@p1 ((E == NULL && ...) || ...) S1 else S2
[all …]
/kernel/linux/linux-5.10/sound/core/oss/
Drate.c71 signed short S1, S2; in resample_expand() local
82 S2 = rchannels->last_S2; in resample_expand()
101 S1 = S2; in resample_expand()
103 S2 = *src; in resample_expand()
107 val = S1 + ((S2 - S1) * (signed int)pos) / BITS; in resample_expand()
117 rchannels->last_S2 = S2; in resample_expand()
130 signed short S1, S2; in resample_shrink() local
141 S2 = rchannels->last_S2; in resample_shrink()
158 S1 = S2; in resample_shrink()
160 S2 = *src; in resample_shrink()
[all …]
/kernel/linux/linux-5.10/scripts/coccinelle/iterators/
Dfor_each_child.cocci85 statement S,S2;
108 ?i2(...,n,...) S2
118 statement S,S2;
142 ?i2(...,n,...) S2
186 statement S, S2;
213 ?i2(...,n,...) S2
217 statement S2;
236 ?i2(...,n,...) S2
241 statement S,S2;
270 ?i2(...,n,...) S2
[all …]
Ditnull.cocci25 statement S,S1,S2;
49 S2
53 - else S2
/kernel/linux/linux-5.10/arch/x86/crypto/
Dpoly1305-x86_64-cryptogams.pl2208 my ($R0,$R1,$R2,$R3,$R4, $S1,$S2,$S3,$S4) = map("%zmm$_",(16..24));
2255 vmovdqu `16*4-64`($ctx),%x#$T1 # ... ${S2}
2267 vpermd $T1,$T2,$S2
2276 vmovdqa64 $S2,0x80(%rsp){%k2}
2322 vpmuludq $T3,$S2,$M0
2336 vpmuludq $T4,$S2,$M1
2413 vpslld \$2,$R2,$S2
2417 vpaddd $R2,$S2,$S2
2518 vpmuludq $H3,$S2,$M0
2528 vpmuludq $H4,$S2,$M1
[all …]
/kernel/linux/linux-5.10/arch/arm64/crypto/
Dpoly1305-armv8.pl262 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8));
514 ld1 {$S2,$R3,$S3,$R4},[x15],#64
615 umlal $ACC0,$IN23_3,${S2}[2]
626 umlal $ACC1,$IN23_4,${S2}[2]
678 umlal $ACC0,$IN01_3,${S2}[0]
693 umlal $ACC1,$IN01_4,${S2}[0]
780 umlal2 $ACC0,$IN23_3,${S2}
787 umlal2 $ACC1,$IN23_4,${S2}
818 umlal $ACC0,$IN01_3,${S2}
826 umlal $ACC1,$IN01_4,${S2}
/kernel/linux/linux-5.10/scripts/coccinelle/api/
Dmemdup_user.cocci76 statement S1,S2;
84 S2
89 statement S1,S2;
95 S2
Dd_find_alias.cocci18 statement S1, S2;
32 if (!dent || ...) S2
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Difaddr.cocci17 statement S1,S2;
22 S1 else S2
Difcol.cocci24 statement S1,S2;
30 if (...) S1@p1 S2@p2
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dhisilicon,hi6210-i2s.txt21 0: S2 interface
41 sound-dai = <&i2s0 0>; /* index 0 => S2 interface */
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
DKconfig23 - DuoFlex S2 Octopus
29 - CineS2 V7/V7A and DuoFlex S2 V4 (ST STV0910-based)

12345