Home
last modified time | relevance | path

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

/qemu/hw/acpi/
H A Dcxl.c228 Aml *a_ctrl = aml_local(0); in __build_cxl_osc_method() local
256 aml_append(if_uuid, aml_store(aml_name("CDW3"), a_ctrl)); in __build_cxl_osc_method()
263 aml_append(if_uuid, aml_and(a_ctrl, aml_int(0x1F), a_ctrl)); in __build_cxl_osc_method()
274 if_caps_masked = aml_if(aml_lnot(aml_equal(aml_name("CDW3"), a_ctrl))); in __build_cxl_osc_method()
284 aml_append(if_uuid, aml_store(a_ctrl, aml_name("CDW3"))); in __build_cxl_osc_method()
/qemu/hw/i386/
H A Dacpi-build.c1356 Aml *a_ctrl = aml_local(0); in build_q35_osc_method() local
1366 aml_append(if_ctx, aml_store(aml_name("CDW3"), a_ctrl)); in build_q35_osc_method()
1373 aml_append(if_ctx, aml_and(a_ctrl, in build_q35_osc_method()
1374 aml_int(0x1E | (enable_native_pcie_hotplug ? 0x1 : 0x0)), a_ctrl)); in build_q35_osc_method()
1381 if_ctx2 = aml_if(aml_lnot(aml_equal(aml_name("CDW3"), a_ctrl))); in build_q35_osc_method()
1387 aml_append(if_ctx, aml_store(a_ctrl, aml_name("CDW3"))); in build_q35_osc_method()