Searched refs:str (Results 226 - 250 of 474) sorted by relevance

1234567891011>>

/arch/s390/mm/
H A Dcmm.c246 char *str; local
248 for (str = cp; *str == ' ' || *str == '\t'; str++)
250 *endp = str;
251 return str != cp;
/arch/powerpc/sysdev/
H A Dfsl_rio.c286 const char *str; local
291 str = "1";
294 str = "4";
297 str = "Unknown";
300 dev_info(dev, "Hardware port width: %s\n", str);
304 str = "Single-lane 0";
307 str = "Single-lane 2";
310 str = "Four-lane";
313 str = "Unknown";
316 dev_info(dev, "Training connection status: %s\n", str);
[all...]
/arch/arm/crypto/
H A Dsha1-armv4-large.S94 str r9,[r14,#-4]!
119 str r9,[r14,#-4]!
144 str r9,[r14,#-4]!
169 str r9,[r14,#-4]!
194 str r9,[r14,#-4]!
222 str r9,[r14,#-4]!
235 str r9,[r14,#-4]!
252 str r9,[r14,#-4]!
269 str r9,[r14,#-4]!
286 str r
[all...]
/arch/tile/include/asm/
H A Duaccess.h467 * @str: The string to measure.
479 extern long strnlen_user_asm(const char __user *str, long n);
480 static inline long __must_check strnlen_user(const char __user *str, long n) argument
483 return strnlen_user_asm(str, n);
485 #define strlen_user(str) strnlen_user(str, LONG_MAX)
/arch/xtensa/include/asm/
H A Duaccess.h476 #define strlen_user(str) strnlen_user((str), TASK_SIZE - 1)
483 static inline long strnlen_user(const char *str, long len)
487 if ((unsigned long)str > top)
489 return __strnlen_user(str, len);
/arch/xtensa/mm/
H A Dinit.c399 static int __init parse_memmap_opt(char *str) argument
401 while (str) {
402 char *k = strchr(str, ',');
407 parse_memmap_one(str);
408 str = k;
/arch/s390/kernel/
H A Dsetup.c117 static int __init condev_setup(char *str) argument
121 vdev = simple_strtoul(str, &str, 0);
146 static int __init conmode_setup(char *str) argument
149 if (strncmp(str, "hwc", 4) == 0 || strncmp(str, "sclp", 5) == 0)
153 if (strncmp(str, "3215", 5) == 0)
157 if (strncmp(str, "3270", 5) == 0)
937 static int __init parse_no_removal_warning(char *str) argument
/arch/arc/mm/
H A Dcache_arc700.c80 #define PR_CACHE(p, cfg, str) \
82 n += scnprintf(buf + n, len - n, str"\t\t: N/A\n"); \
85 str"\t\t: %uK, %dway/set, %uB Line, %s%s%s\n", \
154 char str[256]; local
156 printk(arc_cache_mumbojumbo(0, str, sizeof(str)));
/arch/arm/kernel/
H A Dentry-common.S52 str r0, [sp, #S_R0+S_OFF]! @ returned r0
364 str lr, [sp, #S_PC] @ Save calling PC
365 str r8, [sp, #S_PSR] @ Save CPSR
366 str r0, [sp, #S_OLD_R0] @ Save OLD_R0
455 str lr, [sp, #S_PC]
482 str r0, [sp, #S_R0 + S_OFF]! @ save returned r0
567 str r5, [sp, #4]
601 str r3, [sp]
H A Dentry-v7m.S66 str r0, [r1, V7M_SCB_ICSR] @ raise PendSV
84 str r0, [r1, V7M_SCB_ICSR] @ clear PendSV
102 str sp, [ip], #4
103 str lr, [ip], #4
/arch/arm/lib/
H A Dio-readsw-armv4.S77 str r3, [r1], #4
116 str ip, [r1], #4
H A Dcsumpartialcopyuser.S75 str r4, [r5]
/arch/arm/mach-msm/
H A Dboard-trout-mmc.c61 static int __init trout_disablesdcard_setup(char *str) argument
63 int cal = simple_strtol(str, NULL, 0);
/arch/arm/mach-omap1/include/mach/
H A Ddebug-macro.S70 str \rp, [\tmp, #0] @ omap_uart_phys
73 str \rp, [\tmp, #4] @ omap_uart_virt
/arch/arm/mach-shmobile/
H A Dintc.h101 #define INTC_IRQ_PINS_16(p, base, vect, str) \
137 .name = str, \
145 #define INTC_IRQ_PINS_16H(p, base, vect, str) \
181 .name = str, \
189 #define INTC_IRQ_PINS_32(p, base, vect, str) \
231 .name = str, \
252 #define INTC_PINT(p, mask_reg, sense_base, str, \
284 .name = str, \
/arch/arm/mach-tegra/
H A Dsleep.S156 str r0, [r5, #CLK_RESET_CCLK_BURST]
158 str r0, [r5, #CLK_RESET_CCLK_DIVIDER]
/arch/microblaze/kernel/
H A Dexceptions.c39 void die(const char *str, struct pt_regs *fp, long err) argument
43 pr_warn("Oops: %s, sig: %ld\n", str, err);
/arch/mips/kernel/
H A Dmips-mt-fpaff.c189 static int __init fpaff_thresh(char *str) argument
191 get_option(&str, &fpaff_threshold);
/arch/mn10300/kernel/
H A Dmn10300-watchdog.c76 static int __init setup_watchdog(char *str) argument
82 get_option(&str, &opt);
/arch/parisc/kernel/
H A Dpdc_chassis.c54 * @str configuration param: 0 to disable chassis log
58 static int __init pdc_chassis_setup(char *str) argument
60 /*panic_timeout = simple_strtoul(str, NULL, 0);*/
61 get_option(&str, &pdc_chassis_enabled);
/arch/powerpc/platforms/ps3/
H A Dsetup.c107 static void ps3_panic(char *str) argument
109 DBG("%s:%d %s\n", __func__, __LINE__, str);
/arch/sparc/boot/
H A Dpiggyback.c68 static void die(const char *str) argument
70 perror(str);
/arch/sparc/kernel/
H A Dapc.c46 static int __init apc_setup(char *str) argument
48 if(!strncmp(str, "noidle", strlen("noidle"))) {
/arch/x86/kernel/apic/
H A Dprobe_32.c38 static __init int no_ipi_broadcast(char *str) argument
40 get_option(&str, &no_broadcast);
/arch/arc/kernel/
H A Dperf_event.c238 char str[9]; member in union:cc_name
265 cc_name.str[8] = 0;
275 !strcmp(arc_pmu_ev_hw_map[i], cc_name.str) &&
278 i, j, cc_name.str);

Completed in 1150 milliseconds

1234567891011>>