Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/ath79/
DMakefile11 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-6.6.21/arch/mips/lantiq/
DMakefile7 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-6.6.21/arch/mips/ath25/
DMakefile13 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-6.6.21/arch/mips/bcm63xx/
DMakefile6 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-6.6.21/arch/mips/ralink/
DMakefile26 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-6.6.21/arch/x86/lib/
Dkaslr.c24 #define debug_putstr(v) early_printk("%s", v)
/linux-6.6.21/arch/m68k/kernel/
DMakefile32 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-6.6.21/arch/um/kernel/
DMakefile26 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-6.6.21/include/linux/
Dprintk.h135 void early_printk(const char *fmt, ...);
138 void early_printk(const char *s, ...) { } in early_printk() function
/linux-6.6.21/arch/microblaze/kernel/cpu/
Dcpuinfo-static.c21 early_printk("ERROR: Microblaze " x "-different for kernel and DTS\n");
/linux-6.6.21/arch/s390/kernel/
DMakefile58 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-6.6.21/arch/arm/kernel/
DMakefile92 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-6.6.21/arch/mips/kernel/
DMakefile95 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
/linux-6.6.21/arch/x86/mm/
Dextable.c360 early_printk("PANIC: early exception 0x%02x IP %lx:%lx error %lx cr2 0x%lx\n", in early_fixup_exception()
/linux-6.6.21/arch/x86/kernel/
DMakefile110 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
Dsev.c2020 early_printk("PANIC: Unsupported exit-code 0x%02lx in early #VC exception (IP: 0x%lx)\n", in handle_vc_boot_ghcb()
2024 early_printk("PANIC: Failure in communication with VMM (exit-code 0x%02lx IP: 0x%lx)\n", in handle_vc_boot_ghcb()
2028 early_printk("PANIC: Failed to decode instruction (exit-code 0x%02lx IP: 0x%lx)\n", in handle_vc_boot_ghcb()
De820.c877 early_printk(msg); in early_panic()
/linux-6.6.21/kernel/printk/
Dprintk.c2376 asmlinkage __visible void early_printk(const char *fmt, ...) in early_printk() function
/linux-6.6.21/kernel/events/
Dcore.c565 early_printk("perf: interrupt took too long (%lld > %lld), lowering " in perf_sample_event_took()