Home
last modified time | relevance | path

Searched full:s2 (Results 1 – 25 of 1187) sorted by relevance

12345678910>>...48

/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
/kernel/linux/linux-5.10/arch/c6x/lib/
Ddivremu.S25 ||[!b1] b .s2 B3 ; RETURN A
30 || shl .s2 B4, B1, B4
36 || shru .s2 B4, 1, B4
41 || [b1] add .s2 -1, B1, B1
43 || [b1] add .s2 -1, B1, B1
49 || [b1] add .s2 -1, B1, B1
51 || [b1] add .s2 -1, B1, B1
54 || [b1] add .s2 -1, B1, B1
56 || [b1] add .s2 -1, B1, B1
58 || [b1] add .s2 -1, B1, B1
[all …]
Dremu.S33 || [!B1] b .s2 B3 ; RETURN A
37 || shl .s2 B4, B1, B4
41 shru .s2 B4, 1, B4
46 || [B1] add .s2 -1, B1, B1
49 || [B1] add .s2 -1, B1, B1
52 || [B1] add .s2 -1, B1, B1
54 || [B1] add .s2 -1, B1, B1
56 || [B1] add .s2 -1, B1, B1
58 || [B1] add .s2 -1, B1, B1
60 || [B1] add .s2 -1, B1, B1
[all …]
Ddivu.S39 || [!B1] b .s2 B3 ; RETURN A
42 || shl .s2 B4, B1, B4
48 || shru .s2 B4, 1, B4
53 || [B1] add .s2 -1, B1, B1
55 || [B1] add .s2 -1, B1, B1
61 || [B1] add .s2 -1, B1, B1
63 || [B1] add .s2 -1, B1, B1
66 || [B1] add .s2 -1, B1, B1
68 || [B1] add .s2 -1, B1, B1
70 || [B1] add .s2 -1, B1, B1
[all …]
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 …]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dbtf_dedup_split.c52 btf__add_struct(btf2, "s2", 16); /* [4] struct s2 { */ in test_split_simple()
72 "[4] STRUCT 's2' size=16 vlen=3\n" in test_split_simple()
89 struct s2 {\n\ in test_split_simple()
105 "[4] STRUCT 's2' size=16 vlen=3\n" in test_split_simple()
115 struct s2 {\n\ in test_split_simple()
138 btf__add_ptr(btf1, 5); /* [3] ptr to struct s2 */ in test_split_fwd_resolve()
141 btf__add_field(btf1, "f2", 3, 64, 0); /* struct s2 *f2; */ in test_split_fwd_resolve()
143 btf__add_struct(btf1, "s2", 4); /* [5] struct s2 { */ in test_split_fwd_resolve()
159 "[5] STRUCT 's2' size=4 vlen=1\n" in test_split_fwd_resolve()
170 btf__add_fwd(btf2, "s2", BTF_FWD_STRUCT); /* [9] fwd for struct s2 */ in test_split_fwd_resolve()
[all …]
/kernel/linux/linux-5.10/net/dccp/ccids/lib/
Dpacket_history.c167 s2 = DCCP_SKB_CB(skb)->dccpd_seq; in __one_after_loss() local
169 if (likely(dccp_delta_seqno(s1, s2) > 0)) { /* S1 < S2 */ in __one_after_loss()
175 /* S0 < S2 < S1 */ in __one_after_loss()
177 if (dccp_loss_free(s0, s2, n2)) { in __one_after_loss()
180 if (dccp_loss_free(s2, s1, n1)) { in __one_after_loss()
181 /* hole is filled: S0, S2, and S1 are consecutive */ in __one_after_loss()
185 /* gap between S2 and S1: just update loss_prev */ in __one_after_loss()
188 } else { /* gap between S0 and S2 */ in __one_after_loss()
190 * Reorder history to insert S2 between S0 and S1 in __one_after_loss()
204 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __two_after_loss() local
[all …]
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
Dpacket_history.c167 s2 = DCCP_SKB_CB(skb)->dccpd_seq; in __one_after_loss() local
169 if (likely(dccp_delta_seqno(s1, s2) > 0)) { /* S1 < S2 */ in __one_after_loss()
175 /* S0 < S2 < S1 */ in __one_after_loss()
177 if (dccp_loss_free(s0, s2, n2)) { in __one_after_loss()
180 if (dccp_loss_free(s2, s1, n1)) { in __one_after_loss()
181 /* hole is filled: S0, S2, and S1 are consecutive */ in __one_after_loss()
185 /* gap between S2 and S1: just update loss_prev */ in __one_after_loss()
188 } else { /* gap between S0 and S2 */ in __one_after_loss()
190 * Reorder history to insert S2 between S0 and S1 in __one_after_loss()
204 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __two_after_loss() local
[all …]
/kernel/linux/linux-6.6/arch/mips/kernel/
Drelocate_kernel.S26 PTR_L s2, (s0)
33 beqz s2, done
36 and s3, s2, 0x1
38 and s4, s2, ~0x1 /* store destination addr in s4 */
43 and s3, s2, 0x2
45 and s0, s2, ~0x2
50 and s3, s2, 0x4
55 and s3, s2, 0x8
57 and s2, s2, ~0x8
62 REG_L s5, (s2)
[all …]
/kernel/linux/linux-5.10/arch/mips/kernel/
Drelocate_kernel.S24 PTR_L s2, (s0)
31 beqz s2, done
34 and s3, s2, 0x1
36 and s4, s2, ~0x1 /* store destination addr in s4 */
41 and s3, s2, 0x2
43 and s0, s2, ~0x2
48 and s3, s2, 0x4
53 and s3, s2, 0x8
55 and s2, s2, ~0x8
60 REG_L s5, (s2)
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/
Dqcom,smd-rpm-regulator.yaml25 For mp5496, s1, s2, l2, l5
27 For pm2250, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
30 For pm6125 s1, s2, s3, s4, s5, s6, s7, s8, l1, l2, l3, l5, l6, l7, l8, l9,
33 For pm660, s1, s2, s3, s4, s5, s6, l1, l2, l3, l5, l6, l7, l8, l9, l10, l22,
36 For pm660l s1, s2, s3, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, bob
38 For pm8226, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10,
42 For pm8841, s1, s2, s3, s4, s5, s6, s7, s8
44 For pm8909, s1, s2, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
47 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
50 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c34 int test_memcmp(const void *s1, const void *s2, size_t n);
37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() argument
47 y = memcmp(s1+offset, s2+offset, size); in test_one()
48 x = test_memcmp(s1+offset, s2+offset, size); in test_one()
59 printf("%02x ", s2[i]); in test_one()
65 printf("vmx enter/exit not paired.(offset:%ld size:%ld s1:%p s2:%p vc:%d\n", in test_one()
66 offset, size, s1, s2, vmx_count); in test_one()
77 char *p, *s1, *s2; in testcase() local
88 /* Put s1/s2 at the end of a page */ in testcase()
90 s2 = p + 3 * MAP_SIZE - alloc_size; in testcase()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c34 int test_memcmp(const void *s1, const void *s2, size_t n);
37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() argument
47 y = memcmp(s1+offset, s2+offset, size); in test_one()
48 x = test_memcmp(s1+offset, s2+offset, size); in test_one()
59 printf("%02x ", s2[i]); in test_one()
65 printf("vmx enter/exit not paired.(offset:%ld size:%ld s1:%p s2:%p vc:%d\n", in test_one()
66 offset, size, s1, s2, vmx_count); in test_one()
77 char *p, *s1, *s2; in testcase() local
88 /* Put s1/s2 at the end of a page */ in testcase()
90 s2 = p + 3 * MAP_SIZE - alloc_size; in testcase()
[all …]
/kernel/linux/linux-6.6/fs/ntfs3/
Dupcase.c36 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2, in ntfs_cmp_names() argument
46 for (; len; s1++, s2++, len--) { in ntfs_cmp_names()
47 diff1 = le16_to_cpu(*s1) - le16_to_cpu(*s2); in ntfs_cmp_names()
58 for (; len; s1++, s2++, len--) { in ntfs_cmp_names()
60 upcase_unicode_char(upcase, le16_to_cpu(*s2)); in ntfs_cmp_names()
73 const __le16 *s2 = uni2->name; in ntfs_cmp_names_cpu() local
83 for (; len; s1++, s2++, len--) { in ntfs_cmp_names_cpu()
84 diff1 = *s1 - le16_to_cpu(*s2); in ntfs_cmp_names_cpu()
95 for (; len; s1++, s2++, len--) { in ntfs_cmp_names_cpu()
97 upcase_unicode_char(upcase, le16_to_cpu(*s2)); in ntfs_cmp_names_cpu()
/kernel/linux/linux-6.6/arch/s390/lib/
Dstring.c203 * @s2: Another string
205 * returns 0 if @s1 and @s2 are equal,
206 * < 0 if @s1 is less than @s2
207 * > 0 if @s1 is greater than @s2
210 int strcmp(const char *s1, const char *s2) in strcmp() argument
216 "0: clst %[s1],%[s2]\n" in strcmp()
220 " ic 0,0(%[s2])\n" in strcmp()
223 : [ret] "+&d" (ret), [s1] "+&a" (s1), [s2] "+&a" (s2) in strcmp()
232 const char *s2, unsigned long l2) in clcle() argument
235 union register_pair r3 = { .even = (unsigned long)s2, .odd = l2, }; in clcle()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dqcom,smd-rpm-regulator.yaml25 For mp5496, s2
27 For pm8841, s1, s2, s3, s4, s5, s6, s7, s8
29 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
32 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
36 For pm8950 and pm8953, s1, s2, s3, s4, s5, s6, s7, l1, l2, l3, l4, l5, l6,
40 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
44 For pm8998, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2,
48 For pm660, s1, s2, s3, s4, s5, s6, l1, l2, l3, l5, l6, l7, l8, l9, l10, l22,
51 For pm660l s1, s2, s3, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, bob
53 For pma8084, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
[all …]
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/pm/
Ds2-mips.S26 sw s2, 12(sp)
37 * s2: TIMERS base register
46 lw s2, 8(t0)
112 sw t0, TIMER_TIMER1_CTRL(s2)
113 lw t0, TIMER_TIMER1_CTRL(s2)
116 sw t0, TIMER_TIMER1_CTRL(s2)
117 lw t0, TIMER_TIMER1_CTRL(s2)
121 lw t1, TIMER_TIMER1_STAT(s2)
127 1: lw t0, TIMER_TIMER1_STAT(s2)
179 lw s2, 12(sp)
/kernel/linux/linux-6.6/drivers/soc/bcm/brcmstb/pm/
Ds2-mips.S26 sw s2, 12(sp)
37 * s2: TIMERS base register
46 lw s2, 8(t0)
112 sw t0, TIMER_TIMER1_CTRL(s2)
113 lw t0, TIMER_TIMER1_CTRL(s2)
116 sw t0, TIMER_TIMER1_CTRL(s2)
117 lw t0, TIMER_TIMER1_CTRL(s2)
121 lw t1, TIMER_TIMER1_STAT(s2)
127 1: lw t0, TIMER_TIMER1_STAT(s2)
179 lw s2, 12(sp)
/kernel/linux/linux-6.6/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
/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
/kernel/liteos_a/lib/libc/musl/src/
Dmemcmp.c41 const unsigned char *s2 = str2; in memcmp() local
45 if (*(const uint64_t *)(s1) != *(const uint64_t *)(s2)) { in memcmp()
49 s2 += SIZE_U64; in memcmp()
58 if (*(const uint32_t *)(s1) != *(const uint32_t *)(s2)) { in memcmp()
62 s2 += SIZE_U32; in memcmp()
69 for (; num && (*s1 == *s2); num--, s1++, s2++) { in memcmp()
71 return num ? *s1 - *s2 : 0; in memcmp()
/kernel/linux/linux-6.6/arch/ia64/lib/
Dxor.S33 .rotr s1[6+1], s2[6+1], d[2]
37 (p[0]) ld8.nta s2[0] = [r17], 8
38 (p[6]) xor d[0] = s1[6], s2[6]
72 .rotr s1[6+1], s2[6+1], s3[6+1], d[2]
76 (p[0]) ld8.nta s2[0] = [r17], 8
77 (p[6]) xor d[0] = s1[6], s2[6]
114 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], d[2]
118 (p[0]) ld8.nta s2[0] = [r17], 8
119 (p[6]) xor d[0] = s1[6], s2[6]
159 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], s5[6+1], d[2]
[all …]
/kernel/linux/linux-5.10/arch/ia64/lib/
Dxor.S33 .rotr s1[6+1], s2[6+1], d[2]
37 (p[0]) ld8.nta s2[0] = [r17], 8
38 (p[6]) xor d[0] = s1[6], s2[6]
72 .rotr s1[6+1], s2[6+1], s3[6+1], d[2]
76 (p[0]) ld8.nta s2[0] = [r17], 8
77 (p[6]) xor d[0] = s1[6], s2[6]
114 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], d[2]
118 (p[0]) ld8.nta s2[0] = [r17], 8
119 (p[6]) xor d[0] = s1[6], s2[6]
159 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], s5[6+1], d[2]
[all …]

12345678910>>...48