Searched refs:MemHotplugState (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/hw/acpi/ |
H A D | memory_hotplug.h | 28 typedef struct MemHotplugState { struct 34 } MemHotplugState; argument 37 MemHotplugState *state, hwaddr io_base); 39 void acpi_memory_plug_cb(HotplugHandler *hotplug_dev, MemHotplugState *mem_st, 42 MemHotplugState *mem_st, 44 void acpi_memory_unplug_cb(MemHotplugState *mem_st, 50 vmstate_memory_hotplug, MemHotplugState) 52 void acpi_memory_ospm_status(MemHotplugState *mem_st, ACPIOSTInfoList ***list);
|
H A D | piix4.h | 70 MemHotplugState acpi_memory_hotplug;
|
H A D | generic_event_device.h | 113 MemHotplugState memhp_state;
|
H A D | ich9.h | 63 MemHotplugState acpi_memory_hotplug;
|
/openbmc/qemu/hw/acpi/ |
H A D | acpi-mem-hotplug-stub.c | 8 MemHotplugState *state, hwaddr io_base) in acpi_memory_hotplug_init() 13 void acpi_memory_ospm_status(MemHotplugState *mem_st, ACPIOSTInfoList ***list) in acpi_memory_ospm_status() 18 void acpi_memory_plug_cb(HotplugHandler *hotplug_dev, MemHotplugState *mem_st, in acpi_memory_plug_cb() 24 void acpi_memory_unplug_cb(MemHotplugState *mem_st, in acpi_memory_unplug_cb() 31 MemHotplugState *mem_st, in acpi_memory_unplug_request_cb()
|
H A D | memory_hotplug.c | 53 void acpi_memory_ospm_status(MemHotplugState *mem_st, ACPIOSTInfoList ***list) in acpi_memory_ospm_status() 68 MemHotplugState *mem_st = opaque; in acpi_memory_hotplug_read() 118 MemHotplugState *mem_st = opaque; in acpi_memory_hotplug_write() 206 MemHotplugState *state, hwaddr io_base) in acpi_memory_hotplug_init() 232 acpi_memory_slot_status(MemHotplugState *mem_st, in acpi_memory_slot_status() 256 void acpi_memory_plug_cb(HotplugHandler *hotplug_dev, MemHotplugState *mem_st, in acpi_memory_plug_cb() 280 MemHotplugState *mem_st, in acpi_memory_unplug_request_cb() 294 void acpi_memory_unplug_cb(MemHotplugState *mem_st, in acpi_memory_unplug_cb() 326 VMSTATE_UINT32(selector, MemHotplugState), 327 VMSTATE_STRUCT_VARRAY_POINTER_UINT32(devs, MemHotplugState, dev_count,
|