Searched refs:XEN_UNPLUG_ALL (Results 1 – 2 of 2) sorted by relevance
78 if (xen_platform_pci_unplug & XEN_UNPLUG_ALL) in xen_has_pv_devices()103 return __xen_has_pv_device(XEN_UNPLUG_ALL_NICS | XEN_UNPLUG_ALL); in xen_has_pv_nic_devices()110 XEN_UNPLUG_AUX_IDE_DISKS | XEN_UNPLUG_ALL); in xen_has_pv_disk_devices()193 xen_emul_unplug |= XEN_UNPLUG_ALL; in parse_xen_emul_unplug()
23 #define XEN_UNPLUG_ALL (XEN_UNPLUG_ALL_IDE_DISKS|\ macro