Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/xen/
Dplatform-pci-unplug.c23 static int xen_platform_pci_unplug; variable
70 if (xen_platform_pci_unplug == 0) in xen_has_pv_devices()
73 if (xen_platform_pci_unplug & XEN_UNPLUG_NEVER) in xen_has_pv_devices()
76 if (xen_platform_pci_unplug & XEN_UNPLUG_ALL) in xen_has_pv_devices()
81 if (xen_platform_pci_unplug & XEN_UNPLUG_UNNECESSARY) in xen_has_pv_devices()
93 if (xen_hvm_domain() && (xen_platform_pci_unplug & state)) in __xen_has_pv_device()
126 if (xen_platform_pci_unplug & XEN_UNPLUG_UNNECESSARY) in xen_has_pv_and_legacy_disk_devices()
174 xen_platform_pci_unplug = xen_emul_unplug; in xen_unplug_emulated_devices()