Home
last modified time | relevance | path

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

/linux/arch/mips/ath79/
H A DMakefile11 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/arch/mips/lantiq/
H A DMakefile7 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/arch/mips/ath25/
H A DMakefile13 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/arch/mips/bcm63xx/
H A DMakefile6 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/arch/mips/ralink/
H A DMakefile26 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/arch/x86/lib/
H A Dkaslr.c24 #define debug_putstr(v) early_printk("%s", v)
/linux/arch/m68k/kernel/
H A DMakefile32 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/arch/um/kernel/
H A DMakefile26 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/include/linux/
H A Dprintk.h138 void early_printk(const char *fmt, ...);
141 void early_printk(const char *s, ...) { } in early_printk() function
/linux/arch/s390/kernel/
H A DMakefile60 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/arch/arm/kernel/
H A DMakefile91 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/arch/mips/kernel/
H A DMakefile95 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/arch/x86/mm/
H A Dextable.c429 early_printk("PANIC: early exception 0x%02x IP %lx:%lx error %lx cr2 0x%lx\n", in early_fixup_exception()
/linux/arch/x86/kernel/
H A DMakefile113 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
H A Dsev.c2030 early_printk("PANIC: Unsupported exit-code 0x%02lx in early #VC exception (IP: 0x%lx)\n", in handle_vc_boot_ghcb()
2034 early_printk("PANIC: Failure in communication with VMM (exit-code 0x%02lx IP: 0x%lx)\n", in handle_vc_boot_ghcb()
2038 early_printk("PANIC: Failed to decode instruction (exit-code 0x%02lx IP: 0x%lx)\n", in handle_vc_boot_ghcb()
H A De820.c878 early_printk(msg); in early_panic()
/linux/kernel/printk/
H A Dprintk.c2398 asmlinkage __visible void early_printk(const char *fmt, ...) in early_printk() function
/linux/kernel/events/
H A Dcore.c565 early_printk("perf: interrupt took too long (%lld > %lld), lowering " in perf_sample_event_took()