Searched full:uncorrected (Results 1 – 25 of 68) sorted by relevance
123
/linux-6.14.4/arch/x86/kernel/cpu/mce/ |
D | severity.c | 123 * to report uncorrected errors using CMCI with a special signature. 129 AO, "Uncorrected Patrol Scrub Error", 136 UCNA, "Uncorrected no action required", 214 PANIC, "Overflowed uncorrected", 218 PANIC, "Uncorrected in kernel", 223 UC, "Uncorrected", 357 panic_msg = "Overflowed uncorrected error without MCA Overflow Recovery"; in mce_severity_amd() 363 panic_msg = "Uncorrected error without MCA Recovery"; in mce_severity_amd() 369 panic_msg = "Uncorrected unrecoverable error in kernel context"; in mce_severity_amd()
|
D | intel.c | 71 * bank because both corrected and uncorrected errors may be logged 73 * to corrected errors, so keeping CMCI enabled means that uncorrected
|
D | core.c | 106 * reporting corrected errors through GHES. Uncorrected/recoverable 302 /* Now print uncorrected but with the final one last */ in mce_panic() 760 * CPUs should skip over uncorrected errors, but log in machine_check_poll() 1388 pr_err("Uncorrected hardware memory error in user-access at %llx", p->mce_addr); in kill_me_maybe() 1683 pr_err("Uncorrected memory error in page 0x%lx ignored\n" in memory_failure()
|
/linux-6.14.4/Documentation/ABI/removed/ |
D | sysfs-mce | 27 0 always panic on uncorrected errors, log corrected errors 28 1 panic or SIGBUS on uncorrected errors, log corrected errors 29 2 SIGBUS or log uncorrected errors, log corrected errors
|
/linux-6.14.4/Documentation/userspace-api/media/dvb/ |
D | fe-read-uncorrected-blocks.rst | 31 The total number of uncorrected blocks seen by the driver so far. 36 This ioctl call returns the number of uncorrected blocks detected by the
|
D | frontend_legacy_api.rst | 34 fe-read-uncorrected-blocks
|
/linux-6.14.4/include/ras/ |
D | ras_event.h | 21 * uncorrected event. 84 * uncorrected event, and are meant to replace the current API to report 259 * uncorrected event on a PCIe device. The event report has 332 "Fatal" : "Uncorrected, non-fatal",
|
/linux-6.14.4/arch/s390/include/asm/ |
D | nmi.h | 56 u64 se : 1; /* 16 storage error uncorrected */ 58 u64 ke : 1; /* 18 storage-key error uncorrected */
|
/linux-6.14.4/arch/x86/include/asm/ |
D | mce.h | 37 #define MCI_STATUS_UC BIT_ULL(61) /* uncorrected error */ 52 #define MCI_STATUS_DEFERRED BIT_ULL(44) /* uncorrected error, deferred exception */ 73 * of uncorrected errors - so the F bit is deliberately skipped 292 MCP_UC = BIT(1), /* log uncorrected errors */
|
/linux-6.14.4/tools/testing/selftests/kvm/include/x86/ |
D | mce.h | 16 #define MCI_STATUS_UC (1ULL << 61) /* uncorrected error */
|
/linux-6.14.4/Documentation/arch/x86/x86_64/ |
D | machinecheck.rst | 8 by the CPU. Uncorrected errors typically cause a machine check
|
/linux-6.14.4/include/linux/ |
D | edac.h | 97 * @HW_EVENT_ERR_UNCORRECTED: Uncorrected Error - Indicates an error that 108 * @HW_EVENT_ERR_FATAL: Fatal Error - Uncorrected error that could not 127 return "Uncorrected"; in mc_event_error_type()
|
/linux-6.14.4/Documentation/devicetree/bindings/memory-controllers/ |
D | snps,dw-umctl2-ddrc.yaml | 37 ECC Corrected Error, ECC Uncorrected Error, ECC Address Protection,
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-mce | 8 detected by the CPU. Uncorrected errors typically cause a
|
/linux-6.14.4/drivers/firmware/efi/ |
D | cper-x86.c | 172 print_bool("Uncorrected", pfx, check, CHECK_MS_UNCORRECTED); in print_err_info_ms() 223 print_bool("Uncorrected", pfx, check, CHECK_UNCORRECTED); in print_err_info()
|
/linux-6.14.4/arch/s390/kernel/ |
D | nmi.c | 397 /* Storage error uncorrected */ in s390_do_machine_check() 400 /* Storage key-error uncorrected */ in s390_do_machine_check()
|
/linux-6.14.4/Documentation/firmware-guide/acpi/apei/ |
D | output_format.rst | 85 scrub uncorrected error
|
/linux-6.14.4/drivers/media/dvb-frontends/ |
D | dib3000mb_priv.h | 521 /* packet error rate (uncorrected TS packets) (16) */ 524 /* uncorrected packet count (16) */
|
D | mxl5xx_regs.h | 107 #define HYDRA_DMD_DVBS_1ST_UNCORR_RS_ERRORS_ADDR_OFFSET 0x3FFFC6CC /* uncorrected RS Errors: 1st…
|
/linux-6.14.4/fs/xfs/ |
D | xfs_health.c | 76 "Uncorrected metadata errors detected; please run xfs_repair."); in xfs_health_unmount() 79 * We discovered uncorrected metadata problems at some point in xfs_health_unmount()
|
/linux-6.14.4/drivers/mtd/nand/raw/ |
D | nand_toshiba.c | 84 /* uncorrected */ in toshiba_nand_benand_eccstatus()
|
/linux-6.14.4/drivers/edac/ |
D | altera_edac.h | 321 /* Sticky registers for Uncorrected Errors */
|
D | mce_amd.c | 782 return "Uncorrected, software restartable error."; in decode_error_status() 783 return "Uncorrected, software containable error."; in decode_error_status()
|
/linux-6.14.4/Documentation/PCI/ |
D | pcieaer-howto.rst | 79 …0000:50:00.0: PCIe Bus Error: severity=Uncorrected (Fatal), type=Transaction Layer, id=0500(Reques…
|
/linux-6.14.4/include/uapi/mtd/ |
D | mtd-abi.h | 237 /* Get statistics about corrected/uncorrected errors */
|
123