Searched refs:early_printk (Results 1 – 19 of 19) sorted by relevance
/linux-6.12.1/arch/mips/ath79/ |
D | Makefile | 11 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
/linux-6.12.1/arch/mips/lantiq/ |
D | Makefile | 7 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
/linux-6.12.1/arch/mips/ath25/ |
D | Makefile | 13 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
/linux-6.12.1/arch/mips/bcm63xx/ |
D | Makefile | 6 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
/linux-6.12.1/arch/mips/ralink/ |
D | Makefile | 26 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
/linux-6.12.1/arch/x86/lib/ |
D | kaslr.c | 24 #define debug_putstr(v) early_printk("%s", v)
|
/linux-6.12.1/arch/m68k/kernel/ |
D | Makefile | 32 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
/linux-6.12.1/arch/um/kernel/ |
D | Makefile | 26 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
/linux-6.12.1/include/linux/ |
D | printk.h | 141 void early_printk(const char *fmt, ...); 144 void early_printk(const char *s, ...) { } in early_printk() function
|
/linux-6.12.1/arch/s390/kernel/ |
D | Makefile | 61 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
D | early.c | 201 early_printk("PANIC: early exception %04x PSW: %016lx %016lx\n", in __do_early_pgm_check()
|
/linux-6.12.1/arch/arm/kernel/ |
D | Makefile | 89 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
/linux-6.12.1/arch/mips/kernel/ |
D | Makefile | 95 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
/linux-6.12.1/arch/x86/mm/ |
D | extable.c | 429 early_printk("PANIC: early exception 0x%02x IP %lx:%lx error %lx cr2 0x%lx\n", in early_fixup_exception()
|
/linux-6.12.1/arch/x86/kernel/ |
D | Makefile | 117 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
D | e820.c | 879 early_printk(msg); in early_panic()
|
/linux-6.12.1/arch/x86/coco/sev/ |
D | core.c | 2183 early_printk("PANIC: Unsupported exit-code 0x%02lx in early #VC exception (IP: 0x%lx)\n", in handle_vc_boot_ghcb() 2187 early_printk("PANIC: Failure in communication with VMM (exit-code 0x%02lx IP: 0x%lx)\n", in handle_vc_boot_ghcb() 2191 early_printk("PANIC: Failed to decode instruction (exit-code 0x%02lx IP: 0x%lx)\n", in handle_vc_boot_ghcb()
|
/linux-6.12.1/kernel/printk/ |
D | printk.c | 2460 asmlinkage __visible void early_printk(const char *fmt, ...) in early_printk() function
|
/linux-6.12.1/kernel/events/ |
D | core.c | 599 early_printk("perf: interrupt took too long (%lld > %lld), lowering " in perf_sample_event_took()
|