Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/lantiq/
DMakefile9 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/arch/mips/ath25/
DMakefile13 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/arch/x86/platform/efi/
DMakefile3 obj-$(CONFIG_EARLY_PRINTK_EFI) += early_printk.o
/linux-4.4.14/arch/mips/ralink/
DMakefile20 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/arch/mips/loongson64/common/
DMakefile12 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/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.4.14/arch/mips/bcm63xx/
DMakefile5 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/arch/nios2/kernel/
DMakefile23 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/arch/mips/ath79/
DMakefile13 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/arch/unicore32/kernel/
DMakefile10 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/arch/microblaze/kernel/
DMakefile24 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/arch/m68k/kernel/
DMakefile28 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/arch/um/kernel/
DMakefile21 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/arch/blackfin/kernel/
DMakefile32 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/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.4.14/include/linux/
Dprintk.h119 void early_printk(const char *fmt, ...);
122 void early_printk(const char *s, ...) { } in early_printk() function
/linux-4.4.14/arch/arm/kernel/
DMakefile87 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/arch/x86/kernel/
DMakefile83 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
Dhead_64.S398 call early_printk
De820.c806 early_printk(msg); in early_panic()
/linux-4.4.14/arch/mips/kernel/
DMakefile89 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-4.4.14/kernel/printk/
Dprintk.c1967 asmlinkage __visible void early_printk(const char *fmt, ...) in early_printk() function
/linux-4.4.14/kernel/events/
Dcore.c304 early_printk("perf interrupt took too long (%lld > %lld), lowering " in perf_sample_event_took()