Searched refs:CON_BOOT (Results 1 – 25 of 25) sorted by relevance
/linux-6.12.1/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.12.1/arch/powerpc/kernel/ |
D | udbg.c | 151 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME, 169 udbg_console.flags &= ~CON_BOOT; in register_early_udbg_console()
|
/linux-6.12.1/arch/um/kernel/ |
D | early_printk.c | 19 .flags = CON_BOOT,
|
/linux-6.12.1/arch/mips/kernel/ |
D | early_printk.c | 30 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-6.12.1/arch/s390/kernel/ |
D | early_printk.c | 20 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-6.12.1/arch/sparc/kernel/ |
D | setup_32.c | 106 .flags = CON_PRINTBUFFER | CON_BOOT, 127 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
D | setup_64.c | 82 .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME, 101 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
D | btext.c | 304 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/linux-6.12.1/arch/mips/dec/prom/ |
D | console.c | 34 .flags = CON_BOOT | CON_PRINTBUFFER,
|
/linux-6.12.1/arch/arm/kernel/ |
D | early_printk.c | 36 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-6.12.1/arch/m68k/kernel/ |
D | early_printk.c | 35 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-6.12.1/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.12.1/fs/proc/ |
D | consoles.c | 23 { CON_BOOT, 'B' }, in show_console_dev()
|
/linux-6.12.1/kernel/printk/ |
D | printk.c | 3830 if (newcon->flags & (CON_PRINTBUFFER | CON_BOOT)) { in get_init_console_seq() 3875 if (!(con->flags & CON_BOOT) || in get_init_console_seq() 3939 if (con->flags & CON_BOOT) in register_console() 3946 if ((newcon->flags & CON_BOOT) && realcon_registered) { in register_console() 3975 console_first()->flags & CON_BOOT) { in register_console() 4001 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) { in register_console() 4016 if (newcon->flags & CON_BOOT) in register_console() 4071 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console() 4076 if (con->flags & CON_BOOT) in register_console() 4164 if (c->flags & CON_BOOT) in unregister_console_locked() [all …]
|
D | internal.h | 21 (con->flags & CON_BOOT) ? "boot" : "", \
|
D | nbcon.c | 1690 if (con->flags & CON_BOOT) { in nbcon_alloc() 1730 if (!(con->flags & CON_BOOT)) in nbcon_free()
|
/linux-6.12.1/arch/alpha/kernel/ |
D | srmcons.c | 264 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-6.12.1/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.12.1/include/linux/ |
D | console.h | 193 CON_BOOT = BIT(3), enumerator
|
/linux-6.12.1/drivers/tty/serial/ |
D | earlycon.c | 31 .flags = CON_PRINTBUFFER | CON_BOOT,
|
D | kgdboc.c | 588 (con->flags & (CON_BOOT | CON_ENABLED)) && in kgdboc_earlycon_init()
|
D | sh-sci.c | 3194 early_serial_console.flags |= CON_BOOT; in sci_probe_earlyprintk()
|
/linux-6.12.1/drivers/tty/hvc/ |
D | hvc_xen.c | 729 .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME,
|
/linux-6.12.1/drivers/tty/ |
D | mips_ejtag_fdc.c | 1136 .flags = CON_PRINTBUFFER | CON_BOOT,
|