Searched refs:str (Results 101 - 125 of 474) sorted by relevance

1234567891011>>

/arch/arm64/include/asm/
H A Dsystem_misc.h33 void arm64_notify_die(const char *str, struct pt_regs *regs,
/arch/avr32/include/asm/
H A Dbug.h74 void die(const char *str, struct pt_regs *regs, long err);
/arch/m32r/kernel/
H A Dtraps.c217 void die(const char * str, struct pt_regs * regs, long err) argument
222 printk("%s: %04lx\n", str, err & 0xffff);
229 static __inline__ void die_if_kernel(const char * str, argument
233 die(str, regs, err);
236 static __inline__ void do_trap(int trapnr, int signr, const char * str, argument
252 die(str, regs, error_code);
257 #define DO_ERROR(trapnr, signr, str, name) \
263 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \
271 do_trap(trapnr, signr, str, regs, error_code, &info); \
/arch/microblaze/include/asm/
H A Dexceptions.h72 void die(const char *str, struct pt_regs *fp, long err);
/arch/mips/include/asm/
H A Dkgdb.h40 extern int kgdb_ll_trap(int cmd, const char *str,
/arch/powerpc/include/asm/
H A Dfadump.h151 static inline u64 str_to_u64(const char *str) argument
157 val = (*str) ? (val << 8) | *str++ : val << 8;
215 static inline void crash_fadump(struct pt_regs *regs, const char *str) { } argument
/arch/arm/kernel/
H A Dtraps.c55 static int __init user_debug_setup(char *str) argument
57 get_option(&str, &user_debug);
96 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, argument
111 printk("%s%s(0x%08lx to 0x%08lx)\n", lvl, str, bottom, top);
115 char str[sizeof(" 12345678") * 8 + 1]; local
117 memset(str, ' ', sizeof(str));
118 str[sizeof(str) - 1] = '\0';
124 sprintf(str
141 char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; local
237 __die(const char *str, int err, struct pt_regs *regs) argument
319 die(const char *str, struct pt_regs *regs, int err) argument
336 arm_notify_die(const char *str, struct pt_regs *regs, struct siginfo *info, unsigned long err, unsigned long trap) argument
[all...]
H A Dfiqasm.S44 str sp, [r0], #4
45 str lr, [r0]
H A Dhead.S172 1: str r3, [r0], #4
173 str r3, [r0], #4
174 str r3, [r0], #4
175 str r3, [r0], #4
191 str r7, [r0], #4 @ set top PGD entry bits
192 str r3, [r0], #4 @ set bottom PGD entry bits
194 str r3, [r0], #4 @ set bottom PGD entry bits
195 str r7, [r0], #4 @ set top PGD entry bits
222 str r3, [r4, r5, lsl #PMD_ORDER] @ identity mapping
234 1: str r
[all...]
/arch/arm/mach-omap2/
H A Dsram242x.S53 str r3, [r2] @ go to L1-freq operation
68 str r10, [r11] @ commit to DLLA_CTRL
81 str r3, [r2] @ go to L0-freq operation
89 str r1, [r11] @ restore DLLA_CTRL high value
91 str r1, [r11] @ set value DLLB_CTRL
95 str r10, [r0] @ write dll_status and return counter
116 str r5, [r4] @ set up for change.
119 str r5, [r4] @ Force transition to L1
174 str r3, [r4] @ set new state (pll/x, x=1 or 2)
182 str r
[all...]
H A Dsram243x.S53 str r3, [r2] @ go to L1-freq operation
68 str r10, [r11] @ commit to DLLA_CTRL
81 str r3, [r2] @ go to L0-freq operation
89 str r1, [r11] @ restore DLLA_CTRL high value
91 str r1, [r11] @ set value DLLB_CTRL
95 str r10, [r0] @ write dll_status and return counter
116 str r5, [r4] @ set up for change.
119 str r5, [r4] @ Force transition to L1
174 str r3, [r4] @ set new state (pll/x, x=1 or 2)
182 str r
[all...]
/arch/um/drivers/
H A Dnet_kern.c298 static void setup_etheraddr(struct net_device *dev, char *str) argument
304 if (str == NULL)
308 addr[i] = simple_strtoul(str, &end, 16);
309 if ((end == str) ||
313 "as an ethernet address\n", str);
316 str = end + 1;
529 static int eth_parse(char *str, int *index_out, char **str_out, argument
535 n = simple_strtoul(str, &end, 0);
536 if (end == str) {
541 str
623 eth_setup_common(char *str, int index) argument
648 eth_setup(char *str) argument
677 net_config(char *str, char **error_out) argument
699 net_id(char **str, int *start_out, int *end_out) argument
893 tap_setup_common(char *str, char *type, char **dev_name, char **mac_out, char **gate_addr) argument
[all...]
H A Dubd_kern.c228 static int fake_ide_setup(char *str) argument
243 char *str = *ptr, *end; local
246 if(isdigit(*str)) {
247 n = simple_strtoul(str, &end, 0);
248 if(end == str)
252 else if (('a' <= *str) && (*str <= 'z')) {
253 n = *str - 'a';
254 str++;
255 *ptr = str;
264 ubd_setup_common(char *str, int *index_out, char **error_out) argument
385 ubd_setup(char *str) argument
423 udb_setup(char *str) argument
898 ubd_config(char *str, char **error_out) argument
935 ubd_get_config(char *name, char *str, int size, char **error_out) argument
967 ubd_id(char **str, int *start_out, int *end_out) argument
[all...]
H A Dchan.h31 extern int parse_chan_pair(char *str, struct line *line, int device,
46 extern int chan_config_string(struct line *line, char *str, int size,
/arch/um/os-Linux/
H A Dstart_up.c68 static void fatal_perror(const char *str) argument
70 perror(str);
160 static int __init skas0_cmd_param(char *str, int* add) argument
172 static int __init mode_skas0_cmd_param(char *str, int* add)
186 static int __init nosysemu_cmd_param(char *str, int* add) argument
379 static int __init noprocmm_cmd_param(char *str, int* add) argument
391 static int __init noptracefaultinfo_cmd_param(char *str, int* add) argument
403 static int __init noptraceldt_cmd_param(char *str, int* add) argument
494 int __init parse_iomem(char *str, int *add) argument
501 driver = str;
[all...]
/arch/arm/mach-footbridge/include/mach/
H A Ddebug-macro.S32 str \rd, [\rx, #0x160] @ UARTDR
/arch/arm/mach-netx/include/mach/
H A Ddebug-macro.S23 str \rd, [\rx, #0]
/arch/arm/mach-s3c64xx/
H A Dsleep.S65 str r0, [ r3, #S3C64XX_GPNCON ]
70 str r0, [ r3, #S3C64XX_GPNDAT ]
/arch/arm/plat-omap/
H A Di2c.c43 * @str: String of options
52 static int __init omap_i2c_bus_setup(char *str) argument
56 get_options(str, 3, ints);
/arch/arm64/lib/
H A Dcopy_from_user.S37 str x3, [x0], #8
43 str w3, [x0], #4
H A Dcopy_in_user.S39 USER(9f, str x3, [x0], #8 )
45 USER(9f, str w3, [x0], #4 )
H A Dcopy_to_user.S37 USER(9f, str x3, [x0], #8 )
43 USER(9f, str w3, [x0], #4 )
/arch/m68k/kernel/
H A Dpcibios.c100 char *pcibios_setup(char *str) argument
102 return str;
/arch/x86/kernel/
H A Dmpparse.c76 void __init default_mpc_oem_bus_info(struct mpc_bus *m, char *str) argument
78 memcpy(str, m->bustype, 6);
79 str[6] = 0;
80 apic_printk(APIC_VERBOSE, "Bus #%d is %s\n", m->busid, str);
85 char str[7]; local
87 x86_init.mpparse.mpc_oem_bus_info(m, str);
92 m->busid, str, MAX_MP_BUSSES - 1);
98 if (strncmp(str, BUSTYPE_ISA, sizeof(BUSTYPE_ISA) - 1) == 0) {
102 } else if (strncmp(str, BUSTYPE_PCI, sizeof(BUSTYPE_PCI) - 1) == 0) {
109 } else if (strncmp(str, BUSTYPE_EIS
157 smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) argument
210 char str[16]; local
803 update_mptable_setup(char *str) argument
840 char str[16]; local
[all...]
/arch/xtensa/platforms/iss/
H A Dnetwork.c101 static char *split_if_spec(char *str, ...) argument
106 va_start(ap, str);
108 if (*str == '\0')
110 end = strchr(str, ',');
111 if (end != str)
112 *arg = str;
116 str = end;
119 return str;
124 static void setup_etheraddr(struct net_device *dev, char *str) argument
128 if (str
609 iss_net_setup(char *str) argument
[all...]

Completed in 461 milliseconds

1234567891011>>