Lines Matching full:xen
6 * Xen platform PCI device driver
14 #include <xen/xen.h>
15 #include <xen/platform_pci.h>
16 #include "xen-ops.h"
33 printk(KERN_ERR "Xen Platform PCI: unrecognised magic value\n"); in check_platform_magic()
39 printk(KERN_DEBUG "Xen Platform PCI: I/O protocol version %d\n", in check_platform_magic()
47 printk(KERN_ERR "Xen Platform: blacklisted by host\n"); in check_platform_magic()
52 printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version\n"); in check_platform_magic()
144 /* check the version of the xen platform PCI device */ in xen_unplug_emulated_devices()
146 /* If the version matches enable the Xen platform PCI driver. in xen_unplug_emulated_devices()
147 * Also enable the Xen platform PCI driver if the host does in xen_unplug_emulated_devices()
154 * not the Xen PV frontends and the Xen platform PCI driver have in xen_unplug_emulated_devices()
158 printk(KERN_INFO "Netfront and the Xen platform PCI driver have " in xen_unplug_emulated_devices()
163 printk(KERN_INFO "Blkfront and the Xen platform PCI driver have " in xen_unplug_emulated_devices()