Searched refs:dimms (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/edac/ |
| H A D | edac_mc.c | 130 mci->tot_dimms, mci->dimms); in edac_mc_dump_mci() 184 if (mci->dimms) { in mci_release() 186 kfree(mci->dimms[i]); in mci_release() 187 kfree(mci->dimms); in mci_release() 263 mci->dimms = kzalloc_objs(*mci->dimms, mci->tot_dimms); in edac_mc_alloc_dimms() 264 if (!mci->dimms) in edac_mc_alloc_dimms() 277 dimm = kzalloc_obj(**mci->dimms); in edac_mc_alloc_dimms() 280 mci->dimms[idx] = dimm; in edac_mc_alloc_dimms()
|
| H A D | skx_common.c | 775 imc->chan[chan].dimms[dimmno].close_pg = GET_BITFIELD(mcmtr, 0, 0); in skx_mce_check_error() 776 imc->chan[chan].dimms[dimmno].bank_xor_enable = GET_BITFIELD(mcmtr, 9, 9); in skx_mce_check_error() 777 imc->chan[chan].dimms[dimmno].fine_grain_bank = GET_BITFIELD(amap, 0, 0); in skx_mce_check_error() 778 imc->chan[chan].dimms[dimmno].rowbits = rows; in skx_mce_check_error() 779 imc->chan[chan].dimms[dimmno].colbits = cols; in skx_mce_check_error()
|
| H A D | highbank_mc_edac.c | 224 dimm = *mci->dimms; in highbank_mc_probe()
|
| H A D | al_mc_edac.c | 283 dimm = *mci->dimms; in al_mc_edac_probe()
|
| H A D | bluefield_edac.c | 299 dimm = mci->dimms[i]; in bluefield_edac_init_dimms()
|
| H A D | armada_xp_edac.c | 239 dimm = mci->dimms[i]; in axp_mc_read_config()
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | ndtest.c | 184 .dimms = dimm_group1, 192 .dimms = dimm_group2, 435 if (uuid_parse(p->config->dimms[ndimm].uuid_str, (uuid_t *)uuid)) { in ndtest_create_region() 454 mappings[i].nvdimm = p->config->dimms[ndimm].nvdimm; in ndtest_create_region() 488 if (p->config->dimms[i].dev) { in put_dimms() 489 device_unregister(p->config->dimms[i].dev); in put_dimms() 490 p->config->dimms[i].dev = NULL; in put_dimms() 765 d = &p->config->dimms[i]; in ndtest_nvdimm_init()
|
| H A D | ndtest.h | 71 struct ndtest_dimm *dimms; member
|
| H A D | nfit.c | 3236 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) { in nfit_test_probe()
|
| /linux/drivers/acpi/nfit/ |
| H A D | nfit.h | 243 struct list_head dimms; member
|
| H A D | core.c | 782 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) { in nfit_get_smbios_id() 1038 * dimms without spa associations. in __nfit_mem_init() 1053 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) in __nfit_mem_init() 1069 list_add(&nfit_mem->list, &acpi_desc->dimms); in __nfit_mem_init() 1123 /* multiple dimms may share a SPA when interleaved */ in __nfit_mem_init() 1192 list_sort(NULL, &acpi_desc->dimms, nfit_mem_cmp); in nfit_mem_init() 1675 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) in acpi_nfit_dimm_by_handle() 1957 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) { in shutdown_dimm_notify() 2009 list_for_each_entry(nfit_mem, &acpi_desc->dimms, list) { in acpi_nfit_register_dimms() 2096 * Now that dimms ar in acpi_nfit_register_dimms() [all...] |
| /linux/Documentation/driver-api/ |
| H A D | edac.rst | 63 dimms, accessed at the same time. E. g. if the DIMM is 64 bits-wide (72 277 │ ├── rank 31 # total 32 ranks/dimms from 4 UMCs
|