Home
last modified time | relevance | path

Searched refs:unplug_requested (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dspapr_drc.h187 bool unplug_requested; member
256 return drc->unplug_requested; in spapr_drc_unplug_requested()
/openbmc/qemu/hw/ppc/
H A Dspapr_drc.c59 drc->unplug_requested = false; in spapr_drc_release()
82 if (drc->unplug_requested) { in drc_isolate_physical()
143 && !drc->unplug_requested) { in drc_isolate_logical()
163 if (drc->unplug_requested && drc->dev) { in drc_unisolate_logical()
170 drc->unplug_requested = false; in drc_unisolate_logical()
221 if (drc->unplug_requested) { in drc_set_usable()
247 if (drc->unplug_requested) { in drc_set_unusable()
421 drc->unplug_requested = true; in spapr_drc_unplug_request()
441 if (drc->unplug_requested) { in spapr_drc_reset()
475 VMSTATE_BOOL(unplug_requested, SpaprDrc),
[all …]
H A Dspapr.c3763 * unplug state, but one of its DRC is marked as unplug_requested. in spapr_memory_unplug_rollback()
3782 drc->unplug_requested = false;
3939 * CPU), we will never attempt it again because unplug_requested in spapr_core_dt_populate()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h362 bool unplug_requested; member
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c213 if (pbdev->unplug_requested) { in s390_pci_sclp_deconfigure()
1305 pbdev->unplug_requested = true; in s390_pci_enumerate_bridge()
1365 if (pbdev->unplug_requested) { in s390_pcihost_reset()