Searched refs:dev_container (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | memory_hotplug.c | 341 Aml *dev_container; in build_memory_hotplug_aml() local 374 dev_container = aml_device(MEMORY_DEVICES_CONTAINER); in build_memory_hotplug_aml() 387 aml_append(dev_container, aml_name_decl("_HID", aml_string("PNP0A06"))); in build_memory_hotplug_aml() 388 aml_append(dev_container, in build_memory_hotplug_aml() 392 aml_append(dev_container, in build_memory_hotplug_aml() 408 aml_append(dev_container, field); in build_memory_hotplug_aml() 424 aml_append(dev_container, field); in build_memory_hotplug_aml() 434 aml_append(dev_container, field); in build_memory_hotplug_aml() 445 aml_append(dev_container, method); in build_memory_hotplug_aml() 447 aml_append(dev_container, aml_mutex(MEMORY_SLOT_LOCK, 0)); in build_memory_hotplug_aml() [all …]
|