Lines Matching refs:xen_emul_unplug
24 static int xen_emul_unplug; variable
142 if (xen_emul_unplug & XEN_UNPLUG_NEVER) in xen_unplug_emulated_devices()
151 (xen_emul_unplug & XEN_UNPLUG_UNNECESSARY))) in xen_unplug_emulated_devices()
156 if (!xen_emul_unplug) { in xen_unplug_emulated_devices()
160 xen_emul_unplug |= XEN_UNPLUG_ALL_NICS; in xen_unplug_emulated_devices()
168 xen_emul_unplug |= XEN_UNPLUG_ALL_IDE_DISKS; in xen_unplug_emulated_devices()
172 if (!(xen_emul_unplug & XEN_UNPLUG_UNNECESSARY)) in xen_unplug_emulated_devices()
173 outw(xen_emul_unplug, XEN_IOPORT_UNPLUG); in xen_unplug_emulated_devices()
174 xen_platform_pci_unplug = xen_emul_unplug; in xen_unplug_emulated_devices()
191 xen_emul_unplug |= XEN_UNPLUG_ALL; in parse_xen_emul_unplug()
193 xen_emul_unplug |= XEN_UNPLUG_ALL_IDE_DISKS; in parse_xen_emul_unplug()
195 xen_emul_unplug |= XEN_UNPLUG_AUX_IDE_DISKS; in parse_xen_emul_unplug()
197 xen_emul_unplug |= XEN_UNPLUG_ALL_NICS; in parse_xen_emul_unplug()
199 xen_emul_unplug |= XEN_UNPLUG_UNNECESSARY; in parse_xen_emul_unplug()
201 xen_emul_unplug |= XEN_UNPLUG_NEVER; in parse_xen_emul_unplug()