| /linux-6.15/arch/sh/kernel/ |
| H A D | sh_bios.c | 160 early_console->flags &= ~CON_BOOT; in setup_early_printk() 162 early_console->flags |= CON_BOOT; in setup_early_printk()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | udbg.c | 145 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME, 163 udbg_console.flags &= ~CON_BOOT; in register_early_udbg_console()
|
| /linux-6.15/arch/um/kernel/ |
| H A D | early_printk.c | 19 .flags = CON_BOOT,
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | early_printk.c | 30 .flags = CON_PRINTBUFFER | CON_BOOT,
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | early_printk.c | 20 .flags = CON_PRINTBUFFER | CON_BOOT,
|
| /linux-6.15/arch/mips/dec/prom/ |
| H A D | console.c | 34 .flags = CON_BOOT | CON_PRINTBUFFER,
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | setup_32.c | 106 .flags = CON_PRINTBUFFER | CON_BOOT, 127 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
| H A D | setup_64.c | 82 .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME, 101 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
| H A D | btext.c | 304 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | early_printk.c | 36 .flags = CON_PRINTBUFFER | CON_BOOT,
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | early_printk.c | 38 .flags = CON_PRINTBUFFER | CON_BOOT,
|
| /linux-6.15/fs/proc/ |
| H A D | consoles.c | 23 { CON_BOOT, 'B' }, in show_console_dev()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | early_printk.c | 373 early_console->flags &= ~CON_BOOT; in early_console_register() 375 early_console->flags |= CON_BOOT; in early_console_register()
|
| /linux-6.15/kernel/printk/ |
| H A D | printk.c | 3886 if (newcon->flags & (CON_PRINTBUFFER | CON_BOOT)) { in get_init_console_seq() 3931 if (!(con->flags & CON_BOOT) || in get_init_console_seq() 3995 if (con->flags & CON_BOOT) in register_console() 4002 if ((newcon->flags & CON_BOOT) && realcon_registered) { in register_console() 4031 console_first()->flags & CON_BOOT) { in register_console() 4057 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) { in register_console() 4072 if (newcon->flags & CON_BOOT) in register_console() 4127 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console() 4132 if (con->flags & CON_BOOT) in register_console() 4220 if (c->flags & CON_BOOT) in unregister_console_locked() [all …]
|
| H A D | internal.h | 21 (con->flags & CON_BOOT) ? "boot" : "", \
|
| H A D | nbcon.c | 1690 if (con->flags & CON_BOOT) { in nbcon_alloc() 1730 if (!(con->flags & CON_BOOT)) in nbcon_free()
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | srmcons.c | 268 .flags = CON_PRINTBUFFER | CON_BOOT,
|
| /linux-6.15/drivers/usb/early/ |
| H A D | xhci-dbc.c | 922 early_console->flags &= ~CON_BOOT; in early_xdbc_register_console() 924 early_console->flags |= CON_BOOT; in early_xdbc_register_console() 973 (early_xdbc_console.flags & CON_BOOT)) { in xdbc_init()
|
| H A D | ehci-dbgp.c | 981 !(early_dbgp_console.flags & CON_BOOT)) || in dbgp_reset_prep()
|
| /linux-6.15/include/linux/ |
| H A D | console.h | 193 CON_BOOT = BIT(3), enumerator
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | earlycon.c | 31 .flags = CON_PRINTBUFFER | CON_BOOT,
|
| H A D | kgdboc.c | 580 (con->flags & (CON_BOOT | CON_ENABLED)) && in kgdboc_earlycon_init()
|
| H A D | sh-sci.c | 3232 early_serial_console.flags |= CON_BOOT; in sci_probe_earlyprintk()
|
| /linux-6.15/drivers/tty/hvc/ |
| H A D | hvc_xen.c | 729 .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME,
|
| /linux-6.15/drivers/tty/ |
| H A D | mips_ejtag_fdc.c | 1136 .flags = CON_PRINTBUFFER | CON_BOOT,
|