Home
last modified time | relevance | path

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

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