Home
last modified time | relevance | path

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

12345678910

/openbmc/qemu/hw/pci/
H A Dpcie_aer.c834 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 Dpci-hmp-cmds.c180 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 Decc-dbus-sel.md19 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 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
/openbmc/linux/arch/x86/ras/
H A 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
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DMemoryMetrics.v1_7_3.json66 …"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.",
282correctable 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 DProcessorMetrics.v1_6_4.json270 "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 DDriveMetrics.v1_2_1.json80 … "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 DSwitchMetrics.v1_0_2.json89 "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 Dopenbmc_message_registry.hpp40 "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 Dopenbmc.json9 "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 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:
/openbmc/linux/Documentation/firmware-guide/acpi/apei/
H A 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
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Memory/
H A DMemoryECC.errors.yaml5 description: Correctable ECC/other correctable memory error.
H A DMemoryECC.interface.yaml11 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 Dother.json21 …riefDescription": "L1 Data Cache (data, tag or dirty) memory error, correctable or non-correctable"
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A 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 …]
/openbmc/linux/arch/sparc/kernel/
H A 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.
/openbmc/linux/arch/sparc/include/asm/
H A 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 */
H A Dsfafsr.h71 #define ESTATE_ERR_CE 0x1 /* Correctable errors */
81 #define TRAP_TYPE_CEE 0x63 /* Correctable ECC Error */
/openbmc/qemu/qapi/
H A Dcxl.json178 # @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 Dbosch,c_can.yaml86 - description: RAM ECC correctable error IRQ
87 - description: RAM ECC non-correctable error IRQ
/openbmc/linux/drivers/mtd/nand/spi/
H A Dalliancememory.c104 * 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 DMemoryMetrics_v1.xml197 …<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 …
524correctable 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…
537correctable errors for the lifetime of the memory. Since the error origin is indeterminate, the s…
[all …]
H A DSwitchMetrics_v1.xml129 …<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 …

12345678910