Home
last modified time | relevance | path

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

/qemu/hw/pci-host/
H A Dgpex-acpi.c54 Aml *method, *UUID, *ifctx, *ifctx1, *elsectx, *buf; in acpi_dsdt_add_pci_osc() local
99 elsectx = aml_else(); in acpi_dsdt_add_pci_osc()
100 aml_append(elsectx, aml_or(aml_name("CDW1"), aml_int(4), in acpi_dsdt_add_pci_osc()
102 aml_append(elsectx, aml_return(aml_arg(3))); in acpi_dsdt_add_pci_osc()
103 aml_append(method, elsectx); in acpi_dsdt_add_pci_osc()
/qemu/hw/acpi/
H A Dnvdimm.c936 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 …]