Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/xen/
Dplatform-pci-unplug.c76 if (xen_platform_pci_unplug & XEN_UNPLUG_ALL) in xen_has_pv_devices()
101 return __xen_has_pv_device(XEN_UNPLUG_ALL_NICS | XEN_UNPLUG_ALL); in xen_has_pv_nic_devices()
108 XEN_UNPLUG_AUX_IDE_DISKS | XEN_UNPLUG_ALL); in xen_has_pv_disk_devices()
191 xen_emul_unplug |= XEN_UNPLUG_ALL; in parse_xen_emul_unplug()
/Linux-v5.10/include/xen/
Dplatform_pci.h23 #define XEN_UNPLUG_ALL (XEN_UNPLUG_ALL_IDE_DISKS|\ macro