Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/xen/
Dplatform-pci-unplug.c35 static int xen_platform_pci_unplug; variable
82 if (xen_platform_pci_unplug == 0) in xen_has_pv_devices()
85 if (xen_platform_pci_unplug & XEN_UNPLUG_NEVER) in xen_has_pv_devices()
88 if (xen_platform_pci_unplug & XEN_UNPLUG_ALL) in xen_has_pv_devices()
93 if (xen_platform_pci_unplug & XEN_UNPLUG_UNNECESSARY) in xen_has_pv_devices()
105 if (xen_hvm_domain() && (xen_platform_pci_unplug & state)) in __xen_has_pv_device()
138 if (xen_platform_pci_unplug & XEN_UNPLUG_UNNECESSARY) in xen_has_pv_and_legacy_disk_devices()
182 xen_platform_pci_unplug = xen_emul_unplug; in xen_unplug_emulated_devices()