Lines Matching refs:xen_emul_unplug
36 static int xen_emul_unplug; variable
76 if (xen_emul_unplug & XEN_UNPLUG_NEVER) in xen_unplug_emulated_devices()
85 (xen_emul_unplug & XEN_UNPLUG_UNNECESSARY))) in xen_unplug_emulated_devices()
90 if (!xen_emul_unplug) { in xen_unplug_emulated_devices()
94 xen_emul_unplug |= XEN_UNPLUG_ALL_NICS; in xen_unplug_emulated_devices()
102 xen_emul_unplug |= XEN_UNPLUG_ALL_IDE_DISKS; in xen_unplug_emulated_devices()
106 if (!(xen_emul_unplug & XEN_UNPLUG_UNNECESSARY)) in xen_unplug_emulated_devices()
107 outw(xen_emul_unplug, XEN_IOPORT_UNPLUG); in xen_unplug_emulated_devices()
108 xen_platform_pci_unplug = xen_emul_unplug; in xen_unplug_emulated_devices()
125 xen_emul_unplug |= XEN_UNPLUG_ALL; in parse_xen_emul_unplug()
127 xen_emul_unplug |= XEN_UNPLUG_ALL_IDE_DISKS; in parse_xen_emul_unplug()
129 xen_emul_unplug |= XEN_UNPLUG_AUX_IDE_DISKS; in parse_xen_emul_unplug()
131 xen_emul_unplug |= XEN_UNPLUG_ALL_NICS; in parse_xen_emul_unplug()
133 xen_emul_unplug |= XEN_UNPLUG_UNNECESSARY; in parse_xen_emul_unplug()
135 xen_emul_unplug |= XEN_UNPLUG_NEVER; in parse_xen_emul_unplug()