Searched refs:XEN_UNPLUG_UNNECESSARY (Results 1 – 2 of 2) sorted by relevance
93 if (xen_platform_pci_unplug & XEN_UNPLUG_UNNECESSARY) in xen_has_pv_devices()138 if (xen_platform_pci_unplug & XEN_UNPLUG_UNNECESSARY) in xen_has_pv_and_legacy_disk_devices()159 (xen_emul_unplug & XEN_UNPLUG_UNNECESSARY))) in xen_unplug_emulated_devices()180 if (!(xen_emul_unplug & XEN_UNPLUG_UNNECESSARY)) in xen_unplug_emulated_devices()207 xen_emul_unplug |= XEN_UNPLUG_UNNECESSARY; in parse_xen_emul_unplug()
26 #define XEN_UNPLUG_UNNECESSARY (1<<16) macro