Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/hvc/
Dhvc_xen.c205 static int dom0_write_console(uint32_t vtermno, const char *str, int len) in dom0_write_console() function
216 .put_chars = dom0_write_console,
658 if (dom0_write_console(0, string, len) >= 0) in xenboot_write_console()
695 rc = dom0_write_console(0, str, len); in xen_raw_console_write()
718 dom0_write_console(0, string, len); in xenboot_earlycon_write()