Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dplatform-pci-unplug.c25 static int xen_platform_pci_unplug; variable
72 if (xen_platform_pci_unplug == 0) in xen_has_pv_devices()
75 if (xen_platform_pci_unplug & XEN_UNPLUG_NEVER) in xen_has_pv_devices()
78 if (xen_platform_pci_unplug & XEN_UNPLUG_ALL) in xen_has_pv_devices()
83 if (xen_platform_pci_unplug & XEN_UNPLUG_UNNECESSARY) in xen_has_pv_devices()
95 if (xen_hvm_domain() && (xen_platform_pci_unplug & state)) in __xen_has_pv_device()
128 if (xen_platform_pci_unplug & XEN_UNPLUG_UNNECESSARY) in xen_has_pv_and_legacy_disk_devices()
176 xen_platform_pci_unplug = xen_emul_unplug; in xen_unplug_emulated_devices()