Home
last modified time | relevance | path

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

/arch/x86/xen/
Dplatform-pci-unplug.c36 static int xen_emul_unplug; variable
150 if (xen_emul_unplug & XEN_UNPLUG_NEVER) in xen_unplug_emulated_devices()
159 (xen_emul_unplug & XEN_UNPLUG_UNNECESSARY))) in xen_unplug_emulated_devices()
164 if (!xen_emul_unplug) { in xen_unplug_emulated_devices()
168 xen_emul_unplug |= XEN_UNPLUG_ALL_NICS; in xen_unplug_emulated_devices()
176 xen_emul_unplug |= XEN_UNPLUG_ALL_IDE_DISKS; in xen_unplug_emulated_devices()
180 if (!(xen_emul_unplug & XEN_UNPLUG_UNNECESSARY)) in xen_unplug_emulated_devices()
181 outw(xen_emul_unplug, XEN_IOPORT_UNPLUG); in xen_unplug_emulated_devices()
182 xen_platform_pci_unplug = xen_emul_unplug; in xen_unplug_emulated_devices()
199 xen_emul_unplug |= XEN_UNPLUG_ALL; in parse_xen_emul_unplug()
[all …]