Searched refs:elsectx (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/pci-host/ |
H A D | gpex-acpi.c | 55 Aml *method, *UUID, *ifctx, *ifctx1, *elsectx, *buf; in acpi_dsdt_add_pci_osc() local 100 elsectx = aml_else(); in acpi_dsdt_add_pci_osc() 101 aml_append(elsectx, aml_or(aml_name("CDW1"), aml_int(4), in acpi_dsdt_add_pci_osc() 103 aml_append(elsectx, aml_return(aml_arg(3))); in acpi_dsdt_add_pci_osc() 104 aml_append(method, elsectx); in acpi_dsdt_add_pci_osc()
|
/openbmc/qemu/hw/acpi/ |
H A D | nvdimm.c | 936 Aml *elsectx, *unsupport, *unpatched, *expected_uuid, *uuid_invalid; in nvdimm_build_common_dsm() local 1032 elsectx = aml_else(); in nvdimm_build_common_dsm() 1036 aml_append(elsectx, ifctx); in nvdimm_build_common_dsm() 1040 aml_append(elsectx, elsectx2); in nvdimm_build_common_dsm() 1041 aml_append(method, elsectx); in nvdimm_build_common_dsm() 1155 Aml *whilectx, *ifcond, *ifctx, *elsectx, *fit; in nvdimm_build_fit() local 1231 elsectx = aml_else(); in nvdimm_build_fit() 1236 aml_append(elsectx, ifctx); in nvdimm_build_fit() 1239 aml_append(elsectx, aml_add(offset, buf_size, offset)); in nvdimm_build_fit() 1241 aml_append(elsectx, aml_concatenate(fit, buf, fit)); in nvdimm_build_fit() [all …]
|