Home
last modified time | relevance | path

Searched refs:edac_dev (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/edac/
H A Dedac_device.c41 static void edac_device_dump_device(struct edac_device_ctl_info *edac_dev) in edac_device_dump_device() argument
44 edac_dev, edac_dev->dev_idx); in edac_device_dump_device()
45 edac_dbg(4, "\tedac_dev->edac_check = %p\n", edac_dev->edac_check); in edac_device_dump_device()
46 edac_dbg(3, "\tdev = %p\n", edac_dev->dev); in edac_device_dump_device()
48 edac_dev->mod_name, edac_dev->ctl_name); in edac_device_dump_device()
49 edac_dbg(3, "\tpvt_info = %p\n\n", edac_dev->pvt_info); in edac_device_dump_device()
220 struct edac_device_ctl_info *edac_dev; in find_edac_device_by_dev() local
226 edac_dev = list_entry(item, struct edac_device_ctl_info, link); in find_edac_device_by_dev()
228 if (edac_dev->dev == dev) in find_edac_device_by_dev()
229 return edac_dev; in find_edac_device_by_dev()
[all …]
H A Dxgene_edac.c513 struct edac_device_ctl_info *edac_dev; member
519 static void xgene_edac_pmd_l1_check(struct edac_device_ctl_info *edac_dev, in xgene_edac_pmd_l1_check() argument
522 struct xgene_edac_pmd_ctx *ctx = edac_dev->pvt_info; in xgene_edac_pmd_l1_check()
531 dev_err(edac_dev->dev, in xgene_edac_pmd_l1_check()
538 dev_err(edac_dev->dev, "One or more correctable error\n"); in xgene_edac_pmd_l1_check()
540 dev_err(edac_dev->dev, "Multiple correctable error\n"); in xgene_edac_pmd_l1_check()
543 dev_err(edac_dev->dev, "L1 TLB multiple hit\n"); in xgene_edac_pmd_l1_check()
546 dev_err(edac_dev->dev, "Way select multiple hit\n"); in xgene_edac_pmd_l1_check()
549 dev_err(edac_dev->dev, "Physical tag parity error\n"); in xgene_edac_pmd_l1_check()
553 dev_err(edac_dev->dev, "L1 data parity error\n"); in xgene_edac_pmd_l1_check()
[all …]
H A Dedac_device_sysfs.c120 struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj); in edac_dev_ctl_info_show() local
124 return ctl_info_attr->show(edac_dev, buffer); in edac_dev_ctl_info_show()
133 struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj); in edac_dev_ctl_info_store() local
137 return ctl_info_attr->store(edac_dev, buffer, count); in edac_dev_ctl_info_store()
204 struct edac_device_ctl_info *edac_dev = to_edacdev(kobj); in edac_device_ctrl_master_release() local
206 edac_dbg(4, "control index=%d\n", edac_dev->dev_idx); in edac_device_ctrl_master_release()
209 module_put(edac_dev->owner); in edac_device_ctrl_master_release()
211 __edac_device_free_ctl_info(edac_dev); in edac_device_ctrl_master_release()
229 int edac_device_register_sysfs_main_kobj(struct edac_device_ctl_info *edac_dev) in edac_device_register_sysfs_main_kobj() argument
241 edac_dev->edac_subsys = edac_subsys; in edac_device_register_sysfs_main_kobj()
[all …]
H A Damd8111_edac.c156 static void amd8111_pci_bridge_check(struct edac_pci_ctl_info *edac_dev) in amd8111_pci_bridge_check() argument
158 struct amd8111_pci_info *pci_info = edac_dev->pvt_info; in amd8111_pci_bridge_check()
175 edac_pci_handle_npe(edac_dev, edac_dev->ctl_name); in amd8111_pci_bridge_check()
189 edac_pci_handle_npe(edac_dev, edac_dev->ctl_name); in amd8111_pci_bridge_check()
203 edac_pci_handle_npe(edac_dev, edac_dev->ctl_name); in amd8111_pci_bridge_check()
224 edac_pci_handle_npe(edac_dev, edac_dev->ctl_name); in amd8111_pci_bridge_check()
276 static void amd8111_lpc_bridge_check(struct edac_device_ctl_info *edac_dev) in amd8111_lpc_bridge_check() argument
278 struct amd8111_dev_info *dev_info = edac_dev->pvt_info; in amd8111_lpc_bridge_check()
294 edac_device_handle_ue(edac_dev, 0, 0, edac_dev->ctl_name); in amd8111_lpc_bridge_check()
306 edac_device_handle_ue(edac_dev, 0, 0, in amd8111_lpc_bridge_check()
[all …]
H A Dmpc85xx_edac.c342 *edac_dev, char *data) in mpc85xx_l2_inject_data_hi_show()
344 struct mpc85xx_l2_pdata *pdata = edac_dev->pvt_info; in mpc85xx_l2_inject_data_hi_show()
350 *edac_dev, char *data) in mpc85xx_l2_inject_data_lo_show()
352 struct mpc85xx_l2_pdata *pdata = edac_dev->pvt_info; in mpc85xx_l2_inject_data_lo_show()
358 *edac_dev, char *data) in mpc85xx_l2_inject_ctrl_show()
360 struct mpc85xx_l2_pdata *pdata = edac_dev->pvt_info; in mpc85xx_l2_inject_ctrl_show()
366 *edac_dev, const char *data, in mpc85xx_l2_inject_data_hi_store()
369 struct mpc85xx_l2_pdata *pdata = edac_dev->pvt_info; in mpc85xx_l2_inject_data_hi_store()
379 *edac_dev, const char *data, in mpc85xx_l2_inject_data_lo_store()
382 struct mpc85xx_l2_pdata *pdata = edac_dev->pvt_info; in mpc85xx_l2_inject_data_lo_store()
[all …]
H A Damd8131_edac.c149 static void amd8131_pcix_check(struct edac_pci_ctl_info *edac_dev) in amd8131_pcix_check() argument
151 struct amd8131_dev_info *dev_info = edac_dev->pvt_info; in amd8131_pcix_check()
172 edac_pci_handle_npe(edac_dev, edac_dev->ctl_name); in amd8131_pcix_check()
185 edac_pci_handle_npe(edac_dev, edac_dev->ctl_name); in amd8131_pcix_check()
198 edac_pci_handle_npe(edac_dev, edac_dev->ctl_name); in amd8131_pcix_check()
211 edac_pci_handle_npe(edac_dev, edac_dev->ctl_name); in amd8131_pcix_check()
261 dev_info->edac_dev = edac_pci_alloc_ctl_info(0, dev_info->ctl_name); in amd8131_probe()
262 if (!dev_info->edac_dev) in amd8131_probe()
265 dev_info->edac_dev->pvt_info = dev_info; in amd8131_probe()
266 dev_info->edac_dev->dev = &dev_info->dev->dev; in amd8131_probe()
[all …]
H A Dedac_device.h191 void (*edac_check) (struct edac_device_ctl_info * edac_dev);
273 extern int edac_device_add_device(struct edac_device_ctl_info *edac_dev);
298 void edac_device_handle_ce_count(struct edac_device_ctl_info *edac_dev,
311 void edac_device_handle_ue_count(struct edac_device_ctl_info *edac_dev,
324 edac_device_handle_ce(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ce() argument
327 edac_device_handle_ce_count(edac_dev, 1, inst_nr, block_nr, msg); in edac_device_handle_ce()
339 edac_device_handle_ue(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ue() argument
342 edac_device_handle_ue_count(edac_dev, 1, inst_nr, block_nr, msg); in edac_device_handle_ue()
H A Dcpc925_edac.c277 struct edac_device_ctl_info *edac_dev; member
280 void (*check)(struct edac_device_ctl_info *edac_dev);
653 static void cpc925_cpu_check(struct edac_device_ctl_info *edac_dev) in cpc925_cpu_check() argument
655 struct cpc925_dev_info *dev_info = edac_dev->pvt_info; in cpc925_cpu_check()
673 edac_device_handle_ue(edac_dev, 0, 0, edac_dev->ctl_name); in cpc925_cpu_check()
700 static void cpc925_htlink_check(struct edac_device_ctl_info *edac_dev) in cpc925_htlink_check() argument
702 struct cpc925_dev_info *dev_info = edac_dev->pvt_info; in cpc925_htlink_check()
747 edac_device_handle_ce(edac_dev, 0, 0, edac_dev->ctl_name); in cpc925_htlink_check()
798 dev_info->edac_dev = in cpc925_add_edac_devices()
801 if (!dev_info->edac_dev) { in cpc925_add_edac_devices()
[all …]
H A Dedac_module.h42 struct edac_device_ctl_info *edac_dev);
44 struct edac_device_ctl_info *edac_dev);
45 extern int edac_device_create_sysfs(struct edac_device_ctl_info *edac_dev);
46 extern void edac_device_remove_sysfs(struct edac_device_ctl_info *edac_dev);
56 *edac_dev, unsigned long msec);
H A Dthunderx_edac.c1056 struct edac_device_ctl_info *edac_dev; member
1131 ocx->edac_dev->ctl_name, ctx->reg_com_int); in thunderx_ocx_com_threaded_isr()
1154 edac_device_handle_ce(ocx->edac_dev, 0, 0, msg); in thunderx_ocx_com_threaded_isr()
1214 ocx->edac_dev->ctl_name, in thunderx_ocx_lnk_threaded_isr()
1223 edac_device_handle_ue(ocx->edac_dev, 0, 0, msg); in thunderx_ocx_lnk_threaded_isr()
1225 edac_device_handle_ce(ocx->edac_dev, 0, 0, msg); in thunderx_ocx_lnk_threaded_isr()
1346 struct edac_device_ctl_info *edac_dev; in thunderx_ocx_probe() local
1367 edac_dev = edac_device_alloc_ctl_info(sizeof(struct thunderx_ocx), in thunderx_ocx_probe()
1370 if (!edac_dev) { in thunderx_ocx_probe()
1374 ocx = edac_dev->pvt_info; in thunderx_ocx_probe()
[all …]
H A Damd8111_edac.h101 struct edac_device_ctl_info *edac_dev; member
104 void (*check)(struct edac_device_ctl_info *edac_dev);
112 struct edac_pci_ctl_info *edac_dev; member
115 void (*check)(struct edac_pci_ctl_info *edac_dev);
H A Dzynqmp_edac.c253 struct edac_device_ctl_info *edac_dev = file->private_data; in inject_ce_write() local
254 struct edac_priv *priv = edac_dev->pvt_info; in inject_ce_write()
297 struct edac_device_ctl_info *edac_dev = file->private_data; in inject_ue_write() local
298 struct edac_priv *priv = edac_dev->pvt_info; in inject_ue_write()
349 static void setup_debugfs(struct edac_device_ctl_info *edac_dev) in setup_debugfs() argument
351 struct edac_priv *priv = edac_dev->pvt_info; in setup_debugfs()
360 edac_dev, &inject_ue_fops); in setup_debugfs()
362 edac_dev, &inject_ce_fops); in setup_debugfs()
H A Damd8131_edac.h85 struct edac_pci_ctl_info *edac_dev; member
103 void (*check)(struct edac_pci_ctl_info *edac_dev);
H A Dedac_pci.h63 void (*edac_check) (struct edac_pci_ctl_info * edac_dev);
H A Daltera_edac.c868 edac_device_handle_ce(dci->edac_dev, 0, 0, dci->edac_dev_name); in altr_edac_a10_ecc_irq()
874 edac_device_handle_ue(dci->edac_dev, 0, 0, dci->edac_dev_name); in altr_edac_a10_ecc_irq()
1299 edac_device_handle_ce(dci->edac_dev, 0, 0, dci->edac_dev_name); in altr_edac_a10_l2_irq()
1306 edac_device_handle_ue(dci->edac_dev, 0, 0, dci->edac_dev_name); in altr_edac_a10_l2_irq()
1544 altdev->edac_dev = dci; in altr_portb_setup()
1662 edac_device_handle_ce(ad->edac_dev, 0, 0, ad->edac_dev_name); in altr_edac_a10_ecc_irq_portb()
1667 edac_device_handle_ue(ad->edac_dev, 0, 0, ad->edac_dev_name); in altr_edac_a10_ecc_irq_portb()
1948 altdev->edac_dev = dci; in altr_edac_a10_device_add()
H A Daltera_edac.h382 struct edac_device_ctl_info *edac_dev; member