Searched refs:s1 (Results 1 - 25 of 270) sorted by last modified time

1234567891011

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c44 [RV_REG_S1] = offsetof(struct pt_regs, s1),
/linux-master/fs/ntfs3/
H A Dntfs_fs.h860 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2,
/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++) {
759 if (*s1 == '/' || *s1 == '\\') {
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
519 l1 = cache_cp->char2uni(&s1[i], len1 - i, &c1);
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))
1114 extract_unc_hostname(s1, &host, &hostlen);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c4024 reg_table->mc_reg_address[i].s1 =
/linux-master/fs/bcachefs/
H A Dopts.c267 const char *s1, *s2; member in struct:synonym
281 if (!strcmp(name, i->s1))
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1115 struct hisi_sas_slot *s, *s1, *s2 = NULL; local
1119 list_for_each_entry_safe(s, s1, &dq->list, delivery) {
/linux-master/arch/riscv/kernel/
H A Dprocess.c75 pr_cont(" s1 : " REG_FMT " a0 : " REG_FMT " a1 : " REG_FMT "\n",
76 regs->s1, regs->a0, regs->a1);
H A Dptrace.c212 REG_OFFSET_NAME(s1),
H A Dentry.S62 csrrc s1, CSR_STATUS, t0
68 REG_S s1, PT_STATUS(sp)
210 csrr s1, CSR_STATUS
216 REG_S s1, PT_STATUS(sp)
231 move a0, s1
294 REG_S s1, TASK_THREAD_S1_RA(a3)
311 REG_L s1, TASK_THREAD_S1_RA(a4)
/linux-master/drivers/pwm/
H A Dcore.c37 struct pwm_state s1 = { 0 }, s2 = { 0 }; local
52 err = chip->ops->get_state(chip, pwm, &s1);
53 trace_pwm_get(pwm, &s1, err);
63 if (s1.enabled && s1.polarity != state->polarity) {
65 s2.duty_cycle = s1.period - s1.duty_cycle;
66 s2.period = s1.period;
67 s2.enabled = s1.enabled;
69 s2 = s1;
[all...]
/linux-master/kernel/bpf/
H A Dhelpers.c572 BPF_CALL_3(bpf_strncmp, const char *, s1, u32, s1_sz, const char *, s2)
574 return strncmp(s1, s2, s1_sz);
/linux-master/scripts/kconfig/
H A Dsymbol.c889 const struct sym_match *s1 = sym1; local
894 * - if matched length on symbol s1 is the length of that symbol,
902 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name);
910 return strcmp(s1->sym->name, s2->sym->name);
H A Dexpr.h283 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
/linux-master/drivers/video/console/
H A Dnewport_con.c173 npregs->set.dcbdata0.byshort.s1 = 0xff00;
175 npregs->set.dcbdata0.byshort.s1 = 0x0000;
212 linetable[i] = npregs->set.dcbdata0.byshort.s1;
223 treg = npregs->set.dcbdata0.byshort.s1;
228 treg = npregs->set.dcbdata0.byshort.s1;
/linux-master/drivers/scsi/
H A Dscsi_sysfs.c135 char s1[15], s2[15], s3[17], junk; local
139 res = sscanf(str, "%10s %10s %16s %c", s1, s2, s3, &junk);
142 if (check_set(&channel, s1))
/linux-master/arch/riscv/include/asm/
H A Dcompat.h49 compat_ulong_t s1; member in struct:compat_user_regs_struct
86 cregs->s1 = (compat_ulong_t) regs->s1;
123 regs->s1 = (unsigned long) cregs->s1;
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-zvkb.S64 #define KEY1 s1
145 sd s1, 8(sp)
281 ld s1, 8(sp)
/linux-master/arch/loongarch/kvm/
H A Dswitch.S127 csrrd s1, KVM_VCPU_KS
128 ld.d s0, s1, KVM_VCPU_RUN
175 or a1, s1, zero
179 or a2, s1, zero
192 csrwr s1, KVM_VCPU_KS
/linux-master/arch/loongarch/kernel/
H A Drelocate_kernel.S35 PTR_L s1, s0, 0
39 andi s2, s1, IND_DESTINATION
42 and s3, s1, t0 /* store destination addr in s3 */
47 andi s2, s1, IND_INDIRECTION
50 and s0, s1, t0
55 andi s2, s1, IND_DONE
61 andi s2, s1, IND_SOURCE
64 and s1, s1, t0
69 REG_L s4, s1,
[all...]
H A Drethook_trampoline.S30 cfi_st s1, PT_R24
65 cfi_ld s1, PT_R24
H A Dmcount_dyn.S53 PTR_S s1, sp, PT_R24
H A Dentry.S93 move a0, s1
/linux-master/arch/loongarch/include/asm/
H A Dstackframe.h74 cfi_st s1, PT_R24, \docfi variable
189 cfi_ld s1, PT_R24, \docfi variable
/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))

Completed in 363 milliseconds

1234567891011