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

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

Completed in 55 milliseconds