Searched defs:setup_early_printk (Results 1 - 10 of 10) sorted by relevance

/arch/blackfin/include/asm/
H A Dearly_printk.h16 extern int setup_early_printk(char *);
31 #define setup_early_printk(fmt) do { } while (0) macro
/arch/mips/kernel/
H A Dearly_printk.c37 void __init setup_early_printk(void) function
/arch/um/kernel/
H A Dearly_printk.c26 static int __init setup_early_printk(char *buf) function
33 early_param("earlyprintk", setup_early_printk);
/arch/unicore32/kernel/
H A Dearly_printk.c41 static int __init setup_early_printk(char *buf) function
59 early_param("earlyprintk", setup_early_printk);
/arch/arm/kernel/
H A Dearly_printk.c51 static int __init setup_early_printk(char *buf) function
57 early_param("earlyprintk", setup_early_printk);
/arch/blackfin/kernel/
H A Dearly_printk.c112 int __init setup_early_printk(char *buf) function
214 setup_early_printk(DEFAULT_EARLY_PORT);
272 early_param("earlyprintk", setup_early_printk);
/arch/tile/kernel/
H A Dearly_printk.c70 static int __init setup_early_printk(char *str) function
110 early_param("earlyprintk", setup_early_printk);
/arch/microblaze/kernel/
H A Dearly_printk.c128 int __init setup_early_printk(char *opt) function
/arch/sh/kernel/
H A Dsh_bios.c149 static int __init setup_early_printk(char *buf) function
172 early_param("earlyprintk", setup_early_printk);
/arch/x86/kernel/
H A Dearly_printk.c203 static int __init setup_early_printk(char *buf) function
259 early_param("earlyprintk", setup_early_printk);

Completed in 2325 milliseconds