Home
last modified time | relevance | path

Searched refs:cpuhp_state (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/acpi/
H A Dgeneric_event_device.c242 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 Dich9.c207 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 Dpiix4.c218 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 Dacpi-cpu-hotplug-stub.c10 CPUHotplugState *cpuhp_state, in acpi_switch_to_modern_cphp() argument
H A Dcpu_hotplug.c111 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 Dcpu_hotplug.h35 CPUHotplugState *cpuhp_state,
H A Dpiix4.h68 CPUHotplugState cpuhp_state; member
H A Dgeneric_event_device.h115 CPUHotplugState cpuhp_state; member
H A Dich9.h58 CPUHotplugState cpuhp_state; member