Home
last modified time | relevance | path

Searched full:correctable (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/kernel/linux/linux-6.6/Documentation/PCI/
Dpcieaer-howto.rst73 console. If it's a correctable error, it is output as an info message.
75 log level to filter out correctable error messages.
102 PCIe errors are classified into two types: correctable errors
107 Correctable errors pose no impacts on the functionality of the
112 Unlike correctable errors, uncorrectable
168 Correctable errors
171 Correctable errors pose no impacts on the functionality of
175 correctable error status register accordingly and logs these errors.
177 Non-correctable (non-fatal and fatal) errors
/kernel/linux/linux-5.10/arch/x86/ras/
DKconfig3 bool "Correctable Errors Collector"
6 This is a small cache which collects correctable memory errors per 4K
20 Add extra files to (debugfs)/ras/cec to test the correctable error
/kernel/linux/linux-6.6/arch/x86/ras/
DKconfig3 bool "Correctable Errors Collector"
6 This is a small cache which collects correctable memory errors per 4K
20 Add extra files to (debugfs)/ras/cec to test the correctable error
/kernel/linux/linux-5.10/Documentation/PCI/
Dpcieaer-howto.rst74 console. If it's a correctable error, it is output as a warning.
76 log level to filter out correctable error messages.
105 PCI Express errors are classified into two types: correctable errors
110 Correctable errors pose no impacts on the functionality of the
113 corrected by hardware. Unlike correctable errors, uncorrectable
178 Correctable errors
181 Correctable errors pose no impacts on the functionality of
185 correctable error status register accordingly and logs these errors.
187 Non-correctable (non-fatal and fatal) errors
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac5.c34 "correctable" : "uncorrectable", module_name, in dwmac5_log_error()
78 void __iomem *ioaddr, bool correctable, in dwmac5_handle_mac_err() argument
86 dwmac5_log_error(ndev, value, correctable, "MAC", dwmac5_mac_errors, in dwmac5_handle_mac_err()
126 void __iomem *ioaddr, bool correctable, in dwmac5_handle_mtl_err() argument
134 dwmac5_log_error(ndev, value, correctable, "MTL", dwmac5_mtl_errors, in dwmac5_handle_mtl_err()
174 void __iomem *ioaddr, bool correctable, in dwmac5_handle_dma_err() argument
182 dwmac5_log_error(ndev, value, correctable, "DMA", dwmac5_dma_errors, in dwmac5_handle_dma_err()
204 value |= RPCEIE; /* RX Parser Memory Correctable Error */ in dwmac5_safety_feat_config()
205 value |= ECEIE; /* EST Memory Correctable Error */ in dwmac5_safety_feat_config()
206 value |= RXCEIE; /* RX Memory Correctable Error */ in dwmac5_safety_feat_config()
[all …]
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/apei/
Deinj.rst46 0x00000001 Processor Correctable
49 0x00000008 Memory Correctable
52 0x00000040 PCI Express Correctable
55 0x00000200 Platform Correctable
168 0x00000008 Memory Correctable
172 # echo 0x8 > error_type # Choose correctable memory error
/kernel/linux/linux-6.6/drivers/edac/
Dzynqmp_edac.c31 /* Correctable error info registers */
86 * @ce_cnt: Correctable error count
88 * @ceinfo: Correctable error log information
103 * @ce_cnt: Correctable Error count
106 * @ce_bitpos: Bit position for Correctable Error
155 * Handles correctable and uncorrectable errors.
244 * To get the Correctable Error injected, the following steps are needed:
247 * - Write the Correctable Error bit position value:
/kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/apei/
Deinj.rst46 0x00000001 Processor Correctable
49 0x00000008 Memory Correctable
52 0x00000040 PCI Express Correctable
55 0x00000200 Platform Correctable
168 0x00000008 Memory Correctable
172 # echo 0x8 > error_type # Choose correctable memory error
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/
Dother.json21 …riefDescription": "L1 Data Cache (data, tag or dirty) memory error, correctable or non-correctable"
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/
Dother.json21 …riefDescription": "L1 Data Cache (data, tag or dirty) memory error, correctable or non-correctable"
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwmac5.c34 "correctable" : "uncorrectable", module_name, in dwmac5_log_error()
78 void __iomem *ioaddr, bool correctable, in dwmac5_handle_mac_err() argument
86 dwmac5_log_error(ndev, value, correctable, "MAC", dwmac5_mac_errors, in dwmac5_handle_mac_err()
126 void __iomem *ioaddr, bool correctable, in dwmac5_handle_mtl_err() argument
134 dwmac5_log_error(ndev, value, correctable, "MTL", dwmac5_mtl_errors, in dwmac5_handle_mtl_err()
174 void __iomem *ioaddr, bool correctable, in dwmac5_handle_dma_err() argument
182 dwmac5_log_error(ndev, value, correctable, "DMA", dwmac5_dma_errors, in dwmac5_handle_dma_err()
225 value |= RPCEIE; /* RX Parser Memory Correctable Error */ in dwmac5_safety_feat_config()
226 value |= ECEIE; /* EST Memory Correctable Error */ in dwmac5_safety_feat_config()
227 value |= RXCEIE; /* RX Memory Correctable Error */ in dwmac5_safety_feat_config()
[all …]
Ddwxgmac2_core.c710 "correctable" : "uncorrectable", module_name, in dwxgmac3_log_error()
754 void __iomem *ioaddr, bool correctable, in dwxgmac3_handle_mac_err() argument
762 dwxgmac3_log_error(ndev, value, correctable, "MAC", in dwxgmac3_handle_mac_err()
802 void __iomem *ioaddr, bool correctable, in dwxgmac3_handle_mtl_err() argument
810 dwxgmac3_log_error(ndev, value, correctable, "MTL", in dwxgmac3_handle_mtl_err()
888 void __iomem *ioaddr, bool correctable, in dwxgmac3_handle_dma_err() argument
896 dwxgmac3_log_error(ndev, value, correctable, "DMA", in dwxgmac3_handle_dma_err()
921 value |= XGMAC_RPCEIE; /* RX Parser Memory Correctable Error */ in dwxgmac3_safety_feat_config()
922 value |= XGMAC_ECEIE; /* EST Memory Correctable Error */ in dwxgmac3_safety_feat_config()
923 value |= XGMAC_RXCEIE; /* RX Memory Correctable Error */ in dwxgmac3_safety_feat_config()
[all …]
/kernel/linux/linux-6.6/arch/sparc/kernel/
Dspiterrs.S107 /* This is the trap handler entry point for ECC correctable
117 * only for correctable errors during memory read accesses by
126 * specifically handles correctable errors. If an
130 * correctable, and the error logging C code will notice this
142 /* Ok, in this case we only have a correctable error.
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dspiterrs.S107 /* This is the trap handler entry point for ECC correctable
117 * only for correctable errors during memory read accesses by
126 * specifically handles correctable errors. If an
130 * correctable, and the error logging C code will notice this
142 /* Ok, in this case we only have a correctable error.
/kernel/linux/linux-6.6/arch/sparc/include/asm/
Dchafsr.h38 /* SW handled correctable E-cache Tag ECC error */
56 * an uncorrectable error or a SW correctable error occurs and the status
61 * status bit occur, only uncorrectable and SW correctable ones have
120 /* SW Correctable E-cache ECC error for instruction fetch or data access
157 /* Correctable ECC error from remote cache/memory */
166 /* Foreign read to DRAM incurring correctable ECC error */
Dsfafsr.h71 #define ESTATE_ERR_CE 0x1 /* Correctable errors */
81 #define TRAP_TYPE_CEE 0x63 /* Correctable ECC Error */
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dchafsr.h38 /* SW handled correctable E-cache Tag ECC error */
56 * an uncorrectable error or a SW correctable error occurs and the status
61 * status bit occur, only uncorrectable and SW correctable ones have
120 /* SW Correctable E-cache ECC error for instruction fetch or data access
157 /* Correctable ECC error from remote cache/memory */
166 /* Foreign read to DRAM incurring correctable ECC error */
Dsfafsr.h71 #define ESTATE_ERR_CE 0x1 /* Correctable errors */
81 #define TRAP_TYPE_CEE 0x63 /* Correctable ECC Error */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/can/
Dbosch,c_can.yaml86 - description: RAM ECC correctable error IRQ
87 - description: RAM ECC non-correctable error IRQ
/kernel/linux/linux-6.6/drivers/mtd/nand/spi/
Dalliancememory.c104 * correctable errors and return maximum - 1 by convention in am_ecc_get_status()
117 * correctable errors in am_ecc_get_status()
/kernel/linux/linux-6.6/drivers/acpi/apei/
Deinj.c581 "0x00000001\tProcessor Correctable\n",
584 "0x00000008\tMemory Correctable\n",
587 "0x00000040\tPCI Express Correctable\n",
590 "0x00000200\tPlatform Correctable\n",
593 "0x00001000\tCXL.cache Protocol Correctable\n",
596 "0x00008000\tCXL.mem Protocol Correctable\n",
/kernel/linux/linux-6.6/drivers/ras/
Dcec.c16 * RAS Correctable Errors Collector
18 * This is a simple gadget which collects correctable errors and counts their
108 * The number of correctable errors
536 /* We eat only correctable DRAM errors with usable addresses. */ in cec_notifier()
583 pr_info("Correctable Errors collector initialized.\n"); in cec_init()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
Domap_elm.c272 * elm_error_correction - locate correctable error position
277 * register updated with correctable/uncorrectable error information.
278 * In case of correctable errors, number of errors located from
296 /* Check correctable error or not */ in elm_error_correction()
301 /* Read count of correctable errors */ in elm_error_correction()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Domap_elm.c269 * elm_error_correction - locate correctable error position
274 * register updated with correctable/uncorrectable error information.
275 * In case of correctable errors, number of errors located from
293 /* Check correctable error or not */ in elm_error_correction()
298 /* Read count of correctable errors */ in elm_error_correction()
/kernel/linux/linux-5.10/drivers/ras/
Dcec.c16 * RAS Correctable Errors Collector
18 * This is a simple gadget which collects correctable errors and counts their
108 * The number of correctable errors
536 /* We eat only correctable DRAM errors with usable addresses. */ in cec_notifier()
575 pr_info("Correctable Errors collector initialized.\n"); in cec_init()

12345678910>>...13