Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dich9.c200 return !s->cpu_hotplug_legacy; in vmstate_test_use_cpuhp()
372 return s->pm.cpu_hotplug_legacy; in ich9_pm_get_cpu_hotplug_legacy()
381 if (s->pm.cpu_hotplug_legacy && value == false) { in ich9_pm_set_cpu_hotplug_legacy()
385 s->pm.cpu_hotplug_legacy = value; in ich9_pm_set_cpu_hotplug_legacy()
432 pm->cpu_hotplug_legacy = true; in ich9_pm_add_properties()
502 if (lpc->pm.cpu_hotplug_legacy) { in ich9_pm_device_plug_cb()
526 !lpc->pm.cpu_hotplug_legacy) { in ich9_pm_device_unplug_request_cb()
559 !lpc->pm.cpu_hotplug_legacy) { in ich9_pm_device_unplug_cb()
581 if (!s->pm.cpu_hotplug_legacy) { in ich9_pm_ospm_status()
H A Dpiix4.c201 return !s->cpu_hotplug_legacy; in vmstate_test_use_cpuhp()
354 if (s->cpu_hotplug_legacy) { in piix4_device_plug_cb()
377 !s->cpu_hotplug_legacy) { in piix4_device_unplug_request_cb()
397 !s->cpu_hotplug_legacy) { in piix4_device_unplug_cb()
546 return s->cpu_hotplug_legacy; in piix4_get_cpu_hotplug_legacy()
554 if (s->cpu_hotplug_legacy && value == false) { in piix4_set_cpu_hotplug_legacy()
558 s->cpu_hotplug_legacy = value; in piix4_set_cpu_hotplug_legacy()
575 s->cpu_hotplug_legacy = true; in piix4_acpi_system_hot_add_init()
593 if (!s->cpu_hotplug_legacy) { in piix4_ospm_status()
/openbmc/qemu/include/hw/acpi/
H A Dpiix4.h66 bool cpu_hotplug_legacy; member
H A Dich9.h56 bool cpu_hotplug_legacy; member