Lines Matching full:xen
6 * Xen platform PCI device driver
16 #include <xen/xen.h>
17 #include <xen/platform_pci.h>
18 #include "xen-ops.h"
35 pr_err("Xen Platform PCI: unrecognised magic value\n"); in check_platform_magic()
41 pr_debug("Xen Platform PCI: I/O protocol version %d\n", in check_platform_magic()
49 pr_err("Xen Platform: blacklisted by host\n"); in check_platform_magic()
54 pr_warn("Xen Platform PCI: unknown I/O protocol version\n"); in check_platform_magic()
146 /* check the version of the xen platform PCI device */ in xen_unplug_emulated_devices()
148 /* If the version matches enable the Xen platform PCI driver. in xen_unplug_emulated_devices()
149 * Also enable the Xen platform PCI driver if the host does in xen_unplug_emulated_devices()
156 * not the Xen PV frontends and the Xen platform PCI driver have in xen_unplug_emulated_devices()
160 pr_info("Netfront and the Xen platform PCI driver have " in xen_unplug_emulated_devices()
165 pr_info("Blkfront and the Xen platform PCI driver have " in xen_unplug_emulated_devices()