Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dcpu.c492 Aml *while_ctx, *while_ctx2; in build_cpus_aml() local
540 while_ctx = aml_while(aml_land(aml_equal(has_event, one), in build_cpus_aml()
547 aml_append(while_ctx, aml_store(zero, has_event)); in build_cpus_aml()
549 aml_append(while_ctx, aml_store(uid, cpu_selector)); in build_cpus_aml()
550 aml_append(while_ctx, aml_store(next_cpu_cmd, cpu_cmd)); in build_cpus_aml()
561 aml_append(while_ctx, ifctx); in build_cpus_aml()
575 aml_append(while_ctx, ifctx); in build_cpus_aml()
577 aml_append(while_ctx, aml_store(cpu_data, uid)); in build_cpus_aml()
586 aml_append(while_ctx, ifctx); in build_cpus_aml()
596 aml_append(while_ctx, ifctx); in build_cpus_aml()
[all …]
H A Dcpu_hotplug.c189 Aml *while_ctx, *if_ctx2, *else_ctx2; in build_legacy_cpu_hotplug_aml() local
203 while_ctx = aml_while(aml_lless(idx, aml_sizeof(cpus_map))); in build_legacy_cpu_hotplug_aml()
204 aml_append(while_ctx, in build_legacy_cpu_hotplug_aml()
212 aml_append(while_ctx, if_ctx); in build_legacy_cpu_hotplug_aml()
220 aml_append(while_ctx, else_ctx); in build_legacy_cpu_hotplug_aml()
222 aml_append(while_ctx, aml_store(aml_and(byte, one, NULL), status)); in build_legacy_cpu_hotplug_aml()
240 aml_append(while_ctx, if_ctx); in build_legacy_cpu_hotplug_aml()
242 aml_append(while_ctx, aml_increment(idx)); /* go to next cpu */ in build_legacy_cpu_hotplug_aml()
243 aml_append(method, while_ctx); in build_legacy_cpu_hotplug_aml()
H A Dmemory_hotplug.c452 Aml *while_ctx; in build_memory_hotplug_aml() local
471 while_ctx = aml_while(aml_lless(idx, slots_nr)); in build_memory_hotplug_aml()
476 aml_append(while_ctx, aml_store(idx, slot_selector)); in build_memory_hotplug_aml()
484 aml_append(while_ctx, ifctx); in build_memory_hotplug_aml()
495 aml_append(while_ctx, else_ctx); in build_memory_hotplug_aml()
497 aml_append(while_ctx, aml_add(idx, one, idx)); in build_memory_hotplug_aml()
499 aml_append(method, while_ctx); in build_memory_hotplug_aml()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c475 Aml *while_ctx; in build_dbg_aml() local
494 while_ctx = aml_while(aml_lless(idx, len)); in build_dbg_aml()
495 aml_append(while_ctx, in build_dbg_aml()
497 aml_append(while_ctx, aml_increment(idx)); in build_dbg_aml()
498 aml_append(method, while_ctx); in build_dbg_aml()