Searched refs:str (Results 201 - 225 of 474) sorted by relevance

1234567891011>>

/arch/s390/kernel/
H A Dtraps.c63 void do_report_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) argument
85 die(regs, str);
91 char *str)
93 if (notify_die(DIE_TRAP, str, regs, 0,
96 do_report_trap(regs, si_signo, si_code, str);
124 #define DO_ERROR_INFO(name, signr, sicode, str) \
127 do_trap(regs, signr, sicode, str); \
368 static int __init disable_vector_extension(char *str) argument
90 do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) argument
/arch/sh/kernel/
H A Ddumpstack.c20 void dump_mem(const char *str, unsigned long bottom, unsigned long top) argument
25 printk("%s(0x%08lx to 0x%08lx)\n", str, bottom, top);
/arch/um/drivers/
H A Dpcap_kern.c53 int pcap_setup(char *str, char **mac_out, void *data) argument
65 remain = split_if_spec(str, &host_if, &init->filter,
H A Dvde_kern.c70 static int vde_setup(char *str, char **mac_out, void *data) argument
82 remain = split_if_spec(str, &init->vde_switch, mac_out, &port_str,
H A Dline.c465 int line_config(struct line *lines, unsigned int num, char *str, argument
471 if (*str == '=') {
476 n = simple_strtoul(str, &end, 0);
489 int line_get_config(char *name, struct line *lines, unsigned int num, char *str, argument
510 CONFIG_CHUNK(str, size, n, "none", 1);
514 CONFIG_CHUNK(str, size, n, line->init_str, 1);
516 n = chan_config_string(line, str, size, error_out);
524 int line_id(char **str, int *start_out, int *end_out) argument
529 n = simple_strtoul(*str, &end, 0);
530 if ((*end != '\0') || (end == *str))
[all...]
/arch/arm/include/asm/
H A Dbug.h39 ".pushsection .rodata.str, \"aMS\", %progbits, 1\n" \
67 void arm_notify_die(const char *str, struct pt_regs *regs, struct siginfo *info,
H A Duaccess.h431 "1: " TUSER(str) " %1,[%2],#0\n" \
456 ARM( "1: " TUSER(str) " " __reg_oper1 ", [%1], #4\n" ) \
457 ARM( "2: " TUSER(str) " " __reg_oper0 ", [%1]\n" ) \
458 THUMB( "1: " TUSER(str) " " __reg_oper1 ", [%1]\n" ) \
459 THUMB( "2: " TUSER(str) " " __reg_oper0 ", [%1, #4]\n" ) \
516 extern __must_check long strlen_user(const char __user *str);
517 extern __must_check long strnlen_user(const char __user *str, long n);
/arch/arm/include/debug/
H A D8250.S19 str \rd, \rx
H A Dtegra.S86 str \rv, [\tmp]
149 91: str \rp, [\tmp, #4] @ Store in tegra_uart_phys
152 str \rp, [\tmp, #8] @ Store 0 in tegra_uart_virt
156 str \rv, [\tmp, #8] @ Store in tegra_uart_virt
H A Dzynq.S41 str \rd, [\rx, #UART_FIFO_OFFSET] @ TXDATA
/arch/arm/kernel/
H A Drelocate_kernel.S52 str r5,[r4],#4
/arch/arm/mach-omap2/
H A Domap-headsmp.S95 str r0, [r1]
/arch/arm/mach-s3c24xx/
H A Dsleep.S71 str r12, [ r14, #0x54 ]
/arch/arm/mach-shmobile/
H A Dsleep-sh7372.S96 str r8, [r0]
/arch/arm64/lib/
H A Dmemcpy.S85 str tmp1w, [dst], #4
89 str tmp1, [dst],#8
130 str tmp1, [dst], #8
134 str tmp1w, [dst], #4
H A Dmemmove.S90 str tmp1w, [dst, #-4]!
94 str tmp1, [dst, #-8]!
126 str tmp1, [dst, #-8]!
130 str tmp1w, [dst, #-4]!
/arch/mips/pci/
H A Dpci.c344 char * (*pcibios_plat_setup)(char *str) __initdata;
346 char *__init pcibios_setup(char *str) argument
349 return pcibios_plat_setup(str);
350 return str;
/arch/powerpc/kernel/
H A Dsetup_32.c152 int __init ppc_setup_l2cr(char *str) argument
155 unsigned long val = simple_strtoul(str, NULL, 0);
165 int __init ppc_setup_l3cr(char *str) argument
168 unsigned long val = simple_strtoul(str, NULL, 0);
/arch/score/include/asm/
H A Duaccess.h407 extern int __strnlen_user(const char *str, long len);
408 static inline long strnlen_user(const char __user *str, long len) argument
410 if (!access_ok(VERIFY_READ, str, 0))
413 return __strnlen_user(str, len);
/arch/score/kernel/
H A Dtraps.c154 void __die(const char *str, struct pt_regs *regs, const char *file, argument
158 printk("%s", str);
166 void __die_if_kernel(const char *str, struct pt_regs *regs, argument
170 __die(str, regs, file, func, line);
/arch/sparc/kernel/
H A Dnmi.c69 static void die_nmi(const char *str, struct pt_regs *regs, int do_panic) argument
73 if (notify_die(DIE_NMIWATCHDOG, str, regs, 0,
265 static int __init setup_nmi_watchdog(char *str) argument
267 if (!strncmp(str, "panic", 5))
/arch/um/include/shared/
H A Dnet_kern.h64 extern int tap_setup_common(char *str, char *type, char **dev_name,
/arch/unicore32/kernel/
H A Dpci.c284 char * __init pcibios_setup(char *str) argument
286 if (!strcmp(str, "debug")) {
289 } else if (!strcmp(str, "firmware")) {
293 return str;
/arch/x86/boot/compressed/
H A Dmisc.c179 const char *str = s; local
180 while (*str) {
181 if (*str == '\n')
183 serial_putchar(*str++);
/arch/arm/kvm/
H A Dinterrupts.S282 str r2, [vcpu, #VCPU_HSR]
283 str r1, [vcpu, #VCPU_HxFAR]
288 str r2, [vcpu, #VCPU_HSR]
289 str r1, [vcpu, #VCPU_HxFAR]
399 str r1, [vcpu, #VCPU_HSR]
410 2: str r2, [vcpu, #VCPU_HxFAR]
452 str r2, [r0, #VCPU_HPFAR]

Completed in 424 milliseconds

1234567891011>>