Home
last modified time | relevance | path

Searched refs:dom0_write_console (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvc_xen.c210 static int dom0_write_console(uint32_t vtermno, const char *str, int len) in dom0_write_console() function
221 .put_chars = dom0_write_console,
693 dom0_write_console(0, string, len); in xenboot_write_console()
726 rc = dom0_write_console(0, str, len); in xen_raw_console_write()
749 dom0_write_console(0, string, len); in xenboot_earlycon_write()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvc_xen.c221 static int dom0_write_console(uint32_t vtermno, const char *str, int len) in dom0_write_console() function
232 .put_chars = dom0_write_console,
702 if (dom0_write_console(0, string, len) >= 0) in xenboot_write_console()
739 rc = dom0_write_console(0, str, len); in xen_raw_console_write()
762 dom0_write_console(0, string, len); in xenboot_earlycon_write()

Completed in 2 milliseconds