Searched refs:dsm_out_buf (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 947 dsm_out_buf = aml_local(7); in nvdimm_build_common_dsm() 1116 aml_append(ifctx, aml_store(aml_buffer(0, NULL), dsm_out_buf)); in nvdimm_build_common_dsm() 1123 aml_append(whilectx, aml_concatenate(dsm_out_buf, aml_name("TBUF"), in nvdimm_build_common_dsm() 1124 dsm_out_buf)); in nvdimm_build_common_dsm() 1128 aml_append(ifctx, aml_return(dsm_out_buf)); in nvdimm_build_common_dsm()
|