Lines Matching refs:dsm_mem
904 state->dsm_mem = g_array_new(false, true /* clear */, 1); in nvdimm_init_acpi_state()
905 acpi_data_push(state->dsm_mem, sizeof(NvdimmDsmIn)); in nvdimm_init_acpi_state()
906 fw_cfg_add_file(fw_cfg, NVDIMM_DSM_MEM_FILE, state->dsm_mem->data, in nvdimm_init_acpi_state()
907 state->dsm_mem->len); in nvdimm_init_acpi_state()
935 Aml *method, *ifctx, *function, *handle, *uuid, *dsm_mem, *elsectx2; in nvdimm_build_common_dsm() local
946 dsm_mem = aml_local(6); in nvdimm_build_common_dsm()
949 aml_append(method, aml_store(aml_name(NVDIMM_ACPI_MEM_ADDR), dsm_mem)); in nvdimm_build_common_dsm()
962 AML_SYSTEM_MEMORY, dsm_mem, sizeof(NvdimmDsmIn))); in nvdimm_build_common_dsm()
1023 unpatched = aml_equal(dsm_mem, aml_int(0x0)); in nvdimm_build_common_dsm()
1092 aml_append(method, aml_store(dsm_mem, aml_name(NVDIMM_DSM_NOTIFY))); in nvdimm_build_common_dsm()
1416 NVDIMM_DSM_MEM_FILE, nvdimm_state->dsm_mem, in nvdimm_build_ssdt()