Searched refs:xen_emul_unplug (Results 1 – 1 of 1) sorted by relevance
24 /* store the value of xen_emul_unplug after the unplug is done */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() 155 /* Set the default value of xen_emul_unplug depending on whether or 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_UNPLU in xen_unplug_emulated_devices() [all...]