Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c530 Aml *minl = aml_name("MINL"); in build_memory_hotplug_aml() local
563 aml_store(aml_name(MEMORY_SLOT_ADDR_LOW), minl)); in build_memory_hotplug_aml()
570 aml_append(method, aml_add(minl, lenl, maxl)); in build_memory_hotplug_aml()
572 ifctx = aml_if(aml_lless(maxl, minl)); in build_memory_hotplug_aml()
602 aml_append(ifctx, aml_store(minl, aml_name("MIN"))); in build_memory_hotplug_aml()