Searched refs:hotplug_handler_unplug (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | hotplug.h | 96 void hotplug_handler_unplug(HotplugHandler *plug_handler,
|
/openbmc/qemu/hw/core/ |
H A D | hotplug.c | 49 void hotplug_handler_unplug(HotplugHandler *plug_handler, in hotplug_handler_unplug() function
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-md-pci.c | 121 hotplug_handler_unplug(bus_handler, dev, &local_err); in virtio_md_pci_unplug()
|
/openbmc/qemu/hw/acpi/ |
H A D | pcihp.c | 222 hotplug_handler_unplug(hotplug_ctrl, qdev, &error_abort); in acpi_pcihp_eject_slot()
|
H A D | memory_hotplug.c | 178 hotplug_handler_unplug(hotplug_ctrl, dev, &local_err); in acpi_memory_hotplug_write()
|
H A D | cpu.c | 145 hotplug_handler_unplug(hotplug_ctrl, dev, NULL); in cpu_hotplug_wr()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-bus.c | 167 hotplug_handler_unplug(hotplug_ctrl, pdev, &error_abort); in s390_pci_perform_unplug() 173 hotplug_handler_unplug(hotplug_ctrl, DEVICE(pbdev), &error_abort); in s390_pci_perform_unplug()
|
/openbmc/qemu/hw/pci/ |
H A D | shpc.c | 283 hotplug_handler_unplug(hotplug_ctrl, DEVICE(affected_dev), in shpc_free_devices_in_slot()
|
H A D | pcie.c | 552 hotplug_handler_unplug(hotplug_ctrl, DEVICE(dev), &error_abort); in pcie_unplug_device()
|
/openbmc/qemu/hw/i386/ |
H A D | x86-common.c | 222 hotplug_handler_unplug(x86ms->acpi_dev, dev, &local_err); in x86_cpu_unplug_cb()
|
H A D | pc.c | 1356 hotplug_handler_unplug(x86ms->acpi_dev, dev, &local_err); in pc_memory_unplug()
|
/openbmc/qemu/system/ |
H A D | qdev-monitor.c | 943 hotplug_handler_unplug(hotplug_ctrl, dev, &local_err); in qdev_unplug()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 3854 hotplug_handler_unplug(hotplug_ctrl, dev, &error_abort); in spapr_lmb_release() 3928 hotplug_handler_unplug(hotplug_ctrl, dev, &error_abort); in spapr_core_release() 4230 hotplug_handler_unplug(hotplug_ctrl, dev, &error_abort); in spapr_phb_release()
|
H A D | spapr_pci.c | 1468 hotplug_handler_unplug(hotplug_ctrl, dev, &error_abort); in spapr_phb_remove_pci_device_cb()
|
/openbmc/qemu/hw/loongarch/ |
H A D | virt.c | 1281 hotplug_handler_unplug(HOTPLUG_HANDLER(lvms->acpi_ged), dev, errp); in virt_mem_unplug()
|
/openbmc/qemu/hw/arm/ |
H A D | virt.c | 2938 hotplug_handler_unplug(HOTPLUG_HANDLER(vms->acpi_dev), dev, &local_err); in virt_dimm_unplug()
|