Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c532 Aml *maxl = aml_name("MAXL"); in build_memory_hotplug_aml() local
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()
577 ifctx = aml_if(aml_lless(maxl, one)); in build_memory_hotplug_aml()
582 aml_append(method, aml_subtract(maxl, one, maxl)); in build_memory_hotplug_aml()
603 aml_append(ifctx, aml_store(maxl, aml_name("MAX"))); in build_memory_hotplug_aml()