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.c68 val |= cdev->is_removing ? 4 : 0; in cpu_hotplug_rd()
131 cdev->is_removing = false; in cpu_hotplug_wr()
166 if (cdev->is_inserting || cdev->is_removing || in cpu_hotplug_wr()
170 cdev->is_inserting, cdev->is_removing); in cpu_hotplug_wr()
278 cdev->is_removing = true; in acpi_cpu_unplug_request_cb()
301 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()
290 mdev->is_removing = true; in acpi_memory_unplug_request_cb()
/openbmc/qemu/include/hw/acpi/
H A Dmemory_hotplug.h23 bool is_removing; member
H A Dcpu.h28 bool is_removing; member