/openbmc/qemu/hw/pci/ |
H A D | pcie_aer.c | 834 bool correctable; member 845 .correctable = false, 849 .correctable = false, 853 .correctable = false, 857 .correctable = false, 861 .correctable = false, 865 .correctable = false, 869 .correctable = false, 873 .correctable = false, 877 .correctable = false, [all …]
|
H A D | pci-hmp-cmds.c | 180 bool correctable; in hmp_pcie_aer_inject_error() local 196 if (pcie_aer_parse_error_string(error_name, &error_status, &correctable)) { in hmp_pcie_aer_inject_error() 202 correctable = qdict_get_try_bool(qdict, "correctable", false); in hmp_pcie_aer_inject_error() 204 if (qdict_haskey(qdict, "correctable")) { in hmp_pcie_aer_inject_error() 213 if (correctable) { in hmp_pcie_aer_inject_error()
|
/openbmc/docs/designs/ |
H A D | ecc-dbus-sel.md | 19 correctable or ECC/other uncorrectable and whether ECC/other correctable memory 36 driver. And make sure the EDAC driver must be loaded and ECC/other correctable 66 creating a large number of correctable ECC logs. When the `maximum quantity` is 74 second after service is started. On first start, it resets all correctable ECC 85 reach limits| | ceCount| int64 | correctable ECC events | | ueCount| int64 | 97 - correctable ECC log : when fetching the `ce_count` from EDAC driver parameter 101 - logging limit reached log : When the correctable ECC log reaches the
|
/openbmc/linux/Documentation/PCI/ |
H A D | pcieaer-howto.rst | 73 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
|
/openbmc/linux/arch/x86/ras/ |
H A D | Kconfig | 3 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
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | MemoryMetrics.v1_7_3.json | 66 …"description": "An indication of whether the correctable error threshold crossing alarm trip was d… 67 …"longDescription": "This property shall indicate whether the correctable error threshold crossing … 124 …"description": "Indicates whether correctable ECC errors generate an alert to the CXL Fabric Manag… 125 …"longDescription": "This property shall indicate whether correctable ECC errors generate an alert … 271 "description": "The number of correctable errors since reset.", 272 …"longDescription": "This property shall contain the number of correctable errors since reset. Whe… 281 "description": "The number of indeterminate correctable errors since reset.", 282 …correctable errors since reset. Since the error origin is indeterminate, the same error can be du… 428 … "description": "The number of correctable errors for the lifetime of the memory.", 429 …"longDescription": "This property shall contain the number of correctable errors for the lifetime … [all …]
|
H A D | ProcessorMetrics.v1_6_4.json | 270 "description": "The number of correctable core errors.", 271 …"longDescription": "This property shall contain the number of correctable core errors, such as TLB… 280 "description": "The number of correctable errors of all other components.", 281 …"longDescription": "This property shall contain the number of correctable errors of all other comp… 368 …"description": "The number of correctable errors of cache memory since reset or `ClearCurrentPerio… 369 …"longDescription": "This property shall contain the number of correctable errors of cache memory s… 410 … "description": "The number of correctable errors for the lifetime of the cache memory.", 411 …"longDescription": "This property shall contain the number of correctable errors for the lifetime … 561 "description": "The number of correctable core errors.", 562 …"longDescription": "This property shall contain the number of correctable core errors, such as TLB… [all …]
|
H A D | DriveMetrics.v1_2_1.json | 80 … "description": "The number of correctable read errors for the lifetime of the drive.", 81 …"longDescription": "This property shall contain the number of correctable read errors for the life… 89 … "description": "The number of correctable write errors for the lifetime of the drive.", 90 …"longDescription": "This property shall contain the number of correctable write errors for the lif…
|
H A D | SwitchMetrics.v1_0_2.json | 89 "description": "The number of correctable errors of memory since reset.", 90 …"longDescription": "This property shall contain the number of correctable errors of memory since r… 161 … "description": "The number of correctable errors for the lifetime of the memory.", 162 …"longDescription": "This property shall contain the number of correctable errors for the lifetime …
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | openbmc_message_registry.hpp | 40 "Indicates an ADDDC Correctable Error.", 41 "ADDDC Correctable Error.Socket=%1 Channel=%2 DIMM=%3 Rank=%4.", 1109 "Indicates a Correctable Memory ECC error.", 1110 "Memory ECC correctable error. Socket=%1 Channel=%2 DIMM=%3 Rank=%4.", 1287 "Indicates a PCIe Correctable Advisory Non-fatal Error.", 1288 "PCIe Correctable Advisory Non-fatal Error. Bus=%1 Device=%2 Function=%3.", 1301 "Indicates a PCIe Correctable Bad DLLP Error.", 1302 "PCIe Correctable Bad DLLP. Bus=%1 Device=%2 Function=%3.", 1315 "Indicates a PCIe Correctable Bad TLP Error.", 1316 "PCIe Correctable Bad TLP. Bus=%1 Device=%2 Function=%3.", [all …]
|
H A D | openbmc.json | 9 "Description": "Indicates an ADDDC Correctable Error.", 10 "Message": "ADDDC Correctable Error.Socket=%1 Channel=%2 DIMM=%3 Rank=%4.", 807 "Description": "Indicates a Correctable Memory ECC error.", 808 "Message": "Memory ECC correctable error. Socket=%1 Channel=%2 DIMM=%3 Rank=%4.", 922 "Description": "Indicates a PCIe Correctable Advisory Non-fatal Error.", 923 "Message": "PCIe Correctable Advisory Non-fatal Error. Bus=%1 Device=%2 Function=%3.", 931 "Description": "Indicates a PCIe Correctable Bad DLLP Error.", 932 "Message": "PCIe Correctable Bad DLLP. Bus=%1 Device=%2 Function=%3.", 940 "Description": "Indicates a PCIe Correctable Bad TLP Error.", 941 "Message": "PCIe Correctable Bad TLP. Bus=%1 Device=%2 Function=%3.", [all …]
|
/openbmc/linux/drivers/edac/ |
H A D | zynqmp_edac.c | 31 /* 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:
|
/openbmc/linux/Documentation/firmware-guide/acpi/apei/ |
H A D | einj.rst | 46 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
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Memory/ |
H A D | MemoryECC.errors.yaml | 5 description: Correctable ECC/other correctable memory error.
|
H A D | MemoryECC.interface.yaml | 11 A correctable ECC event has been detected on a read operation. 32 correctable ECC detected.
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/ |
H A D | other.json | 21 …riefDescription": "L1 Data Cache (data, tag or dirty) memory error, correctable or non-correctable"
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac5.c | 34 "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 …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | spiterrs.S | 107 /* 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.
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | chafsr.h | 38 /* 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 */
|
H A D | sfafsr.h | 71 #define ESTATE_ERR_CE 0x1 /* Correctable errors */ 81 #define TRAP_TYPE_CEE 0x63 /* Correctable ECC Error */
|
/openbmc/qemu/qapi/ |
H A D | cxl.json | 178 # @corrected-volatile-error-count: Total number of correctable errors 181 # @corrected-persistent-error-count: Total number of correctable 320 # Type of CXL correctable error to inject 351 # @cxl-inject-correctable-error: 353 # Command to inject a single correctable error. Multiple error 356 # correctable internal error, with additional detail available from 365 {'command': 'cxl-inject-correctable-error',
|
/openbmc/linux/Documentation/devicetree/bindings/net/can/ |
H A D | bosch,c_can.yaml | 86 - description: RAM ECC correctable error IRQ 87 - description: RAM ECC non-correctable error IRQ
|
/openbmc/linux/drivers/mtd/nand/spi/ |
H A D | alliancememory.c | 104 * correctable errors and return maximum - 1 by convention in am_ecc_get_status() 117 * correctable errors in am_ecc_get_status()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | MemoryMetrics_v1.xml | 197 …<Annotation Term="OData.Description" String="An indication of whether the correctable error thresh… 198 …Data.LongDescription" String="This property shall indicate whether the correctable error threshold… 466 … <Annotation Term="OData.Description" String="The number of correctable errors since reset."/> 467 …ata.LongDescription" String="This property shall contain the number of correctable errors since re… 479 …<Annotation Term="OData.Description" String="The number of correctable errors for the lifetime of … 480 …ata.LongDescription" String="This property shall contain the number of correctable errors for the … 523 …<Annotation Term="OData.Description" String="The number of indeterminate correctable errors since … 524 …correctable errors since reset. Since the error origin is indeterminate, the same error can be du… 536 …<Annotation Term="OData.Description" String="The number of indeterminate correctable errors for th… 537 …correctable errors for the lifetime of the memory. Since the error origin is indeterminate, the s… [all …]
|
H A D | SwitchMetrics_v1.xml | 129 …<Annotation Term="OData.Description" String="The number of correctable errors of memory since rese… 130 …ata.LongDescription" String="This property shall contain the number of correctable errors of memor… 145 …<Annotation Term="OData.Description" String="The number of correctable errors for the lifetime of … 146 …ata.LongDescription" String="This property shall contain the number of correctable errors for the …
|