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>
128 * because the most interesting console output is when the
218 * Either for a dom0 to write to the system console, or a domU with a
262 * mean that a legacy toolstack hasn't initialized the pv console correctly.
291 info->evtchn = xen_start_info->console.domU.evtchn;
293 info->intf = gfn_to_virt(xen_start_info->console.domU.mfn);
309 if (!xen_start_info->console.domU.evtchn)
364 info->evtchn = xen_start_info->console.domU.evtchn;
579 { "console" },
686 static int __init xenboot_console_setup(struct console *console, char *string)
696 static void xenboot_write_console(struct console *console, const char *string,
724 struct console xenboot_console = {
758 static void xenboot_earlycon_write(struct console *console,