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()
1123 aml_append(whilectx, aml_concatenate(dsm_out_buf, aml_name("TBUF"), 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()
1218 aml_append(whilectx, aml_store(aml_call1("RFIT", offset), buf)); in nvdimm_build_fit()
1219 aml_append(whilectx, aml_store(aml_sizeof(buf), buf_size)); in nvdimm_build_fit()
[all …]