Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/ath79/
H A DMakefile11 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/OK3568_Linux_fs/kernel/arch/mips/lantiq/
H A DMakefile7 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/OK3568_Linux_fs/kernel/arch/mips/ath25/
H A DMakefile13 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/OK3568_Linux_fs/kernel/arch/mips/bcm63xx/
H A DMakefile6 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/OK3568_Linux_fs/kernel/arch/mips/ralink/
H A DMakefile26 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dkaslr.c24 #define debug_putstr(v) early_printk("%s", v)
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A DMakefile30 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A DMakefile24 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/OK3568_Linux_fs/kernel/include/linux/
H A Dprintk.h145 void early_printk(const char *fmt, ...);
148 void early_printk(const char *s, ...) { } in early_printk() function
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A DMakefile57 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dextable.c240 early_printk("PANIC: early exception 0x%02x IP %lx:%lx error %lx cr2 0x%lx\n", in early_fixup_exception()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/cpu/
H A Dcpuinfo-static.c21 early_printk("ERROR: Microblaze " x "-different for kernel and DTS\n");
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A DMakefile94 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/OK3568_Linux_fs/kernel/arch/mips/boot/compressed/
H A DMakefile53 $(obj)/uart-ath79.c: $(srctree)/arch/mips/ath79/early_printk.c
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsev-es.c1449 early_printk("PANIC: Unsupported exit-code 0x%02lx in early #VC exception (IP: 0x%lx)\n", in handle_vc_boot_ghcb()
1453 early_printk("PANIC: Failure in communication with VMM (exit-code 0x%02lx IP: 0x%lx)\n", in handle_vc_boot_ghcb()
1457 early_printk("PANIC: Failed to decode instruction (exit-code 0x%02lx IP: 0x%lx)\n", in handle_vc_boot_ghcb()
H A DMakefile119 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
H A De820.c877 early_printk(msg); in early_panic()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A DMakefile100 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk.c2174 asmlinkage __visible void early_printk(const char *fmt, ...) in early_printk() function
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c558 early_printk("perf: interrupt took too long (%lld > %lld), lowering " in perf_sample_event_took()