Home
last modified time | relevance | path

Searched refs:is_removing (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dcpu.c69 val |= cdev->is_removing ? 4 : 0; in cpu_hotplug_rd()
132 cdev->is_removing = false; in cpu_hotplug_wr()
167 if (cdev->is_inserting || cdev->is_removing || in cpu_hotplug_wr()
171 cdev->is_inserting, cdev->is_removing); in cpu_hotplug_wr()
279 cdev->is_removing = true; in acpi_cpu_unplug_request_cb()
302 VMSTATE_BOOL(is_removing, AcpiCpuStatus),
H A Dmemory_hotplug.c105 val |= mdev->is_removing ? 4 : 0; in acpi_memory_hotplug_read()
167 mdev->is_removing = false; in acpi_memory_hotplug_write()
298 mdev->is_removing = true; in acpi_memory_unplug_request_cb()
/openbmc/qemu/include/hw/acpi/
H A Dmemory_hotplug.h22 bool is_removing; member
H A Dcpu.h25 bool is_removing; member