Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dxen.h90 #define VIRQ_CONSOLE 2 /* G. (DOM0) Bytes received on emergency console. */ macro
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h166 #define VIRQ_CONSOLE 2 /* G. (DOM0) Bytes received on emergency console. */ macro
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_xen.c344 info->irq = bind_virq_to_irq(VIRQ_CONSOLE, 0, false); in xen_initial_domain_console_init()