Lines Matching full:edac
1 Error Detection And Correction (EDAC) Devices
4 Main Concepts used at the EDAC subsystem
113 Most of the EDAC core is focused on doing Memory Controller error detection.
115 to describe the memory controllers, with is an opaque struct for the EDAC
116 drivers. Only the EDAC core is allowed to touch it.
118 .. kernel-doc:: include/linux/edac.h
120 .. kernel-doc:: drivers/edac/edac_mc.h
125 The EDAC subsystem provides a mechanism to handle PCI controllers by calling
129 .. kernel-doc:: drivers/edac/edac_pci.h
131 EDAC Blocks
134 The EDAC subsystem also provides a generic mechanism to report errors on
142 …d the code that implements the APIs for the same, provide for registering EDAC type devices which …
150 - other EDAC/ECC type devices that can be monitored for
160 /sys/devices/system/edac/..
178 .. kernel-doc:: drivers/edac/edac_device.h