Searched refs:pckg (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 1076 pckg = aml_arg(3); in nvdimm_build_common_dsm() 1077 ifctx = aml_if(aml_land(aml_equal(aml_object_type(pckg), in nvdimm_build_common_dsm() 1079 aml_equal(aml_sizeof(pckg), aml_int(1)) /* 1 element? */)); in nvdimm_build_common_dsm() 1083 aml_append(ifctx, aml_store(aml_index(pckg, aml_int(0)), pckg_index)); in nvdimm_build_common_dsm()
|