Searched refs:str (Results 51 - 75 of 474) sorted by relevance

1234567891011>>

/arch/arc/include/asm/
H A Dsetup.h23 const char *str; member in struct:id_to_str
/arch/arm/include/asm/
H A Dsetup.h25 extern void early_print(const char *str, ...);
/arch/arm/mach-davinci/
H A Dsleep.S68 str ip, [r0, #DDR2_SDRCR_OFFSET]
72 str ip, [r0, #DDR2_SDRCR_OFFSET]
87 str ip, [r3, #PLLDIV1]
93 str ip, [r3, #PLLCTL]
103 str ip, [r3, #PLLCTL]
109 str ip, [r4]
116 str ip, [r4]
123 str ip, [r3, #PLLCTL]
128 str ip, [r3, #PLLCTL]
137 str i
[all...]
/arch/mips/fw/lib/
H A Dcmdline.c90 char *str; local
94 str = fw_getenv(envname);
95 if (str) {
96 tmp = kstrtol(str, 0, &val);
/arch/powerpc/include/asm/
H A Dbtext.h20 extern void btext_drawstring(const char *str);
/arch/sparc/include/asm/
H A Dbug.h23 void __noreturn die_if_kernel(char *str, struct pt_regs *regs);
/arch/um/drivers/
H A Dtty.c19 static void *tty_chan_init(char *str, int device, const struct chan_opts *opts) argument
23 if (*str != ':') {
28 str++;
33 *data = ((struct tty_chan) { .dev = str,
H A Dnet_user.c54 char *str; local
68 str = "length";
78 str = "data";
89 "errno = %d\n", str, -ret);
92 "%d of %d bytes\n", str, ret, expected);
250 char *split_if_spec(char *str, ...) argument
255 va_start(ap, str);
257 if (*str == '\0')
259 end = strchr(str, ',');
260 if (end != str)
[all...]
H A Dssl.c38 static int ssl_config(char *str, char **error_out);
39 static int ssl_get_config(char *dev, char *str, int size, char **error_out);
72 static int ssl_config(char *str, char **error_out) argument
74 return line_config(serial_lines, ARRAY_SIZE(serial_lines), str, &opts,
78 static int ssl_get_config(char *dev, char *str, int size, char **error_out) argument
80 return line_get_config(dev, serial_lines, ARRAY_SIZE(serial_lines), str,
192 static int ssl_chan_setup(char *str) argument
194 line_setup(conf, NR_PORTS, &def_conf, str, "serial line");
H A Dstdio_console.c43 static int con_config(char *str, char **error_out);
44 static int con_get_config(char *dev, char *str, int size, char **error_out);
77 static int con_config(char *str, char **error_out) argument
79 return line_config(vts, ARRAY_SIZE(vts), str, &opts, error_out);
82 static int con_get_config(char *dev, char *str, int size, char **error_out) argument
84 return line_get_config(dev, vts, ARRAY_SIZE(vts), str, size, error_out);
193 static int console_chan_setup(char *str) argument
195 line_setup(vt_conf, MAX_TTYS, &def_conf, str, "console");
/arch/unicore32/kernel/
H A Ddebug-macro.S59 str r1, [\rx, #UART_LCR_OFFSET]
62 str r1, [\rx, #UART_DLH_OFFSET]
64 str r1, [\rx, #UART_DLL_OFFSET]
66 str r1, [\rx, #UART_FCR_OFFSET]
68 str r1, [\rx, #UART_LCR_OFFSET]
70 str r1, [\rx, #UART_IER_OFFSET]
74 str \rd, [\rx, #UART_THR_OFFSET]
/arch/arm/mach-sa1100/
H A Dsleep.S51 str r4, [r6]
58 str r1, [r5]
120 str r3, [r0]
121 str r4, [r1]
122 str r5, [r2]
125 str r7, [r6]
128 str r8, [r6]
131 str r10, [r9]
134 str r11, [r6]
141 str r1
[all...]
/arch/arm/lib/
H A Dputuser.S68 4: TUSER(str) r2, [r0]
76 5: TUSER(str) r2, [r0]
77 6: TUSER(str) r3, [r0, #4]
79 5: TUSER(str) r2, [r0], #4
80 6: TUSER(str) r3, [r0]
/arch/arm64/kernel/
H A Dtraps.c53 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, argument
68 printk("%s%s(0x%016lx to 0x%016lx)\n", lvl, str, bottom, top);
72 char str[sizeof(" 12345678") * 8 + 1]; local
74 memset(str, ' ', sizeof(str));
75 str[sizeof(str) - 1] = '\0';
81 sprintf(str + i * 9, " %08x", val);
83 sprintf(str + i * 9, " ????????");
86 printk("%s%04lx:%s\n", lvl, first & 0xffff, str);
104 char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; local
187 __die(const char *str, int err, struct thread_info *thread, struct pt_regs *regs) argument
222 die(const char *str, struct pt_regs *regs, int err) argument
250 arm64_notify_die(const char *str, struct pt_regs *regs, struct siginfo *info, int err) argument
[all...]
/arch/arm64/kvm/
H A Dhyp.S56 str x21, [x3, #112]
62 str x22, [x2, #CPU_GP_REG_OFFSET(CPU_SP_EL1)]
63 str x23, [x2, #CPU_GP_REG_OFFSET(CPU_ELR_EL1)]
64 str x24, [x2, #CPU_SPSR_OFFSET(KVM_SPSR_EL1)]
134 str x18, [x3, #112]
269 str x20, [x3, #(15 * 8)]
270 str x19, [x3, #(14 * 8)]
271 str x18, [x3, #(13 * 8)]
272 str x17, [x3, #(12 * 8)]
273 str x1
[all...]
/arch/arm/mach-tegra/
H A Dsleep-tegra20.S102 str r12, [r1]
107 str r2, [r3, r1] @ put flow controller in wait event mode
114 str r1, [r3, #0x340] @ put slave CPU in reset
157 str r12, [r2] @ flag[cpu] = 1
159 str r12, [r1] @ !turn = cpu
178 str r12, [r2]
191 str r12, [r1]
204 str r12, [r1]
261 str r3, [r0]
280 str r
[all...]
H A Dsleep-tegra30.S92 str \rd, [\base, #EMC_TIMING_CONTROL]
108 str \rd, [\r_car_base, #\pll_misc]
112 str \rd, [\r_car_base, #\pll_misc]
126 str \rd, [\car, #\iddq]
132 str \rd, [\car, #\iddq]
187 str r12, [r1]
196 str r3, [r1] @ clear CSR
213 str r3, [r2]
330 str r1, [r0, #CLK_RESET_SCLK_BURST]
331 str r
[all...]
/arch/arm/mach-pxa/
H A Dstandby.S31 str r1, [r0] @ make sure PSSR_PH/STS are clear
71 str r0, [r1, #PXA3_DDR_HCAL]
78 str r0, [r1, #PXA3_RCOMP]
81 str r0, [r1, #PXA3_DMCISR]
85 str r0, [r1, #PXA3_DMCIER]
90 str r0, [r1, #PXA3_DDR_HCAL]
98 str r0, [r1, #PXA3_MDCNFG]
105 str r0, [r1, #PXA3_DDR_HCAL]
109 str r0, [r1, #PXA3_DMCIER]
/arch/m68k/emu/
H A Dnfcon.c26 static void nfputs(const char *str, unsigned int count) argument
33 memcpy(buf, str, 64);
35 str += 64;
38 memcpy(buf, str, count);
43 static void nfcon_write(struct console *con, const char *str, argument
46 nfputs(str, count);
/arch/mips/pmcs-msp71xx/
H A Dmsp_prom.c86 int str2eaddr(unsigned char *ea, unsigned char *str) argument
91 while (*str != '\0') {
92 if ((*str == '.') || (*str == ':')) {
95 str++;
98 num |= str2hexnum(*str++);
110 static inline unsigned long str2hex(unsigned char *str) argument
114 while (*str) {
116 value |= str2hexnum(*str++);
424 char *str; local
[all...]
/arch/arm/include/debug/
H A Dmsm.S28 str \rd, [\rx, #0x70]
30 str \rd, [\rx, #0x0C]
47 str \rd, [\rx, #0x10]
50 str \rd, [\rx, #0x40]
/arch/arm64/lib/
H A Dclear_user.S36 USER(9f, str xzr, [x0], #8 )
41 USER(9f, str wzr, [x0], #4 )
/arch/x86/kernel/
H A Dsys_x86_64.c43 static int __init control_va_addr_alignment(char *str) argument
49 if (*str == 0)
52 if (*str == '=')
53 str++;
55 if (!strcmp(str, "32"))
57 else if (!strcmp(str, "64"))
59 else if (!strcmp(str, "off"))
61 else if (!strcmp(str, "on"))
/arch/avr32/kernel/
H A Dnmi_debug.c48 static int __init nmi_debug_setup(char *str) argument
58 if (*str != '=')
61 for (p = str + 1; *p; p = sep + 1) {
/arch/m68k/atari/
H A Ddebug.c42 static void atari_mfp_console_write(struct console *co, const char *str, argument
46 if (*str == '\n')
48 ata_mfp_out(*str++);
61 static void atari_scc_console_write(struct console *co, const char *str, argument
65 if (*str == '\n')
67 ata_scc_out(*str++);
78 static void atari_midi_console_write(struct console *co, const char *str, argument
82 if (*str == '\n')
84 ata_midi_out(*str++);
109 static void atari_par_console_write(struct console *co, const char *str, argument
[all...]

Completed in 1472 milliseconds

1234567891011>>