Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dearly_printk.c357 static struct console early_serial_console = { variable
395 early_console_register(&early_serial_console, keep); in setup_early_printk()
400 early_console_register(&early_serial_console, keep); in setup_early_printk()
406 early_console_register(&early_serial_console, keep); in setup_early_printk()
412 early_console_register(&early_serial_console, keep); in setup_early_printk()
/linux-6.15/arch/x86/boot/
H A DMakefile24 setup-y += early_serial_console.o edd.o header.o main.o memory.o
/linux-6.15/arch/x86/boot/compressed/
H A DMakefile92 vmlinux-objs-$(CONFIG_EARLY_PRINTK) += $(obj)/early_serial_console.o
/linux-6.15/drivers/tty/serial/
H A Dsh-sci.c3212 static struct console early_serial_console = { variable
3224 if (early_serial_console.data) in sci_probe_earlyprintk()
3227 early_serial_console.index = pdev->id; in sci_probe_earlyprintk()
3232 early_serial_console.flags |= CON_BOOT; in sci_probe_earlyprintk()
3234 register_console(&early_serial_console); in sci_probe_earlyprintk()