Searched refs:dsm_out_buf_size (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | nvdimm.c | 937 Aml *pckg, *pckg_index, *pckg_buf, *field, *dsm_out_buf, *dsm_out_buf_size; in nvdimm_build_common_dsm() local 1094 dsm_out_buf_size = aml_local(1); in nvdimm_build_common_dsm() 1097 aml_int(4), dsm_out_buf_size)); in nvdimm_build_common_dsm() 1112 ifctx = aml_if(aml_lless(dsm_out_buf_size, aml_int(8))); in nvdimm_build_common_dsm() 1118 whilectx = aml_while(aml_lless(offset, dsm_out_buf_size)); in nvdimm_build_common_dsm() 1132 aml_append(method, aml_store(aml_shiftleft(dsm_out_buf_size, aml_int(3)), in nvdimm_build_common_dsm() 1133 dsm_out_buf_size)); in nvdimm_build_common_dsm() 1135 aml_int(0), dsm_out_buf_size, "OBUF")); in nvdimm_build_common_dsm()
|