Home
last modified time | relevance | path

Searched refs:early_printk (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/arch/mips/lantiq/
DMakefile9 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/mips/ath25/
DMakefile13 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/x86/platform/efi/
DMakefile3 obj-$(CONFIG_EARLY_PRINTK_EFI) += early_printk.o
/linux-4.1.27/arch/mips/ralink/
DMakefile20 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/mips/loongson/common/
DMakefile12 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/tile/kernel/
Dearly_printk.c56 early_printk("Kernel panic - not syncing: %pV", &vaf); in early_panic()
DMakefile21 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/mips/bcm63xx/
DMakefile5 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/nios2/kernel/
DMakefile23 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/mips/ath79/
DMakefile13 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/unicore32/kernel/
DMakefile10 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/m68k/kernel/
DMakefile28 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/microblaze/kernel/
DMakefile24 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/um/kernel/
DMakefile21 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/arm/mach-socfpga/
Dsocfpga.c64 early_printk("Early printk initialized\n"); in socfpga_map_io()
/linux-4.1.27/arch/blackfin/kernel/
DMakefile32 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/include/linux/
Dprintk.h117 void early_printk(const char *fmt, ...);
120 void early_printk(const char *s, ...) { } in early_printk() function
/linux-4.1.27/arch/microblaze/kernel/cpu/
Dcpuinfo-pvr-full.c27 early_printk("ERROR: Microblaze " x "-different for PVR and DTS\n");
Dcpuinfo-static.c21 early_printk("ERROR: Microblaze " x "-different for kernel and DTS\n");
/linux-4.1.27/arch/arm/kernel/
DMakefile85 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/arch/x86/kernel/
DMakefile84 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
Dhead_64.S398 call early_printk
De820.c805 early_printk(msg); in early_panic()
/linux-4.1.27/arch/mips/kernel/
DMakefile89 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.1.27/kernel/printk/
Dprintk.c1908 asmlinkage __visible void early_printk(const char *fmt, ...) in early_printk() function
/linux-4.1.27/kernel/events/
Dcore.c301 early_printk("perf interrupt took too long (%lld > %lld), lowering " in perf_sample_event_took()