xen_emul_unplug    24 arch/x86/xen/platform-pci-unplug.c static int xen_emul_unplug;
xen_emul_unplug   142 arch/x86/xen/platform-pci-unplug.c 	if (xen_emul_unplug & XEN_UNPLUG_NEVER)
xen_emul_unplug   151 arch/x86/xen/platform-pci-unplug.c 			(xen_emul_unplug & XEN_UNPLUG_UNNECESSARY)))
xen_emul_unplug   156 arch/x86/xen/platform-pci-unplug.c 	if (!xen_emul_unplug) {
xen_emul_unplug   160 arch/x86/xen/platform-pci-unplug.c 			xen_emul_unplug |= XEN_UNPLUG_ALL_NICS;
xen_emul_unplug   168 arch/x86/xen/platform-pci-unplug.c 			xen_emul_unplug |= XEN_UNPLUG_ALL_IDE_DISKS;
xen_emul_unplug   172 arch/x86/xen/platform-pci-unplug.c 	if (!(xen_emul_unplug & XEN_UNPLUG_UNNECESSARY))
xen_emul_unplug   173 arch/x86/xen/platform-pci-unplug.c 		outw(xen_emul_unplug, XEN_IOPORT_UNPLUG);
xen_emul_unplug   174 arch/x86/xen/platform-pci-unplug.c 	xen_platform_pci_unplug = xen_emul_unplug;
xen_emul_unplug   191 arch/x86/xen/platform-pci-unplug.c 			xen_emul_unplug |= XEN_UNPLUG_ALL;
xen_emul_unplug   193 arch/x86/xen/platform-pci-unplug.c 			xen_emul_unplug |= XEN_UNPLUG_ALL_IDE_DISKS;
xen_emul_unplug   195 arch/x86/xen/platform-pci-unplug.c 			xen_emul_unplug |= XEN_UNPLUG_AUX_IDE_DISKS;
xen_emul_unplug   197 arch/x86/xen/platform-pci-unplug.c 			xen_emul_unplug |= XEN_UNPLUG_ALL_NICS;
xen_emul_unplug   199 arch/x86/xen/platform-pci-unplug.c 			xen_emul_unplug |= XEN_UNPLUG_UNNECESSARY;
xen_emul_unplug   201 arch/x86/xen/platform-pci-unplug.c 			xen_emul_unplug |= XEN_UNPLUG_NEVER;