Home
last modified time | relevance | path

Searched refs:CPUHotplugState (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/acpi/
H A Dcpu.h31 typedef struct CPUHotplugState { struct
37 } CPUHotplugState; argument
40 CPUHotplugState *cpu_st, DeviceState *dev, Error **errp);
43 CPUHotplugState *cpu_st,
46 void acpi_cpu_unplug_cb(CPUHotplugState *cpu_st,
50 CPUHotplugState *state, hwaddr base_addr);
67 void acpi_cpu_ospm_status(CPUHotplugState *cpu_st, ACPIOSTInfoList ***list);
72 vmstate_cpu_hotplug, CPUHotplugState)
H A Dcpu_hotplug.h35 CPUHotplugState *cpuhp_state,
H A Dpiix4.h68 CPUHotplugState cpuhp_state;
H A Dich9.h57 CPUHotplugState cpuhp_state;
/openbmc/qemu/hw/acpi/
H A Dacpi-cpu-hotplug-stub.c10 CPUHotplugState *cpuhp_state, in acpi_switch_to_modern_cphp()
22 void acpi_cpu_ospm_status(CPUHotplugState *cpu_st, ACPIOSTInfoList ***list) in acpi_cpu_ospm_status()
28 CPUHotplugState *cpu_st, DeviceState *dev, Error **errp) in acpi_cpu_plug_cb()
39 void acpi_cpu_unplug_cb(CPUHotplugState *cpu_st, in acpi_cpu_unplug_cb()
46 CPUHotplugState *cpu_st, in acpi_cpu_unplug_request_cb()
H A Dcpu.c44 void acpi_cpu_ospm_status(CPUHotplugState *cpu_st, ACPIOSTInfoList ***list) in acpi_cpu_ospm_status()
57 CPUHotplugState *cpu_st = opaque; in cpu_hotplug_rd()
108 CPUHotplugState *cpu_st = opaque; in cpu_hotplug_wr()
217 CPUHotplugState *state, hwaddr base_addr) in cpu_hotplug_hw_init()
237 static AcpiCpuStatus *get_cpu_status(CPUHotplugState *cpu_st, DeviceState *dev) in get_cpu_status()
252 CPUHotplugState *cpu_st, DeviceState *dev, Error **errp) in acpi_cpu_plug_cb()
269 CPUHotplugState *cpu_st, in acpi_cpu_unplug_request_cb()
283 void acpi_cpu_unplug_cb(CPUHotplugState *cpu_st, in acpi_cpu_unplug_cb()
314 VMSTATE_UINT32(selector, CPUHotplugState),
315 VMSTATE_UINT8(command, CPUHotplugState),
[all …]
H A Dcpu_hotplug.c100 CPUHotplugState *cpuhp_state, in acpi_switch_to_modern_cphp()