Lines Matching refs:xen_emul_unplug
26 static int xen_emul_unplug; variable
144 if (xen_emul_unplug & XEN_UNPLUG_NEVER) in xen_unplug_emulated_devices()
153 (xen_emul_unplug & XEN_UNPLUG_UNNECESSARY))) in xen_unplug_emulated_devices()
158 if (!xen_emul_unplug) { in xen_unplug_emulated_devices()
162 xen_emul_unplug |= XEN_UNPLUG_ALL_NICS; in xen_unplug_emulated_devices()
170 xen_emul_unplug |= XEN_UNPLUG_ALL_IDE_DISKS; in xen_unplug_emulated_devices()
174 if (!(xen_emul_unplug & XEN_UNPLUG_UNNECESSARY)) in xen_unplug_emulated_devices()
175 outw(xen_emul_unplug, XEN_IOPORT_UNPLUG); in xen_unplug_emulated_devices()
176 xen_platform_pci_unplug = xen_emul_unplug; in xen_unplug_emulated_devices()
193 xen_emul_unplug |= XEN_UNPLUG_ALL; in parse_xen_emul_unplug()
195 xen_emul_unplug |= XEN_UNPLUG_ALL_IDE_DISKS; in parse_xen_emul_unplug()
197 xen_emul_unplug |= XEN_UNPLUG_AUX_IDE_DISKS; in parse_xen_emul_unplug()
199 xen_emul_unplug |= XEN_UNPLUG_ALL_NICS; in parse_xen_emul_unplug()
201 xen_emul_unplug |= XEN_UNPLUG_UNNECESSARY; in parse_xen_emul_unplug()
203 xen_emul_unplug |= XEN_UNPLUG_NEVER; in parse_xen_emul_unplug()