Searched refs:if_arg1_not_1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | cxl.c | 227 Aml *method, *if_uuid, *else_uuid, *if_arg1_not_1, *if_cxl, *if_caps_masked; in __build_cxl_osc_method() local 270 if_arg1_not_1 = aml_if(aml_lnot(aml_equal(aml_arg(1), aml_int(0x1)))); in __build_cxl_osc_method() 271 aml_append(if_arg1_not_1, aml_or(a_cdw1, aml_int(0x08), a_cdw1)); in __build_cxl_osc_method() 272 aml_append(if_uuid, if_arg1_not_1); in __build_cxl_osc_method()
|