Lines Matching defs:console
3 * xen console driver interface to hvc_console.c
8 #include <linux/console.h>
26 #include <xen/interface/io/console.h>
28 #include <xen/hvc-console.h>
123 * because the most interesting console output is when the
207 * Either for a dom0 to write to the system console, or a domU with a
250 * mean that a legacy toolstack hasn't initialized the pv console correctly.
278 info->evtchn = xen_start_info->console.domU.evtchn;
280 info->intf = gfn_to_virt(xen_start_info->console.domU.mfn);
296 if (!xen_start_info->console.domU.evtchn)
350 info->evtchn = xen_start_info->console.domU.evtchn;
564 { "console" },
670 static int __init xenboot_console_setup(struct console *console, char *string)
682 static void xenboot_write_console(struct console *console, const char *string,
711 struct console xenboot_console = {
745 static void xenboot_earlycon_write(struct console *console,