Searched refs:cpuhp_state (Results 1 – 9 of 9) sorted by relevance
/qemu/hw/acpi/ |
H A D | generic_event_device.c | 242 acpi_cpu_plug_cb(hotplug_dev, &s->cpuhp_state, dev, errp); in acpi_ged_device_plug_cb() 258 acpi_cpu_unplug_request_cb(hotplug_dev, &s->cpuhp_state, dev, errp); in acpi_ged_unplug_request_cb() 273 acpi_cpu_unplug_cb(&s->cpuhp_state, dev, errp); in acpi_ged_unplug_cb() 285 acpi_cpu_ospm_status(&s->cpuhp_state, list); in acpi_ged_ospm_status() 346 VMSTATE_CPU_HOTPLUG(cpuhp_state, AcpiGedState), 429 &s->cpuhp_state, 0); in acpi_ged_realize()
|
H A D | ich9.c | 207 VMSTATE_CPU_HOTPLUG(cpuhp_state, ICH9LPCPMRegs), 371 acpi_switch_to_modern_cphp(&s->pm.gpe_cpu, &s->pm.cpuhp_state, in ich9_pm_set_cpu_hotplug_legacy() 494 acpi_cpu_plug_cb(hotplug_dev, &lpc->pm.cpuhp_state, dev, errp); in ich9_pm_device_plug_cb() 528 acpi_cpu_unplug_request_cb(hotplug_dev, &lpc->pm.cpuhp_state, in ich9_pm_device_unplug_request_cb() 549 acpi_cpu_unplug_cb(&lpc->pm.cpuhp_state, dev, errp); in ich9_pm_device_unplug_cb() 571 acpi_cpu_ospm_status(&s->pm.cpuhp_state, list); in ich9_pm_ospm_status()
|
H A D | piix4.c | 218 VMSTATE_CPU_HOTPLUG(cpuhp_state, PIIX4PMState), 357 acpi_cpu_plug_cb(hotplug_dev, &s->cpuhp_state, dev, errp); in piix4_device_plug_cb() 378 acpi_cpu_unplug_request_cb(hotplug_dev, &s->cpuhp_state, dev, errp); in piix4_device_unplug_request_cb() 398 acpi_cpu_unplug_cb(&s->cpuhp_state, dev, errp); in piix4_device_unplug_cb() 555 acpi_switch_to_modern_cphp(&s->gpe_cpu, &s->cpuhp_state, in piix4_set_cpu_hotplug_legacy() 594 acpi_cpu_ospm_status(&s->cpuhp_state, list); in piix4_ospm_status()
|
H A D | acpi-cpu-hotplug-stub.c | 10 CPUHotplugState *cpuhp_state, in acpi_switch_to_modern_cphp() argument
|
H A D | cpu_hotplug.c | 111 CPUHotplugState *cpuhp_state, in acpi_switch_to_modern_cphp() argument 117 cpu_hotplug_hw_init(parent, gpe_cpu->device, cpuhp_state, io_port); in acpi_switch_to_modern_cphp()
|
/qemu/include/hw/acpi/ |
H A D | cpu_hotplug.h | 35 CPUHotplugState *cpuhp_state,
|
H A D | piix4.h | 68 CPUHotplugState cpuhp_state; member
|
H A D | generic_event_device.h | 115 CPUHotplugState cpuhp_state; member
|
H A D | ich9.h | 58 CPUHotplugState cpuhp_state; member
|