Searched refs:str (Results 301 - 325 of 1869) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S105 str r8, [r12, #IRQ_CONTROL_REG_OFFSET]
112 str r8, [r12, #IRQ_MIR_REG_OFFSET]
129 str r11, [r12, #OMAP1510_GPIO_INT_MASK]
131 str r13, [r12, #OMAP1510_GPIO_INT_STATUS] @ ack all requested interrupts
141 str r11, [r12, #OMAP1510_GPIO_INT_MASK]
154 str r8, [r9, #BUF_STATE] @ enter data processing state
156 str r10, [r9, #BUF_KEY] @ clear keycode
158 str r10, [r9, #BUF_MASK]
161 str r11, [r9, #BUF_GPIO_INT_MASK] @ save mask for later restore
163 str r1
[all...]
/linux-master/arch/arm64/include/asm/
H A Dsystem_misc.h24 void arm64_notify_die(const char *str, struct pt_regs *regs,
H A Dscs.h19 str scs_sp, [\tsk, #TSK_TI_SCS_SP]
H A Dasm-bug.h13 .pushsection .rodata.str,"aMS",@progbits,1; \
/linux-master/drivers/firmware/efi/libstub/
H A Dprintk.c18 * @str: UCS-2 encoded string
20 void efi_char16_puts(efi_char16_t *str) argument
23 output_string, str); local
73 * @str: UTF-8 encoded string
75 void efi_puts(const char *str) argument
79 const u8 *s8 = (const u8 *)str;
/linux-master/arch/um/os-Linux/
H A Duser_syms.c41 extern int __sprintf_chk(char *str, int flag, size_t len, const char *format);
/linux-master/include/linux/usb/
H A Dch9.h55 extern const char *usb_decode_ctrl(char *str, size_t size, __u8 bRequestType,
/linux-master/arch/arm/include/asm/
H A Dsetup.h23 extern __printf(1, 2) void early_print(const char *str, ...);
/linux-master/sound/core/
H A Dinfo_oss.c50 char *str; local
55 str = snd_sndstat_strings[idx][dev];
56 if (str) {
61 snd_iprintf(buf, "%i: %s\n", idx, str);
/linux-master/fs/romfs/
H A Dstorage.c67 const char *str, size_t size)
83 if (memcmp(buf, str, len) != 0)
88 str += len;
164 const char *str, size_t size)
178 matched = (memcmp(bh->b_data + offset, str, segment) == 0);
182 str += segment;
261 * - the string to be compared to, str, may not be NUL-terminated; instead the
266 const char *str, size_t size)
280 return romfs_mtd_strcmp(sb, pos, str, size);
284 return romfs_blk_strcmp(sb, pos, str, siz
66 romfs_mtd_strcmp(struct super_block *sb, unsigned long pos, const char *str, size_t size) argument
163 romfs_blk_strcmp(struct super_block *sb, unsigned long pos, const char *str, size_t size) argument
265 romfs_dev_strcmp(struct super_block *sb, unsigned long pos, const char *str, size_t size) argument
[all...]
/linux-master/tools/perf/util/
H A Dstrfilter.c219 const char *str)
226 return strfilter_node__compare(node->l, str) ||
227 strfilter_node__compare(node->r, str);
229 return strfilter_node__compare(node->l, str) &&
230 strfilter_node__compare(node->r, str);
232 return !strfilter_node__compare(node->r, str);
234 return strglobmatch(str, node->p);
239 bool strfilter__compare(struct strfilter *filter, const char *str) argument
243 return strfilter_node__compare(filter->root, str);
218 strfilter_node__compare(struct strfilter_node *node, const char *str) argument
/linux-master/drivers/hwmon/
H A Dpowerz.c64 u32 attr, int channel, const char **str)
67 *str = "IBUS";
70 *str = "VBUS";
72 *str = "VCC1";
74 *str = "VCC2";
76 *str = "VDP";
78 *str = "VDM";
80 *str = "VDD";
84 *str = "TEMP";
63 powerz_read_string(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, const char **str) argument
/linux-master/arch/loongarch/kernel/
H A Drelocate.c115 char *str; local
118 str = strstr(builtin_cmdline, "nokaslr");
119 if (str == builtin_cmdline || (str > builtin_cmdline && *(str - 1) == ' '))
122 str = strstr(boot_command_line, "nokaslr");
123 if (str == boot_command_line || (str > boot_command_line && *(str - 1) == ' '))
/linux-master/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py84 addr_range = str(start_addr) + ":" + str(stop_addr) + ":" + dso_fname
127 print(' '.join(['%s=%s'%(k,str(v))for k,v in sorted(event_fields_dict.items())]))
162 src_str = src_file + str(line_number).rjust(4) + " <source not found>"
164 src_str = src_file + str(line_number).rjust(4) + " " + source_line
197 if (cpu_data.get(str(cpu) + 'addr') == None):
198 cpu_data[str(cpu) + 'addr'] = addr
241 start_addr = cpu_data[str(cpu) + 'addr']
245 cpu_data[str(cpu) + 'addr'] = addr
/linux-master/arch/s390/kernel/
H A Dearly.c117 static inline void strim_all(char *str) argument
121 s = strim(str);
122 if (s != str)
123 memmove(str, s, strlen(s));
124 while (*str) {
125 if (!isspace(*str++))
127 if (isspace(*str)) {
128 s = skip_spaces(str);
129 memmove(str, s, strlen(s) + 1);
/linux-master/include/linux/
H A Dinit.h324 const char *str; member in struct:obs_kernel_param
337 #define __setup_param(str, unique_id, fn, early) \
339 __aligned(1) = str; \
350 #define __setup(str, fn) \
351 __setup_param(str, fn, fn, 0)
359 #define early_param(str, fn) \
360 __setup_param(str, fn, fn, 1)
387 #define __setup_param(str, unique_id, fn) /* nothing */
388 #define __setup(str, func) /* nothing */
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c264 static int __init mds_cmdline(char *str) argument
269 if (!str)
272 if (!strcmp(str, "off"))
274 else if (!strcmp(str, "full"))
276 else if (!strcmp(str, "full,nosmt")) {
363 static int __init tsx_async_abort_parse_cmdline(char *str) argument
368 if (!str)
371 if (!strcmp(str, "off")) {
373 } else if (!strcmp(str, "full")) {
375 } else if (!strcmp(str, "ful
459 mmio_stale_data_parse_cmdline(char *str) argument
514 rfds_parse_cmdline(char *str) argument
681 srbds_parse_cmdline(char *str) argument
713 l1d_flush_parse_cmdline(char *str) argument
848 gds_parse_cmdline(char *str) argument
948 nospectre_v1_cmdline(char *str) argument
993 retbleed_parse_cmdline(char *str) argument
1633 spectre_bhi_parse_cmdline(char *str) argument
2461 l1tf_cmdline(char *str) argument
2520 srso_parse_cmdline(char *str) argument
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S39 str r3, [r2] @ go to L1-freq operation
54 str r10, [r11] @ commit to DLLA_CTRL
67 str r3, [r2] @ go to L0-freq operation
75 str r1, [r11] @ restore DLLA_CTRL high value
77 str r1, [r11] @ set value DLLB_CTRL
81 str r10, [r0] @ write dll_status and return counter
102 str r5, [r4] @ set up for change.
105 str r5, [r4] @ Force transition to L1
160 str r3, [r4] @ set new state (pll/x, x=1 or 2)
168 str r
[all...]
H A Dsram243x.S39 str r3, [r2] @ go to L1-freq operation
54 str r10, [r11] @ commit to DLLA_CTRL
67 str r3, [r2] @ go to L0-freq operation
75 str r1, [r11] @ restore DLLA_CTRL high value
77 str r1, [r11] @ set value DLLB_CTRL
81 str r10, [r0] @ write dll_status and return counter
102 str r5, [r4] @ set up for change.
105 str r5, [r4] @ Force transition to L1
160 str r3, [r4] @ set new state (pll/x, x=1 or 2)
168 str r
[all...]
/linux-master/arch/arm/crypto/
H A Dsha512-armv4.pl98 str $Tlo,[sp,#$Xoff+0]
100 str $Thi,[sp,#$Xoff+4]
123 str $Elo,[sp,#$Eoff+0]
125 str $Ehi,[sp,#$Eoff+4]
127 str $Alo,[sp,#$Aoff+0]
129 str $Ahi,[sp,#$Aoff+4]
300 str $t0, [sp,#$Goff+0]
301 str $t1, [sp,#$Goff+4]
302 str $t2, [sp,#$Hoff+0]
303 str
[all...]
/linux-master/arch/um/drivers/
H A Dnet_kern.c277 void uml_net_setup_etheraddr(struct net_device *dev, char *str) argument
283 if (str == NULL)
287 addr[i] = simple_strtoul(str, &end, 16);
288 if ((end == str) ||
292 "as an ethernet address\n", str);
295 str = end + 1;
506 static int eth_parse(char *str, int *index_out, char **str_out, argument
512 n = simple_strtoul(str, &end, 0);
513 if (end == str) {
518 str
600 eth_setup_common(char *str, int index) argument
626 eth_setup(char *str) argument
658 net_config(char *str, char **error_out) argument
680 net_id(char **str, int *start_out, int *end_out) argument
874 tap_setup_common(char *str, char *type, char **dev_name, char **mac_out, char **gate_addr) argument
[all...]
/linux-master/arch/mips/txx9/generic/
H A Dpci.c398 char * (*txx9_board_pcibios_setup)(char *str) __initdata;
400 char *__init txx9_pcibios_setup(char *str) argument
402 if (txx9_board_pcibios_setup && !txx9_board_pcibios_setup(str))
404 if (!strcmp(str, "picmg")) {
409 } else if (!strcmp(str, "nopicmg")) {
414 } else if (!strncmp(str, "clk=", 4)) {
415 char *val = str + 4;
424 } else if (!strncmp(str, "err=", 4)) {
425 if (!strcmp(str + 4, "panic"))
427 else if (!strcmp(str
[all...]
H A Dsetup.c129 char *str = (char *)(long)argv32[i]; local
132 if (strchr(str, ' ')) {
134 strcat(arcs_cmdline, str);
137 strcat(arcs_cmdline, str);
207 char *str = strsep(&s, " "); local
208 if (strncmp(str, "board=", 6) == 0) {
209 txx9_board_vec = find_board_byname(str + 6);
211 } else if (strncmp(str, "masterclk=", 10) == 0) {
213 if (kstrtouint(str + 10, 10, &val) == 0)
216 } else if (strcmp(str, "icdisabl
285 const s32 *str; local
[all...]
/linux-master/samples/bpf/
H A Dxdp_sample_user.c663 char str[64]; local
671 snprintf(str, sizeof(str), "cpu:%d", i);
674 str, PPS(pps), DROP(drop), ERR(err));
710 char str[64]; local
712 snprintf(str, sizeof(str), "enqueue to cpu %d", to_cpu);
720 str, PPS(pps), DROP(drop), err, "bulk-avg");
726 char str[64]; local
734 snprintf(str, sizeo
770 char str[64]; local
807 char str[64]; local
837 char str[64]; local
864 char str[64]; local
928 char str[64]; local
964 char str[64]; local
1020 char str[128]; local
1079 char str[64]; local
1106 const char *str; local
[all...]
/linux-master/arch/arm/kernel/
H A Dfiqasm.S44 str sp, [r0], #4
45 str lr, [r0]

Completed in 695 milliseconds

<<11121314151617181920>>