Searched refs:while_ctx (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | cpu.c | 492 Aml *while_ctx, *while_ctx2; in build_cpus_aml() local 535 while_ctx = aml_while(aml_land(aml_equal(has_event, one), in build_cpus_aml() 542 aml_append(while_ctx, aml_store(zero, has_event)); in build_cpus_aml() 544 aml_append(while_ctx, aml_store(uid, cpu_selector)); in build_cpus_aml() 545 aml_append(while_ctx, aml_store(next_cpu_cmd, cpu_cmd)); in build_cpus_aml() 556 aml_append(while_ctx, ifctx); in build_cpus_aml() 568 aml_append(while_ctx, ifctx); in build_cpus_aml() 570 aml_append(while_ctx, aml_store(cpu_data, uid)); in build_cpus_aml() 579 aml_append(while_ctx, ifctx); in build_cpus_aml() 589 aml_append(while_ctx, else_ctx); in build_cpus_aml() [all …]
|
H A D | cpu_hotplug.c | 190 Aml *while_ctx, *if_ctx2, *else_ctx2; in build_legacy_cpu_hotplug_aml() local 204 while_ctx = aml_while(aml_lless(idx, aml_sizeof(cpus_map))); in build_legacy_cpu_hotplug_aml() 205 aml_append(while_ctx, in build_legacy_cpu_hotplug_aml() 213 aml_append(while_ctx, if_ctx); in build_legacy_cpu_hotplug_aml() 221 aml_append(while_ctx, else_ctx); in build_legacy_cpu_hotplug_aml() 223 aml_append(while_ctx, aml_store(aml_and(byte, one, NULL), status)); in build_legacy_cpu_hotplug_aml() 241 aml_append(while_ctx, if_ctx); in build_legacy_cpu_hotplug_aml() 243 aml_append(while_ctx, aml_increment(idx)); /* go to next cpu */ in build_legacy_cpu_hotplug_aml() 244 aml_append(method, while_ctx); in build_legacy_cpu_hotplug_aml()
|
H A D | memory_hotplug.c | 452 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 D | acpi-build.c | 873 Aml *while_ctx; in build_dbg_aml() local 892 while_ctx = aml_while(aml_lless(idx, len)); in build_dbg_aml() 893 aml_append(while_ctx, in build_dbg_aml() 895 aml_append(while_ctx, aml_increment(idx)); in build_dbg_aml() 896 aml_append(method, while_ctx); in build_dbg_aml()
|