Home
last modified time | relevance | path

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

12345678910>>...20

/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
[all...]
/linux/Documentation/devicetree/bindings/regulator/
H A 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 pm8937, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10,
[all …]
/linux/net/dccp/ccids/lib/
H A Dpacket_history.c
/linux/arch/s390/lib/
H A Dstring.c157 * @s2: Another string
159 * returns 0 if @s1 and @s2 are equal,
160 * < 0 if @s1 is less than @s2
161 * > 0 if @s1 is greater than @s2
164 int strcmp(const char *s1, const char *s2) in strcmp() argument
170 "0: clst %[s1],%[s2]\n" in strcmp()
174 " ic 0,0(%[s2])\n" in strcmp()
177 : [ret] "+&d" (ret), [s1] "+&a" (s1), [s2] "+&a" (s2) in strcmp()
186 const char *s2, unsigned long l2) in clcle() argument
189 union register_pair r3 = { .even = (unsigned long)s2, .odd = l2, }; in clcle()
[all …]
/linux/arch/mips/kernel/
H A 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 …]
/linux/tools/testing/selftests/powerpc/stringloops/
H A 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 …]
/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/
H A Dmmu.json57 "PublicDescrition": "Data-side S2 page walk cache lookup",
60 "BriefDescription": "Data-side S2 page walk cache lookup"
63 "PublicDescrition": "Data-side S2 page walk cache refill",
66 "BriefDescription": "Data-side S2 page walk cache refill"
75 "PublicDescription": "Data-side S2 table walk fault",
78 "BriefDescription": "Data-side S2 table walk fault"
141 "PublicDescrition": "Instruction-side S2 page walk cache lookup",
144 "BriefDescription": "Instruction-side S2 page walk cache lookup"
147 "PublicDescrition": "Instruction-side S2 page walk cache refill",
150 "BriefDescription": "Instruction-side S2 page walk cache refill"
[all …]
/linux/fs/ntfs3/
H A 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()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_4_3_cleaner_shader.asm60 s_mov_b32 s2, 0x00000078 // Loop 128/8=16 times (loop unrolled for performance)
64 s_set_gpr_idx_on s2, 0x8 // enable Dest VGPR indexing
74 s_sub_u32 s2, s2, 8
75 s_set_gpr_idx_idx s2
82 s_mov_b32 s2, 0x80000000 // Bit31 is first_wave
83 …s_and_b32 s2, s2, s1 // sgpr0 has tg_size (first_wave) term as in uco…
92 s_mov_b32 s2, 0x00000003f // 64 loop iteraions
101 s_sub_u32 s2, s2, 1
112 s_movreld_b32 s2, 0
141 s_movreld_b32 s2, 0
H A Dgfx_v10_3_0_cleaner_shader.asm54 s_mov_b32 s2, 0x00000038 // Loop 64/8=8 times (loop unrolled for performance)
68 s_mov_b32 m0, s2
69 s_sub_u32 s2, s2, 8
72 s_mov_b32 s2, 0x80000000 // Bit31 is first_wave
73 …s_and_b32 s2, s2, s0 // sgpr0 has tg_size (first_wave) term a…
82 s_mov_b32 s2, 0x00000003f // 64 loop iterations
91 s_sub_u32 s2, s2, 1
102 s_movreld_b32 s2, 0
H A Dgfx_v10_1_10_cleaner_shader.asm55 s_mov_b32 s2, 0x00000038 // Loop 64/8=8 times (loop unrolled for performance)
69 s_mov_b32 m0, s2
70 s_sub_u32 s2, s2, 8
73 s_mov_b32 s2, 0x80000000 // Bit31 is first_wave
74 …s_and_b32 s2, s2, s1 // sgpr0 has tg_size (first_wave) term as in uc…
83 s_mov_b32 s2, 0x00000003f // 64 loop iterations
92 s_sub_u32 s2, s2, 1
103 s_movreld_b32 s2, s0
/linux/drivers/soc/bcm/brcmstb/pm/
H A 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)
/linux/Documentation/admin-guide/media/
H A 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
H A 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
/linux/arch/loongarch/kernel/
H A Drelocate_kernel.S39 andi s2, s1, IND_DESTINATION
40 beqz s2, 1f
47 andi s2, s1, IND_INDIRECTION
48 beqz s2, 1f
55 andi s2, s1, IND_DONE
56 beqz s2, 1f
61 andi s2, s1, IND_SOURCE
62 beqz s2, process_entry
/linux/drivers/regulator/
H A Dqcom-rpmh-regulator.c917 RPMH_VREG("smps2", "smp%s2", &pmic4_ftsmps426, "vdd-s2"),
930 RPMH_VREG("ldo2", "ldo%s2", &pmic4_nldo, "vdd-l2-l8-l17"),
958 RPMH_VREG("lvs2", "vs%s2", &pmic4_lvs, "vin-lvs-1-2"),
974 RPMH_VREG("smps2", "smp%s2", &pmic4_ftsmps426, "vdd-s2"),
982 RPMH_VREG("smps2", "smp%s2", &pmic5_ftsmps510, "vdd-s2"),
992 RPMH_VREG("ldo2", "ldo%s2", &pmic5_pldo, "vdd-l2-l10"),
1014 RPMH_VREG("smps2", "smp%s2", &pmic5_ftsmps510, "vdd-s2"),
1022 RPMH_VREG("ldo2", "ldo%s2", &pmic5_nldo, "vdd-l2-l3"),
1038 RPMH_VREG("smps2", "smp%s2", &pmic5_ftsmps510, "vdd-s2"),
1048 RPMH_VREG("ldo2", "ldo%s2", &pmic5_pldo, "vdd-l2-l10"),
[all …]
/linux/scripts/coccinelle/null/
H A 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 …]
/linux/arch/sparc/include/asm/
H A Dprom.h24 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) argument
25 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) argument
26 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) argument
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c15 struct s2 { struct
16 struct s2 *s2; member
23 struct s2 s2; argument
/linux/scripts/coccinelle/iterators/
H A 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 …]
/linux/arch/riscv/kernel/
H A Dkexec_relocate.S18 * s2: (const) Phys address of the FDT image
26 mv s2, a2
103 mv a1, s2
115 mv s2, zero
155 * s2: (const) The hartid of the current hart
159 mv s2, a3
166 mv a0, s2
179 mv s2, zero
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1088a-tqmls1088a-mbls10xxa.dts36 qsgmii-s2-p1 = &qsgmii2_phy1;
37 qsgmii-s2-p2 = &qsgmii2_phy2;
38 qsgmii-s2-p3 = &qsgmii2_phy3;
39 qsgmii-s2-p4 = &qsgmii2_phy4;
41 rgmii-s2 = &rgmii_phy2;
/linux/arch/x86/boot/
H A Dstring.c32 int memcmp(const void *s1, const void *s2, size_t len) in memcmp() argument
36 : "=@ccnz" (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp()
43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() argument
45 return memcmp(s1, s2, len); in bcmp()
51 const unsigned char *s2 = (const unsigned char *)str2; in strcmp() local
54 while (*s1 || *s2) { in strcmp()
55 delta = *s1 - *s2; in strcmp()
59 s2++; in strcmp()
161 * @s2: The string to search for
163 char *strstr(const char *s1, const char *s2) in strstr() argument
[all …]
/linux/arch/arm64/crypto/
H A Dsm4-neon-core.S40 #define transpose_4x4(s0, s1, s2, s3) \ argument
42 zip1 RTMP1.4s, s2.4s, s3.4s; \
44 zip2 RTMP3.4s, s2.4s, s3.4s; \
47 zip1 s2.2d, RTMP2.2d, RTMP3.2d; \
50 #define transpose_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument
52 zip1 RTMP1.4s, s2.4s, s3.4s; \
54 zip2 RTMP3.4s, s2.4s, s3.4s; \
61 zip1 s2.2d, RTMP2.2d, RTMP3.2d; \
68 #define rotate_clockwise_4x4(s0, s1, s2, s3) \ argument
71 zip1 RTMP2.4s, s3.4s, s2.4s; \
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_csc_v.c129 /* fixed S2.13 format */ in program_color_matrix_v()
147 /* fixed S2.13 format */ in program_color_matrix_v()
165 /* fixed S2.13 format */ in program_color_matrix_v()
171 /* fixed S2.13 format */ in program_color_matrix_v()
183 /* fixed S2.13 format */ in program_color_matrix_v()
201 /* fixed S2.13 format */ in program_color_matrix_v()
219 /* fixed S2.13 format */ in program_color_matrix_v()
243 /* fixed S2.13 format */ in program_color_matrix_v()
261 /* fixed S2.13 format */ in program_color_matrix_v()
279 /* fixed S2.13 format */ in program_color_matrix_v()
[all …]

12345678910>>...20