Lines Matching refs:aml_store

949     aml_append(method, aml_store(aml_name(NVDIMM_ACPI_MEM_ADDR), dsm_mem));  in nvdimm_build_common_dsm()
1028 aml_append(ifctx, aml_store( in nvdimm_build_common_dsm()
1034 aml_append(ifctx, aml_store(aml_touuid(NVDIMM_QEMU_RSVD_UUID in nvdimm_build_common_dsm()
1038 aml_append(elsectx2, aml_store(aml_touuid(NVDIMM_DEVICE_DSM_UUID) in nvdimm_build_common_dsm()
1066 aml_append(method, aml_store(handle, aml_name(NVDIMM_DSM_HANDLE))); in nvdimm_build_common_dsm()
1067 aml_append(method, aml_store(aml_arg(1), aml_name(NVDIMM_DSM_REVISION))); in nvdimm_build_common_dsm()
1068 aml_append(method, aml_store(function, aml_name(NVDIMM_DSM_FUNCTION))); in nvdimm_build_common_dsm()
1083 aml_append(ifctx, aml_store(aml_index(pckg, aml_int(0)), pckg_index)); in nvdimm_build_common_dsm()
1084 aml_append(ifctx, aml_store(aml_derefof(pckg_index), pckg_buf)); in nvdimm_build_common_dsm()
1085 aml_append(ifctx, aml_store(pckg_buf, aml_name(NVDIMM_DSM_ARG3))); in nvdimm_build_common_dsm()
1092 aml_append(method, aml_store(dsm_mem, aml_name(NVDIMM_DSM_NOTIFY))); in nvdimm_build_common_dsm()
1114 aml_append(ifctx, aml_store(aml_int(0), offset)); in nvdimm_build_common_dsm()
1116 aml_append(ifctx, aml_store(aml_buffer(0, NULL), dsm_out_buf)); in nvdimm_build_common_dsm()
1120 aml_append(whilectx, aml_store(aml_derefof(aml_index( 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()
1169 aml_append(method, aml_store(aml_arg(0), aml_name("OFST"))); in nvdimm_build_fit()
1178 aml_append(method, aml_store(call_result, buf)); in nvdimm_build_fit()
1184 aml_append(method, aml_store(aml_name("STAU"), in nvdimm_build_fit()
1194 aml_append(method, aml_store(aml_sizeof(buf), buf_size)); in nvdimm_build_fit()
1214 aml_append(method, aml_store(aml_buffer(0, NULL), fit)); in nvdimm_build_fit()
1215 aml_append(method, aml_store(aml_int(0), offset)); 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()
1227 aml_append(ifctx, aml_store(aml_buffer(0, NULL), fit)); in nvdimm_build_fit()
1228 aml_append(ifctx, aml_store(aml_int(0), offset)); in nvdimm_build_fit()
1278 aml_append(method, aml_store(com_call, aml_local(0))); in nvdimm_build_nvdimm_devices()
1291 aml_append(method, aml_store(pkg, aml_local(1))); in nvdimm_build_nvdimm_devices()
1304 aml_append(method, aml_store(aml_arg(0), aml_name("OFST"))); in nvdimm_build_nvdimm_devices()
1305 aml_append(method, aml_store(aml_arg(1), aml_name("LEN"))); in nvdimm_build_nvdimm_devices()
1309 aml_append(method, aml_store(pkg, aml_local(0))); in nvdimm_build_nvdimm_devices()
1315 aml_append(method, aml_store(com_call, aml_local(3))); in nvdimm_build_nvdimm_devices()
1329 aml_append(method, aml_store(pkg, aml_local(1))); in nvdimm_build_nvdimm_devices()
1336 aml_append(method, aml_store(aml_arg(2), aml_local(2))); in nvdimm_build_nvdimm_devices()
1344 aml_append(method, aml_store(aml_arg(0), aml_name("OFST"))); in nvdimm_build_nvdimm_devices()
1345 aml_append(method, aml_store(aml_arg(1), aml_name("TLEN"))); in nvdimm_build_nvdimm_devices()
1351 aml_append(method, aml_store(pkg, aml_local(0))); in nvdimm_build_nvdimm_devices()
1356 aml_append(method, aml_store(com_call, aml_local(3))); in nvdimm_build_nvdimm_devices()