Searched refs:elsectx (Results 1 – 1 of 1) sorted by relevance
| /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 …]
|