Searched refs:s2 (Results 126 - 150 of 227) sorted by relevance

12345678910

/linux-master/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c94 static __init bool regions_overlap(u32 s1, u32 e1, u32 s2, u32 e2) argument
96 return e1 >= s2 && e2 >= s1;
/linux-master/arch/loongarch/include/asm/
H A Dstackframe.h75 cfi_st s2, PT_R25, \docfi variable
190 cfi_ld s2, PT_R25, \docfi variable
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-vp9.c1605 u32 sum = 0, s2; local
1614 s2 = c[2] + c[4] + c[5];
1615 sum -= s2;
1616 p[3] = noncoef_merge_prob(p[3], s2, sum);
1617 s2 -= c[2];
1618 p[4] = noncoef_merge_prob(p[4], c[2], s2);
/linux-master/fs/smb/client/
H A Dcifsproto.h754 static inline bool dfs_src_pathname_equal(const char *s1, const char *s2) argument
756 if (strlen(s1) != strlen(s2))
758 for (; *s1; s1++, s2++) {
760 if (*s2 != '/' && *s2 != '\\')
762 } else if (tolower(*s1) != tolower(*s2))
H A Ddfs_cache.c509 /* Check if two DFS paths are equal. @s1 and @s2 are expected to be in @cache_cp's charset */
510 static bool dfs_path_equal(const char *s1, int len1, const char *s2, int len2) argument
520 l2 = cache_cp->char2uni(&s2[i], len2 - i, &c2);
522 if (s1[i] != s2[i])
1098 static bool target_share_equal(struct TCP_Server_Info *server, const char *s1, const char *s2) argument
1107 if (strcasecmp(s1, s2))
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c60 int s1, s2, c1, c2, p1, p2; variable
242 else if (s == s2)
303 int *fds[4] = {&s1, &s2, &c1, &c2};
305 s1 = s2 = p1 = p2 = c1 = c2 = 0;
348 err = bind(s2, (struct sockaddr *)&addr, sizeof(addr));
350 perror("bind s2 failed()");
363 err = listen(s2, 32);
393 p2 = accept(s2, NULL, NULL);
401 printf("cgroups binding: c1(%i) <-> s1(%i) - - - c2(%i) <-> s2(%i)\n",
402 c1, s1, c2, s2);
[all...]
/linux-master/net/ceph/
H A Dceph_common.c120 static int strcmp_null(const char *s1, const char *s2) argument
122 if (!s1 && !s2)
124 if (s1 && !s2)
126 if (!s1 && s2)
128 return strcmp(s1, s2);
/linux-master/sound/core/
H A Dinit.c54 const char *s1, *s2; local
60 s2 = slots[idx];
61 if (*s2 == '!') {
63 s2++;
70 char c2 = *s2++;
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-debug.c174 bool s1, s2, s3; local
182 s2 = name[strlen(name) - 1] == '2';
221 if ((val & BLT_S1TY_CHROMA_EXT) && (s1 || s2))
/linux-master/arch/powerpc/platforms/powermac/
H A Dnvram.c564 unsigned int s1 = 0, s2 = 0; local
581 s2 = resource_size(&r2);
606 nvram_data = ioremap(r2.start, s2);
/linux-master/drivers/acpi/
H A Dmipi-disco-img.c738 static const char *strnext(const char *s1, const char *s2) argument
740 s1 = strstr(s1, s2);
745 return s1 + strlen(s2);
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c242 vcpu_get_reg(vcpu, RISCV_CORE_REG(regs.s2), &core.regs.s2);
273 core.regs.a6, core.regs.a7, core.regs.s2, core.regs.s3);
/linux-master/arch/x86/crypto/
H A Ddes3_ede-asm_64.S14 #define s2 ((s1) + (64*8)) define
15 #define s3 ((s2) + (64*8))
141 leaq s2(%rip), RW1; \
375 leaq s2(%rip), RT2; \
404 leaq s2(%rip), RT2; \
433 leaq s2(%rip), RT2; \
H A Dcast6-avx-x86_64-asm_64.S28 #define s2 cast_s2 define
90 leaq s2(%rip), RID1; \
H A Daegis128-aesni-asm.S384 .macro encrypt_block a s0 s1 s2 s3 s4 i
389 movdqa \s2, T1
539 .macro decrypt_block a s0 s1 s2 s3 s4 i
543 movdqa \s2, T1
/linux-master/drivers/nvme/host/
H A Dauth.c31 u32 s2; member in struct:nvme_dhchap_queue_context
325 chap->s2 = nvme_auth_get_seqnum();
326 data->seqnum = cpu_to_le32(chap->s2);
542 __func__, chap->qid, chap->s2, chap->transaction);
556 put_unaligned_le32(chap->s2, buf);
662 chap->s2 = 0;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm594 s_movrels_b64 s2, s2 //s2 = s[2+m0], s3 = s[3+m0]
621 s_movrels_b64 s2, s2 //s2 = s[2+m0], s3 = s[3+m0]
1119 s_movreld_b64 s2, s2
1128 s_movreld_b64 s2, s2
[all...]
/linux-master/include/linux/
H A Dof.h899 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2))
900 #define of_prop_cmp(s1, s2) strcmp((s1), (s2))
901 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2))
/linux-master/fs/bcachefs/
H A Dopts.c267 const char *s1, *s2; member in struct:synonym
282 name = i->s2;
/linux-master/arch/arm/crypto/
H A Dblake2b-neon-core.S69 .macro _blake2b_round s0, s1, s2, s3, s4, s5, s6, s7, \
80 vadd.u64 d1, d1, M_\s2
/linux-master/sound/pci/lx6464es/
H A Dlx_core.c883 u32 s0, s1, s2, s3; local
893 s2 = peak_map[(chip->rmh.stat[0] >> 8) & 0xf];
896 s0 = s1 = s2 = s3 = 0;
900 r_levels[2] = s2;
/linux-master/drivers/scsi/
H A Dimm.c458 unsigned char s1, s2, s3; local
472 s2 = r_str(ppb) & 0xb8;
513 if ((s1 == 0xb8) && (s2 == 0x18) && (s3 == 0x30))
515 if ((s1 == 0xb8) && (s2 == 0x18) && (s3 == 0x38))
/linux-master/arch/riscv/include/asm/
H A Dkvm_host.h134 unsigned long s2; member in struct:kvm_cpu_context
/linux-master/drivers/gpu/drm/
H A Ddrm_buddy.c320 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) argument
322 return s1 <= e2 && e1 >= s2;
325 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) argument
327 return s1 <= s2 && e1 >= e2;
/linux-master/arch/loongarch/kernel/
H A Dmcount_dyn.S54 PTR_S s2, sp, PT_R25

Completed in 344 milliseconds

12345678910