Home
last modified time | relevance | path

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

/qemu/hw/acpi/
H A Dcpu.c424 Aml *rm_evt = aml_name("%s.%s", cphp_res_path, CPU_REMOVE_EVENT); in build_cpus_aml() local
573 ifctx = aml_if(aml_equal(rm_evt, one)); in build_cpus_aml()
577 aml_append(ifctx, aml_store(one, rm_evt)); in build_cpus_aml()
H A Dmemory_hotplug.c474 Aml *rm_evt = aml_name(MEMORY_SLOT_REMOVE_EVENT); in build_memory_hotplug_aml() local
487 ifctx = aml_if(aml_equal(rm_evt, one)); in build_memory_hotplug_aml()
492 aml_append(ifctx, aml_store(one, rm_evt)); in build_memory_hotplug_aml()