Home
last modified time | relevance | path

Searched refs:early_serial_console (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/x86/kernel/
Dearly_printk.c320 static struct console early_serial_console = { variable
358 early_console_register(&early_serial_console, keep); in setup_early_printk()
364 early_console_register(&early_serial_console, keep); in setup_early_printk()
369 early_console_register(&early_serial_console, keep); in setup_early_printk()
/linux-6.6.21/arch/x86/boot/
DMakefile37 setup-y += early_serial_console.o edd.o header.o main.o memory.o
/linux-6.6.21/arch/x86/boot/compressed/
DMakefile103 vmlinux-objs-$(CONFIG_EARLY_PRINTK) += $(obj)/early_serial_console.o
/linux-6.6.21/drivers/tty/serial/
Dsh-sci.c3141 static struct console early_serial_console = { variable
3153 if (early_serial_console.data) in sci_probe_earlyprintk()
3156 early_serial_console.index = pdev->id; in sci_probe_earlyprintk()
3161 early_serial_console.flags |= CON_BOOT; in sci_probe_earlyprintk()
3163 register_console(&early_serial_console); in sci_probe_earlyprintk()