/linux-6.14.4/Documentation/firmware-guide/acpi/apei/ |
D | einj.rst | 51 0x00000002 Processor Uncorrectable non-fatal 52 0x00000004 Processor Uncorrectable fatal 54 0x00000010 Memory Uncorrectable non-fatal 55 0x00000020 Memory Uncorrectable fatal 57 0x00000080 PCI Express Uncorrectable non-fatal 58 0x00000100 PCI Express Uncorrectable fatal 60 0x00000400 Platform Uncorrectable non-fatal 61 0x00000800 Platform Uncorrectable fatal 189 0x00000002 Processor Uncorrectable non-fatal 191 0x00000010 Memory Uncorrectable non-fatal [all …]
|
/linux-6.14.4/arch/sparc/include/asm/ |
D | chafsr.h | 43 /* Uncorrectable E-cache Tag ECC error */ 48 /* Uncorrectable system bus data ECC error due to prefetch 56 * an uncorrectable error or a SW correctable error occurs and the status 61 * status bit occur, only uncorrectable and SW correctable ones have 101 /* Uncorrectable system bus MTAG ECC error */ 111 /* Uncorrectable system bus data ECC error for read of interrupt vector */ 125 /* Uncorrectable E-cache ECC error for instruction fetch or data access 133 /* Copyout Uncorrectable ECC error */ 139 /* Uncorrectable ECC error from E-cache for writeback */ 145 /* Uncorrectable ECC error from E-cache for store merge or block load */ [all …]
|
D | estate.h | 15 * errors 2) uncorrectable E-cache errors. Such events only occur on reads 23 * for uncorrectable ECC errors and system errors. 25 * Uncorrectable system bus data error or MTAG ECC error, system bus TimeOUT,
|
/linux-6.14.4/drivers/crypto/intel/qat/qat_common/ |
D | adf_gen4_ras.h | 31 /* HI AE Uncorrectable error log */ 34 /* HI AE Uncorrectable error log enable */ 258 * BIT(0) - Indicates one uncorrectable error 259 * BIT(15) - Indicates multiple uncorrectable errors 297 * BIT(0) - Shared memory uncorrectable interrupt mask 302 * BIT(5) - SSM interrupt generated by SER uncorrectable error 366 * Uncorrectable error mask in SSMCPPERR 405 * BIT(0) - Indicates an uncorrectable error has occurred in the 411 * BIT(5) - Uncorrectable error has occurred in the 419 * BIT(10) - Indicates an uncorrectable error has occurred in the [all …]
|
D | adf_gen4_ras.c | 15 /* Enable uncorrectable error reporting in ERRSOU1 */ in enable_errsou_reporting() 19 * Enable uncorrectable error reporting in ERRSOU2 in enable_errsou_reporting() 27 * Enable uncorrectable error reporting in ERRSOU3 in enable_errsou_reporting() 42 /* Disable uncorrectable error reporting in ERRSOU1 */ in disable_errsou_reporting() 45 /* Disable uncorrectable error reporting in ERRSOU2 */ in disable_errsou_reporting() 50 /* Disable uncorrectable error reporting in ERRSOU3 */ in disable_errsou_reporting() 62 /* Enable Acceleration Engine uncorrectable error reporting */ in enable_ae_error_reporting() 71 /* Disable Acceleration Engine uncorrectable error reporting */ in disable_ae_error_reporting() 379 "Uncorrectable error detected in AE: 0x%x\n", in adf_handle_cpp_aeunc() 427 "RI Memory Parity uncorrectable error: 0x%x\n", in adf_handle_ri_mem_par_err() [all …]
|
/linux-6.14.4/drivers/acpi/apei/ |
D | einj-cxl.c | 21 { ACPI_EINJ_CXL_CACHE_UNCORRECTABLE, "CXL.cache Protocol Uncorrectable non-fatal" }, 22 { ACPI_EINJ_CXL_CACHE_FATAL, "CXL.cache Protocol Uncorrectable fatal" }, 24 { ACPI_EINJ_CXL_MEM_UNCORRECTABLE, "CXL.mem Protocol Uncorrectable non-fatal" }, 25 { ACPI_EINJ_CXL_MEM_FATAL, "CXL.mem Protocol Uncorrectable fatal" },
|
D | einj-core.c | 635 { BIT(1), "Processor Uncorrectable non-fatal" }, 636 { BIT(2), "Processor Uncorrectable fatal" }, 638 { BIT(4), "Memory Uncorrectable non-fatal" }, 639 { BIT(5), "Memory Uncorrectable fatal" }, 641 { BIT(7), "PCI Express Uncorrectable non-fatal" }, 642 { BIT(8), "PCI Express Uncorrectable fatal" }, 644 { BIT(10), "Platform Uncorrectable non-fatal" }, 645 { BIT(11), "Platform Uncorrectable fatal"},
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | debugfs-cxl | 51 0x2000 CXL.cache Protocol Uncorrectable non-fatal 52 0x4000 CXL.cache Protocol Uncorrectable fatal 54 0x10000 CXL.mem Protocol Uncorrectable non-fatal 55 0x20000 CXL.mem Protocol Uncorrectable fatal
|
D | sysfs-bus-pci-devices-aer_stats | 37 Description: List of uncorrectable fatal errors seen and reported by this 57 Uncorrectable Internal Error 0 67 Description: List of uncorrectable nonfatal errors seen and reported by this 87 Uncorrectable Internal Error 0
|
/linux-6.14.4/drivers/edac/ |
D | zynqmp_edac.c | 39 /* Uncorrectable error info registers */ 87 * @ue_cnt: Uncorrectable error count 89 * @ueinfo: Uncorrectable error log information 104 * @ue_cnt: Uncorrectable Error count 107 * @ue_bitpos: Array to store UnCorrectable Error bit positions 155 * Handles correctable and uncorrectable errors. 288 * To get the Uncorrectable Error injected, the following steps are needed: 291 * - Write the Uncorrectable Error bit position values:
|
D | i5400_edac.c | 147 EMASK_M4 = 1<<3, /* Uncorrectable Data ECC on Replay */ 148 EMASK_M5 = 1<<4, /* Aliased Uncorrectable Non-Mirrored Demand Data ECC */ 150 EMASK_M7 = 1<<6, /* Aliased Uncorrectable Resilver- or Spare-Copy Data ECC */ 151 EMASK_M8 = 1<<7, /* Aliased Uncorrectable Patrol Data ECC */ 152 EMASK_M9 = 1<<8, /* Non-Aliased Uncorrectable Non-Mirrored Demand Data ECC */ 154 EMASK_M11 = 1<<10, /* Non-Aliased Uncorrectable Resilver- or Spare-Copy Data ECC */ 155 EMASK_M12 = 1<<11, /* Non-Aliased Uncorrectable Patrol Data ECC */ 182 [3] = "Uncorrectable Data ECC on Replay", 183 [4] = "Aliased Uncorrectable Non-Mirrored Demand Data ECC", 185 [6] = "Aliased Uncorrectable Resilver- or Spare-Copy Data ECC", [all …]
|
D | synopsys_edac.c | 46 /* Uncorrectable error info registers */ 68 /* ECC correctable/uncorrectable error log register definitions */ 73 /* ECC correctable/uncorrectable error address register definitions */ 290 * @ue_cnt: Uncorrectable error count. 292 * @ueinfo: Uncorrectable error log information. 309 * @ue_cnt: Uncorrectable Error count. 496 * handle_error - Handle Correctable and Uncorrectable errors. 500 * Handles ECC correctable and uncorrectable errors. 1099 ? ("Correctable Error") : ("UnCorrectable Error")); in inject_data_poison_show() 1448 * Start capturing the correctable and uncorrectable errors. A write of in mc_probe()
|
D | versal_edac.c | 197 * @ueinfo: Uncorrectable error log information. 215 * @ue_cnt: UnCorrectable error count. 408 * handle_error - Handle Correctable and Uncorrectable errors. 412 * Handles ECC correctable and uncorrectable errors. 449 * err_callback - Handle Correctable and Uncorrectable errors. 453 * Handles ECC correctable and uncorrectable errors. 830 * To inject an uncorrectable error, the following steps are needed: 843 * uncorrectable errors
|
D | i7300_edac.c | 216 [8] = "Non-Aliased Uncorrectable Patrol Data ECC", 217 [7] = "Non-Aliased Uncorrectable Resilver- or Spare-Copy Data ECC", 218 [6] = "Non-Aliased Uncorrectable Mirrored Demand Data ECC", 219 [5] = "Non-Aliased Uncorrectable Non-Mirrored Demand Data ECC", 220 [4] = "Aliased Uncorrectable Patrol Data ECC", 221 [3] = "Aliased Uncorrectable Resilver- or Spare-Copy Data ECC", 222 [2] = "Aliased Uncorrectable Mirrored Demand Data ECC", 223 [1] = "Aliased Uncorrectable Non-Mirrored Demand Data ECC", 224 [0] = "Uncorrectable Data ECC on Replay",
|
D | i5000_edac.c | 108 /* Uncorrectable errors */ 588 specific = "Non-Aliased Uncorrectable Patrol Data ECC"; in i5000_process_nonfatal_error_info() 591 specific = "Non-Aliased Uncorrectable Spare-Copy " in i5000_process_nonfatal_error_info() 595 specific = "Non-Aliased Uncorrectable Mirrored Demand " in i5000_process_nonfatal_error_info() 599 specific = "Non-Aliased Uncorrectable Non-Mirrored " in i5000_process_nonfatal_error_info() 603 specific = "Aliased Uncorrectable Patrol Data ECC"; in i5000_process_nonfatal_error_info() 606 specific = "Aliased Uncorrectable Spare-Copy Data ECC"; in i5000_process_nonfatal_error_info() 609 specific = "Aliased Uncorrectable Mirrored Demand " in i5000_process_nonfatal_error_info() 613 specific = "Aliased Uncorrectable Non-Mirrored Demand " in i5000_process_nonfatal_error_info() 617 specific = "Uncorrectable Data ECC on Replay"; in i5000_process_nonfatal_error_info()
|
D | i5100_edac.c | 378 "uncorrectable data ECC on replay", /* 1 */ in i5100_err_msg() 381 "aliased uncorrectable demand data ECC", /* 4 */ in i5100_err_msg() 382 "aliased uncorrectable spare-copy data ECC", /* 5 */ in i5100_err_msg() 383 "aliased uncorrectable patrol data ECC", /* 6 */ in i5100_err_msg() 387 "non-aliased uncorrectable demand data ECC", /* 10 */ in i5100_err_msg() 388 "non-aliased uncorrectable spare-copy data ECC", /* 11 */ in i5100_err_msg() 389 "non-aliased uncorrectable patrol data ECC", /* 12 */ in i5100_err_msg()
|
/linux-6.14.4/arch/alpha/include/asm/ |
D | mce.h | 20 /* Machine Check Frame for uncorrectable errors (Large format) 21 * --- This is used to log uncorrectable errors such as 54 processor uncorrectable error
|
/linux-6.14.4/Documentation/PCI/ |
D | pcieaer-howto.rst | 103 and uncorrectable errors. This classification is based on the impact 112 Unlike correctable errors, uncorrectable 113 errors impact functionality of the interface. Uncorrectable errors 115 to be unreliable. Depending on those error conditions, uncorrectable
|
/linux-6.14.4/Documentation/userspace-api/media/v4l/ |
D | dev-rds.rst | 128 - Error bit. Indicates that an uncorrectable error occurred during 176 - An uncorrectable error occurred.
|
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/ampere/emag/ |
D | memory.json | 21 …"PublicDescription": "This event counts any correctable or uncorrectable memory error (ECC or pari…
|
/linux-6.14.4/arch/sparc/kernel/ |
D | pci_psycho.c | 66 * streaming buffer) caused the error, but for the uncorrectable 89 /* When an Uncorrectable Error or a PCI Error happens, we 116 /* Uncorrectable Errors. Cause of the error and the address are 143 /* Latch uncorrectable error status. */ in psycho_ue_intr() 156 printk("%s: Uncorrectable Error, primary error type[%s]\n", in psycho_ue_intr()
|
/linux-6.14.4/arch/alpha/kernel/ |
D | err_titan.c | 131 printk("%s Lost Uncorrectable ECC Error\n", in titan_parse_p_serror() 204 * in a series of uncorrectable errors being reported. Also in titan_parse_p_perror() 446 (vector == SCB_Q_SYSERR)?"Correctable":"Uncorrectable", in titan_machine_check() 661 * Vector 670 - Processor, Uncorrectable in privateer_process_logout_frame() 679 * Vector 660 - System, Uncorrectable in privateer_process_logout_frame()
|
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/ |
D | exception.json | 6 …"PublicDescription": "This event counts any correctable or uncorrectable memory error (ECC or pari…
|
/linux-6.14.4/Documentation/ABI/removed/ |
D | sysfs-bus-nfit | 13 Uncorrectable Error Range Length Unit Size' (see: ACPI 6.2
|
/linux-6.14.4/arch/mips/pci/ |
D | pci-octeon.c | 127 /* Clear Uncorrectable Error Status */ in pcibios_plat_dev_init() 132 /* Enable reporting of all uncorrectable errors */ in pcibios_plat_dev_init() 133 /* Uncorrectable Error Mask - turned on bits disable errors */ in pcibios_plat_dev_init() 137 * errors are reported as uncorrectable or in pcibios_plat_dev_init() 140 /* PCI_ERR_UNCOR_SEVER - Uncorrectable Error Severity */ in pcibios_plat_dev_init()
|