Home
last modified time | relevance | path

Searched refs:xen_emul_unplug (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/x86/xen/
Dplatform-pci-unplug.c26 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()
[all …]
/linux-6.1.9/Documentation/admin-guide/
Dkernel-parameters.txt6855 xen_emul_unplug= [HW,X86,XEN]