Home
last modified time | relevance | path

Searched refs:edac_mc_alloc (Results 26 – 44 of 44) sorted by relevance

12

/openbmc/linux/drivers/edac/
H A Darmada_xp_edac.c308 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*drvdata)); in axp_mc_probe()
H A Dppc4xx_edac.c1268 mci = edac_mc_alloc(ppc4xx_edac_instance, ARRAY_SIZE(layers), layers, in ppc4xx_edac_probe()
H A Dskx_common.c473 mci = edac_mc_alloc(imc->mc, ARRAY_SIZE(layers), layers, in skx_register_mci()
H A Dcpc925_edac.c954 mci = edac_mc_alloc(edac_mc_idx, ARRAY_SIZE(layers), layers, in cpc925_probe()
H A Di7300_edac.c1051 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt)); in i7300_init_one()
H A Di5400_edac.c1284 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt)); in i5400_probe1()
H A Di5100_edac.c1046 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, in i5100_init_one()
H A Di5000_edac.c1400 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt)); in i5000_probe1()
H A De752x_edac.c1293 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt)); in e752x_probe1()
H A Dsynopsys_edac.c1351 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, in mc_probe()
H A Digen6_edac.c1027 mci = edac_mc_alloc(mc, ARRAY_SIZE(layers), layers, 0); in igen6_register_mci()
H A Dpnd2_edac.c1328 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt)); in pnd2_register_mci()
H A Di7core_edac.c2144 mci = edac_mc_alloc(i7core_dev->socket, ARRAY_SIZE(layers), layers, in i7core_register_mci()
H A Daltera_edac.c365 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, in altr_sdram_probe()
H A Dthunderx_edac.c688 mci = edac_mc_alloc(pci_dev_to_mc_idx(pdev), 1, &layer, in thunderx_lmc_probe()
H A Dxgene_edac.c386 mci = edac_mc_alloc(tmp_ctx.mcu_id, ARRAY_SIZE(layers), layers, in xgene_edac_mc_add()
H A Dsb_edac.c3363 mci = edac_mc_alloc(sbridge_dev->mc, ARRAY_SIZE(layers), layers, in sbridge_register_mci()
H A Damd64_edac.c4204 mci = edac_mc_alloc(pvt->mc_node_id, ARRAY_SIZE(layers), layers, 0); in init_one_instance()
/openbmc/linux/Documentation/driver-api/
H A Dedac.rst124 The :c:func:`edac_mc_alloc`. It uses internally the struct ``mem_ctl_info``

12