Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/acpi/
H A Dcpu.h34 typedef struct CPUHotplugState { struct
40 } CPUHotplugState; typedef
43 CPUHotplugState *cpu_st, DeviceState *dev, Error **errp);
46 CPUHotplugState *cpu_st,
49 void acpi_cpu_unplug_cb(CPUHotplugState *cpu_st,
53 CPUHotplugState *state, hwaddr base_addr);
71 void acpi_cpu_ospm_status(CPUHotplugState *cpu_st, ACPIOSTInfoList ***list);
76 vmstate_cpu_hotplug, CPUHotplugState)
H A Dcpu_hotplug.h35 CPUHotplugState *cpuhp_state,
H A Dpiix4.h68 CPUHotplugState cpuhp_state;
H A Dgeneric_event_device.h112 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()
23 CPUHotplugState *state, hwaddr base_addr) in cpu_hotplug_hw_init()
28 void acpi_cpu_ospm_status(CPUHotplugState *cpu_st, ACPIOSTInfoList ***list) in acpi_cpu_ospm_status()
34 CPUHotplugState *cpu_st, DeviceState *dev, Error **errp) in acpi_cpu_plug_cb()
45 void acpi_cpu_unplug_cb(CPUHotplugState *cpu_st, in acpi_cpu_unplug_cb()
52 CPUHotplugState *cpu_st, in acpi_cpu_unplug_request_cb()
H A Dcpu.c43 void acpi_cpu_ospm_status(CPUHotplugState *cpu_st, ACPIOSTInfoList ***list) in acpi_cpu_ospm_status()
56 CPUHotplugState *cpu_st = opaque; in cpu_hotplug_rd()
107 CPUHotplugState *cpu_st = opaque; in cpu_hotplug_wr()
216 CPUHotplugState *state, hwaddr base_addr) in cpu_hotplug_hw_init()
236 static AcpiCpuStatus *get_cpu_status(CPUHotplugState *cpu_st, DeviceState *dev) in get_cpu_status()
251 CPUHotplugState *cpu_st, DeviceState *dev, Error **errp) in acpi_cpu_plug_cb()
268 CPUHotplugState *cpu_st, in acpi_cpu_unplug_request_cb()
282 void acpi_cpu_unplug_cb(CPUHotplugState *cpu_st, in acpi_cpu_unplug_cb()
313 VMSTATE_UINT32(selector, CPUHotplugState),
314 VMSTATE_UINT8(command, CPUHotplugState),
[all …]
H A Dcpu_hotplug.c112 CPUHotplugState *cpuhp_state, in acpi_switch_to_modern_cphp()