Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dsetup.h107 #define CONSOLE_IS_SCLP (console_mode == 1) macro
/linux-6.1.9/drivers/s390/char/
Dsclp_con.c277 if (!(CONSOLE_IS_SCLP || CONSOLE_IS_VT220)) in sclp_console_init()
Dsclp_tty.c502 if (MACHINE_IS_VM && !CONSOLE_IS_SCLP) in sclp_tty_init()
/linux-6.1.9/arch/s390/kernel/
Dsetup.c214 if (CONSOLE_IS_3215 || CONSOLE_IS_SCLP) in set_preferred_console()