Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dcpu_hotplug.c190 Aml *while_ctx, *if_ctx2, *else_ctx2; in build_legacy_cpu_hotplug_aml() local
228 if_ctx2 = aml_if(aml_equal(status, one)); in build_legacy_cpu_hotplug_aml()
230 aml_append(if_ctx2, in build_legacy_cpu_hotplug_aml()
233 aml_append(if_ctx, if_ctx2); in build_legacy_cpu_hotplug_aml()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c1288 Aml *if_ctx2; in build_q35_osc_method() local
1312 if_ctx2 = aml_if(aml_lnot(aml_equal(aml_arg(1), aml_int(1)))); in build_q35_osc_method()
1314 aml_append(if_ctx2, aml_or(a_cwd1, aml_int(0x08), a_cwd1)); in build_q35_osc_method()
1315 aml_append(if_ctx, if_ctx2); in build_q35_osc_method()
1317 if_ctx2 = aml_if(aml_lnot(aml_equal(aml_name("CDW3"), a_ctrl))); in build_q35_osc_method()
1319 aml_append(if_ctx2, aml_or(a_cwd1, aml_int(0x10), a_cwd1)); in build_q35_osc_method()
1320 aml_append(if_ctx, if_ctx2); in build_q35_osc_method()