Home
last modified time | relevance | path

Searched refs:s2 (Results 1 – 25 of 190) sorted by relevance

12345678

/arch/mips/kernel/
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 …]
/arch/s390/lib/
A Dstring.c164 int strcmp(const char *s1, const char *s2) in strcmp() argument
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()
208 char *strstr(const char *s1, const char *s2) in strstr() argument
212 l2 = __strend(s2) - s2; in strstr()
219 cc = clcle(s1, l2, s2, l2); in strstr()
265 int memcmp(const void *s1, const void *s2, size_t n) in memcmp() argument
269 ret = clcle(s1, n, s2, n); in memcmp()
/arch/sparc/include/asm/
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
/arch/loongarch/kernel/
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
/arch/x86/boot/
A Dstring.c32 int memcmp(const void *s1, const void *s2, size_t len) in memcmp() argument
36 : CC_OUT(nz) (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()
163 char *strstr(const char *s1, const char *s2) in strstr() argument
167 l2 = strlen(s2); in strstr()
[all …]
A Dstring.h13 int memcmp(const void *s1, const void *s2, size_t len);
14 int bcmp(const void *s1, const void *s2, size_t len);
24 extern char *strstr(const char *s1, const char *s2);
/arch/arm64/boot/dts/freescale/
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;
A Dfsl-ls1043a-tqmls1043a-mbls10xxa.dts26 qsgmii-s2-p1 = &qsgmii2_phy1;
27 qsgmii-s2-p2 = &qsgmii2_phy2;
28 qsgmii-s2-p3 = &qsgmii2_phy3;
29 qsgmii-s2-p4 = &qsgmii2_phy4;
A Dfsl-ls1046a-tqmls1046a-mbls10xxa.dts25 qsgmii-s2-p1 = &qsgmii2_phy1;
26 qsgmii-s2-p2 = &qsgmii2_phy2;
27 qsgmii-s2-p3 = &qsgmii2_phy3;
28 qsgmii-s2-p4 = &qsgmii2_phy4;
A Dimx8mn-bsh-smm-s2.dts9 #include "imx8mn-bsh-smm-s2-common.dtsi"
13 compatible = "bsh,imx8mn-bsh-smm-s2", "fsl,imx8mn";
A Dfsl-ls1043a-qds.dts28 sgmii-riser-s2-p1 = &sgmii_phy_s2_p1;
35 qsgmii-s2-p1 = &qsgmii_phy_s2_p1;
36 qsgmii-s2-p2 = &qsgmii_phy_s2_p2;
37 qsgmii-s2-p3 = &qsgmii_phy_s2_p3;
38 qsgmii-s2-p4 = &qsgmii_phy_s2_p4;
/arch/powerpc/boot/
A Dstring.h11 extern int strcmp(const char *s1, const char *s2);
12 extern int strncmp(const char *s1, const char *s2, size_t n);
20 extern int memcmp(const void *s1, const void *s2, size_t n);
A Doflib.c95 static int string_match(const char *s1, const char *s2) in string_match() argument
97 for (; *s2; ++s2) in string_match()
98 if (*s1++ != *s2) in string_match()
/arch/m68k/include/asm/
A Duaccess.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
194 " .ifnc \""#s2"\",\"\"\n" \
195 "2: "MOVES"."#s2" (%2)+,%3\n" \
196 " move."#s2" %3,(%1)+\n" \
206 " .ifnc \""#s2"\",\"\"\n" \
217 " .ifnc \""#s2"\",\"\"\n" \
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
229 ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)
281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
285 "12: move."#s2" (%2)+,%3\n" \
[all …]
/arch/riscv/kernel/
A Dkexec_relocate.S26 mv s2, a2
103 mv a1, s2
115 mv s2, zero
159 mv s2, a3
166 mv a0, s2
179 mv s2, zero
A Dhibernate-asm.S48 mv s2, a2
75 jr s2
/arch/arm64/crypto/
A Dsm4-neon-core.S42 zip1 RTMP1.4s, s2.4s, s3.4s; \
44 zip2 RTMP3.4s, s2.4s, s3.4s; \
47 zip1 s2.2d, RTMP2.2d, RTMP3.2d; \
52 zip1 RTMP1.4s, s2.4s, s3.4s; \
54 zip2 RTMP3.4s, s2.4s, s3.4s; \
61 zip1 s2.2d, RTMP2.2d, RTMP3.2d; \
71 zip1 RTMP2.4s, s3.4s, s2.4s; \
72 zip2 RTMP3.4s, s3.4s, s2.4s; \
75 zip1 s2.2d, RTMP3.2d, RTMP1.2d; \
80 zip1 RTMP2.4s, s3.4s, s2.4s; \
[all …]
/arch/x86/crypto/
A Dtwofish-x86_64-asm_64.S23 #define s2 2048 /* S2 Array */ macro
71 mov s2(%r11,%rdi,4),%r9d;\
74 xor s2(%r11,%rdi,4),%r8d;\
109 mov s2(%r11,%rdi,4),%r9d;\
112 xor s2(%r11,%rdi,4),%r8d;\
152 xor s2(%r11,%rdi,4),%r9d;\
159 xor s2(%r11,%rdi,4),%r8d;\
193 xor s2(%r11,%rdi,4),%r9d;\
195 xor s2(%r11,%rdi,4),%r8d;\
A Dtwofish-i586-asm_32.S28 #define s2 2048 /* S2 Array */ macro
72 mov s2(%ebp,%edi,4),%esi;\
75 xor s2(%ebp,%edi,4),d ## D;\
110 mov s2(%ebp,%edi,4),%esi;\
113 xor s2(%ebp,%edi,4),d ## D;\
155 xor s2(%ebp,%edi,4),c ## D;\
162 xor s2(%ebp,%edi,4),%esi;\
193 xor s2(%ebp,%edi,4),c ## D;\
200 xor s2(%ebp,%edi,4),%esi;\
/arch/riscv/include/asm/
A Dcompat.h57 compat_ulong_t s2; member
94 cregs->s2 = (compat_ulong_t) regs->s2; in regs_to_cregs()
131 regs->s2 = (unsigned long) cregs->s2; in cregs_to_regs()
/arch/mips/boot/compressed/
A Dhead.S22 move s2, a2
41 move a2, s2
/arch/mips/include/asm/
A Dasmmacro-64.h20 LONG_S s2, THREAD_REG18(\thread)
33 LONG_L s2, THREAD_REG18(\thread)
/arch/loongarch/vdso/
A Dvgetrandom-chacha.S12 .macro OP_4REG op d0 d1 d2 d3 s0 s1 s2 s3
15 \op \d2, \d2, \s2
42 #define state2 s2
88 REG_S s2, sp, SZREG * 2
242 REG_L s2, sp, SZREG * 2
/arch/riscv/kernel/vdso/
A Dvgetrandom-chacha.S19 .macro OP_4REG op d0 d1 d2 d3 s0 s1 s2 s3
22 \op \d2, \d2, \s2
41 #define state2 s2
86 REG_S s2, 2*SZREG(sp)
236 REG_L s2, 2*SZREG(sp)
/arch/s390/include/asm/
A Dstring.h39 int memcmp(const void *s1, const void *s2, size_t n);
40 int strcmp(const char *s1, const char *s2);
43 char *strstr(const char *s1, const char *s2);

Completed in 39 milliseconds

12345678