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.c129 Aml *else_ctx; in build_legacy_cpu_hotplug_aml() local
176 else_ctx = aml_else(); in build_legacy_cpu_hotplug_aml()
178 aml_append(else_ctx, aml_return(zero)); in build_legacy_cpu_hotplug_aml()
180 aml_append(method, else_ctx); in build_legacy_cpu_hotplug_aml()
214 else_ctx = aml_else(); in build_legacy_cpu_hotplug_aml()
217 aml_append(else_ctx, aml_store(aml_derefof(aml_index(status_map, in build_legacy_cpu_hotplug_aml()
220 aml_append(while_ctx, else_ctx); in build_legacy_cpu_hotplug_aml()
H A Dpci.c309 Aml *else_ctx; in build_pci_host_bridge_osc_method() local
346 else_ctx = aml_else(); in build_pci_host_bridge_osc_method()
348 aml_append(else_ctx, aml_or(a_cwd1, aml_int(4), a_cwd1)); in build_pci_host_bridge_osc_method()
349 aml_append(method, else_ctx); in build_pci_host_bridge_osc_method()
H A Dmemory_hotplug.c451 Aml *else_ctx; in build_memory_hotplug_aml() local
486 else_ctx = aml_else(); in build_memory_hotplug_aml()
494 aml_append(else_ctx, ifctx); in build_memory_hotplug_aml()
495 aml_append(while_ctx, else_ctx); in build_memory_hotplug_aml()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c751 Aml *else_ctx; in build_q35_pci0_int() local
760 else_ctx = aml_else(); in build_q35_pci0_int()
761 aml_append(else_ctx, aml_return(aml_name("PRTA"))); in build_q35_pci0_int()
762 aml_append(method, else_ctx); in build_q35_pci0_int()