Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dnvdimm.c938 Aml *whilectx, *offset; in nvdimm_build_common_dsm() local
1118 whilectx = aml_while(aml_lless(offset, dsm_out_buf_size)); in nvdimm_build_common_dsm()
1120 aml_append(whilectx, aml_store(aml_derefof(aml_index( in nvdimm_build_common_dsm()
1125 aml_append(whilectx, aml_increment(offset)); in nvdimm_build_common_dsm()
1126 aml_append(ifctx, whilectx); in nvdimm_build_common_dsm()
1155 Aml *whilectx, *ifcond, *ifctx, *elsectx, *fit; in nvdimm_build_fit() local
1217 whilectx = aml_while(aml_int(1)); in nvdimm_build_fit()
1219 aml_append(whilectx, aml_store(aml_sizeof(buf), buf_size)); in nvdimm_build_fit()
1229 aml_append(whilectx, ifctx); in nvdimm_build_fit()
1242 aml_append(whilectx, elsectx); in nvdimm_build_fit()
[all …]