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 DMakefile24 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/arch/m68k/kernel/
H A DMakefile24 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/um/kernel/
H A DMakefile26 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/include/linux/
H A Dprintk.h140 void early_printk(const char *fmt, ...);
143 void early_printk(const char *s, ...) { } in early_printk() function
/linux/arch/s390/kernel/
H A Dearly.c176 early_printk("PANIC: early exception %04x PSW: %016lx %016lx\n", in __do_early_pgm_check()
H A DMakefile59 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/arch/x86/coco/sev/
H A Dvc-handle.c1053 early_printk("PANIC: Unsupported exit-code 0x%02lx in early #VC exception (IP: 0x%lx)\n", in handle_vc_boot_ghcb()
1057 early_printk("PANIC: Failure in communication with VMM (exit-code 0x%02lx IP: 0x%lx)\n", in handle_vc_boot_ghcb()
1061 early_printk("PANIC: Failed to decode instruction (exit-code 0x%02lx IP: 0x%lx)\n", in handle_vc_boot_ghcb()
/linux/arch/arm/kernel/
H A DMakefile89 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.c425 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 DMakefile133 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux/kernel/printk/
H A Dprintk.c2530 asmlinkage __visible void early_printk(const char *fmt, ...) in early_printk() function
/linux/kernel/events/
H A Dcore.c686 early_printk("perf: interrupt took too long (%lld > %lld), lowering " in perf_sample_event_took()