Home
last modified time | relevance | path

Searched refs:aml_lnot (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dcxl.c270 if_arg1_not_1 = aml_if(aml_lnot(aml_equal(aml_arg(1), aml_int(0x1)))); 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()
H A Dcpu_hotplug.c212 if_ctx = aml_if(aml_lnot(aml_equal(is_cpu_on, status))); in build_legacy_cpu_hotplug_aml()
H A Dnvdimm.c1043 uuid_invalid = aml_lnot(aml_equal(uuid, expected_uuid)); in nvdimm_build_common_dsm()
1190 ifctx = aml_if(aml_lnot(ifcond)); in nvdimm_build_fit()
H A Daml-build.c1063 Aml *aml_lnot(Aml *arg) in aml_lnot() function
/openbmc/qemu/hw/pci-host/
H A Dgpex-acpi.c85 ifctx1 = aml_if(aml_lnot(aml_equal(aml_arg(1), aml_int(0x1)))); in acpi_dsdt_add_pci_osc()
90 ifctx1 = aml_if(aml_lnot(aml_equal(aml_name("CDW3"), aml_name("CTRL")))); in acpi_dsdt_add_pci_osc()
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h348 Aml *aml_lnot(Aml *arg);
/openbmc/qemu/hw/i386/
H A Dacpi-build.c386 ifctx1 = aml_if(aml_lnot(aml_equal(aml_arg(0), UUID))); in build_append_pci_dsm_func0_common()
691 ifctx1 = aml_if(aml_lnot( in aml_pci_pdsm()
1386 if_ctx2 = aml_if(aml_lnot(aml_equal(aml_arg(1), aml_int(1)))); in build_q35_osc_method()
1391 if_ctx2 = aml_if(aml_lnot(aml_equal(aml_name("CDW3"), a_ctrl))); in build_q35_osc_method()