Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dcpu_hotplug.c118 Aml *else_ctx; in build_legacy_cpu_hotplug_aml() local
165 else_ctx = aml_else(); in build_legacy_cpu_hotplug_aml()
167 aml_append(else_ctx, aml_return(zero)); in build_legacy_cpu_hotplug_aml()
169 aml_append(method, else_ctx); in build_legacy_cpu_hotplug_aml()
203 else_ctx = aml_else(); in build_legacy_cpu_hotplug_aml()
206 aml_append(else_ctx, aml_store(aml_derefof(aml_index(status_map, in build_legacy_cpu_hotplug_aml()
209 aml_append(while_ctx, else_ctx); in build_legacy_cpu_hotplug_aml()
H A Dmemory_hotplug.c459 Aml *else_ctx; in build_memory_hotplug_aml() local
494 else_ctx = aml_else(); in build_memory_hotplug_aml()
502 aml_append(else_ctx, ifctx); in build_memory_hotplug_aml()
503 aml_append(while_ctx, else_ctx); in build_memory_hotplug_aml()
H A Dcpu.c483 Aml *else_ctx; in build_cpus_aml() local
572 else_ctx = aml_else(); in build_cpus_aml()
580 aml_append(else_ctx, ifctx); in build_cpus_aml()
581 aml_append(while_ctx, else_ctx); in build_cpus_aml()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c1223 Aml *else_ctx; in build_q35_pci0_int() local
1232 else_ctx = aml_else(); in build_q35_pci0_int()
1233 aml_append(else_ctx, aml_return(aml_name("PRTA"))); in build_q35_pci0_int()
1234 aml_append(method, else_ctx); in build_q35_pci0_int()
1363 Aml *else_ctx; in build_q35_osc_method() local
1400 else_ctx = aml_else(); in build_q35_osc_method()
1402 aml_append(else_ctx, aml_or(a_cwd1, aml_int(4), a_cwd1)); in build_q35_osc_method()
1403 aml_append(method, else_ctx); in build_q35_osc_method()