Searched refs:CON_BOOT (Results 1 – 23 of 23) sorted by relevance
/linux-6.6.21/arch/sh/kernel/ |
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.6.21/arch/powerpc/kernel/ |
D | udbg.c | 154 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME, 172 udbg_console.flags &= ~CON_BOOT; in register_early_udbg_console()
|
/linux-6.6.21/arch/um/kernel/ |
D | early_printk.c | 19 .flags = CON_BOOT,
|
/linux-6.6.21/arch/mips/kernel/ |
D | early_printk.c | 30 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-6.6.21/arch/s390/kernel/ |
D | early_printk.c | 19 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-6.6.21/arch/mips/dec/prom/ |
D | console.c | 34 .flags = CON_BOOT | CON_PRINTBUFFER,
|
/linux-6.6.21/arch/sparc/kernel/ |
D | setup_32.c | 119 .flags = CON_PRINTBUFFER | CON_BOOT, 140 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
D | setup_64.c | 95 .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME, 114 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
D | btext.c | 306 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/linux-6.6.21/arch/arm/kernel/ |
D | early_printk.c | 36 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-6.6.21/arch/m68k/kernel/ |
D | early_printk.c | 35 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-6.6.21/arch/x86/kernel/ |
D | early_printk.c | 336 early_console->flags &= ~CON_BOOT; in early_console_register() 338 early_console->flags |= CON_BOOT; in early_console_register()
|
/linux-6.6.21/fs/proc/ |
D | consoles.c | 23 { CON_BOOT, 'B' }, in show_console_dev()
|
/linux-6.6.21/kernel/printk/ |
D | printk.c | 3331 (con->flags & CON_BOOT) ? "boot" : "", \ 3339 if (newcon->flags & (CON_PRINTBUFFER | CON_BOOT)) { in console_init_seq() 3382 if ((con->flags & CON_BOOT) && in console_init_seq() 3434 if (con->flags & CON_BOOT) in register_console() 3441 if ((newcon->flags & CON_BOOT) && realcon_registered) { in register_console() 3461 console_first()->flags & CON_BOOT) { in register_console() 3484 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) { in register_console() 3526 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console() 3531 if (con->flags & CON_BOOT) in register_console() 3695 if (!(con->flags & CON_BOOT)) in printk_late_init()
|
/linux-6.6.21/include/linux/ |
D | console.h | 164 CON_BOOT = BIT(3), enumerator
|
/linux-6.6.21/arch/alpha/kernel/ |
D | srmcons.c | 266 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-6.6.21/drivers/usb/early/ |
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()
|
D | ehci-dbgp.c | 981 !(early_dbgp_console.flags & CON_BOOT)) || in dbgp_reset_prep()
|
/linux-6.6.21/drivers/tty/serial/ |
D | earlycon.c | 31 .flags = CON_PRINTBUFFER | CON_BOOT,
|
D | kgdboc.c | 560 (con->flags & (CON_BOOT | CON_ENABLED)) && in kgdboc_earlycon_init()
|
D | sh-sci.c | 3161 early_serial_console.flags |= CON_BOOT; in sci_probe_earlyprintk()
|
/linux-6.6.21/drivers/tty/hvc/ |
D | hvc_xen.c | 728 .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME,
|
/linux-6.6.21/drivers/tty/ |
D | mips_ejtag_fdc.c | 1136 .flags = CON_PRINTBUFFER | CON_BOOT,
|