Searched refs:str (Results 251 - 275 of 474) sorted by relevance

<<111213141516171819

/arch/arm/vfp/
H A Dentry.S51 str r0, [r0] @ set to non-zero value
H A Dvfphw.S25 .macro DBGSTR, str
33 1: .ascii KERN_DEBUG "VFP: \str\n"
39 .macro DBGSTR1, str, arg
48 1: .ascii KERN_DEBUG "VFP: \str\n"
54 .macro DBGSTR3, str, arg1, arg2, arg3
65 1: .ascii KERN_DEBUG "VFP: \str\n"
148 str r11, [r10, #VFP_CPU]
156 str r10, [r3, r11, lsl #2] @ update the vfp_current_hw_state pointer
181 str r2, [sp, #S_PC] @ mode it's two 16-bit instructions,
/arch/arm64/kernel/
H A Defi-entry.S51 str x8, [x2]
/arch/ia64/include/asm/
H A Duaccess.h318 #define strlen_user(str) \
320 const char __user *__su_str = (str); \
334 #define strnlen_user(str, len) \
336 const char __user *__su_str = (str); \
/arch/m68k/mvme16x/
H A Dconfig.c216 void mvme16x_cons_write(struct console *co, const char *str, unsigned count) argument
249 str++;
253 else if (*str == '\n') {
258 base_addr[CyTDR] = *str++;
/arch/mips/include/asm/
H A Dpci.h146 extern char * (*pcibios_plat_setup)(char *str);
/arch/openrisc/kernel/
H A Dtraps.c249 void die(const char *str, struct pt_regs *regs, long err) argument
253 printk("\n%s#: %04lx\n", str, err & 0xffff);
268 void die_if_kernel(const char *str, struct pt_regs *regs, long err) argument
273 die(str, regs, err);
/arch/sh/lib/
H A Dstrlen.S44 cmp/str r3,r1
/arch/tile/kernel/
H A Dsignal.c316 static int __init crashinfo(char *str) argument
320 if (*str == '\0')
322 else if (*str != '=' || kstrtoint(++str, 0, &show_unhandled_signals) != 0)
H A Dtraps.c38 static int __init setup_unaligned_fixup(char *str) argument
45 if (kstrtoint(str, 0, &unaligned_fixup) != 0)
60 static int __init nodma(char *str) argument
/arch/um/drivers/
H A Dmconsole.h74 extern int mconsole_reply(struct mc_request *req, const char *str, int err,
/arch/x86/kernel/acpi/
H A Dwakeup_32.S48 str saved_tss
/arch/x86/kernel/
H A Dtopology.c44 static int __init enable_cpu0_hotplug(char *str) argument
/arch/xtensa/kernel/
H A Dtraps.c164 __die_if_kernel(const char *str, struct pt_regs *regs, long err) argument
167 die(str, regs, err);
488 void die(const char * str, struct pt_regs * regs, long err) argument
496 printk("%s: sig: %ld [#%d]\n", str, err, ++die_counter);
/arch/arm/mach-pxa/
H A Dsleep.S144 str r7, [r6]
148 str r8, [r6]
166 str r5, [r4]
/arch/arm/mach-s3c64xx/
H A Dmach-mini6410.c268 static int __init mini6410_features_setup(char *str) argument
270 if (str)
271 strlcpy(mini6410_features_str, str,
H A Dmach-real6410.c238 static int __init real6410_features_setup(char *str) argument
240 if (str)
241 strlcpy(real6410_features_str, str,
/arch/arm/mach-w90x900/
H A Dcpu.c174 static int __init nuc900_set_cpufreq(char *str) argument
178 if (!*str)
181 if (kstrtoul(str, 0, &cpufreq))
/arch/arm/mm/
H A Dproc-macros.S140 str r1, [r0], #2048 @ linux version
173 str r3, [r0]
193 str r1, [r0], #2048 @ linux version
216 str r2, [r0] @ hardware version
236 str r1, [r0] @ linux version
255 str r2, [r0, #2048]! @ hardware version
H A Dabort-lv4t.S76 str r7, [r2, r9, lsr #14] @ Put register 'Rn'
94 str r7, [r2, r9, lsr #14] @ Put register 'Rn'
108 str r7, [r2, r9, lsr #14] @ Put register 'Rn'
204 str r7, [r2, #13 << 2]
219 str r7, [r2, r9, lsr #6]
/arch/m32r/include/asm/
H A Duaccess.h678 * @str: The string to measure.
690 #define strlen_user(str) strnlen_user(str, ~0UL >> 1)
691 long strnlen_user(const char __user *str, long n);
/arch/m68k/q40/
H A Dconfig.c97 void printq40(char *str)
99 int l = strlen(str);
103 *p = *str++;
/arch/mn10300/include/asm/
H A Duaccess.h490 extern long strnlen_user(const char __user *str, long n);
491 #define strlen_user(str) strnlen_user(str, ~0UL >> 1)
/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c51 static int __init setup_cede_offline(char *str) argument
53 if (!strcmp(str, "off"))
55 else if (!strcmp(str, "on"))
/arch/s390/kernel/
H A Ddumpstack.c184 void die(struct pt_regs *regs, const char *str) argument
194 printk("%s: %04x [#%d] ", str, regs->int_code & 0xffff, ++die_counter);
205 notify_die(DIE_OOPS, str, regs, 0, regs->int_code & 0xffff, SIGSEGV);

Completed in 1369 milliseconds

<<111213141516171819