/Linux-v4.19/Documentation/x86/x86_64/ |
D | machinecheck | 6 (often with panic), corrected ones cause a machine check log entry. 38 How often to poll for corrected machine check errors, in seconds 44 maximum polling interval. 0 means no polling for corrected machine 45 check errors (but some corrected errors might be still reported 50 corrected machine check the kernel can take different actions. 58 0: always panic on uncorrected errors, log corrected errors 59 1: panic or SIGBUS on uncorrected errors, log corrected errors 60 2: SIGBUS or log uncorrected errors, log corrected errors
|
D | boot-options.txt | 21 Don't make logs for corrected errors. All events reported 22 as corrected are silently cleared by OS. 24 of corrected errors. 26 Disable features for corrected errors, e.g. polling timer 27 and CMCI. All events reported as corrected are not cleared 30 there is an agent checking/clearing corrected errors 48 0: always panic on uncorrected errors, log corrected errors 49 1: panic or SIGBUS on uncorrected errors, log corrected errors 50 2: SIGBUS or log uncorrected errors, log corrected errors 174 acpi=nocmcff Disable firmware first mode for corrected errors. This [all …]
|
/Linux-v4.19/drivers/firmware/efi/ |
D | cper-arm.c | 106 bool proc_context_corrupt, corrected, precise_pc, restartable_pc; in cper_print_arm_err_info() local 181 corrected = ((error_info >> CPER_ARM_ERR_CORRECTED_SHIFT) in cper_print_arm_err_info() 183 if (corrected) in cper_print_arm_err_info()
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | nand_micron.c | 258 mtd->ecc_stats.corrected += nbitflips; in micron_nand_on_die_ecc_status_4() 277 mtd->ecc_stats.corrected += 3; in micron_nand_on_die_ecc_status_8() 280 mtd->ecc_stats.corrected += 6; in micron_nand_on_die_ecc_status_8() 284 mtd->ecc_stats.corrected += 8; in micron_nand_on_die_ecc_status_8()
|
D | mtk_ecc.h | 24 u32 corrected; member
|
D | txx9ndfmc.c | 199 int corrected = 0; in txx9ndfmc_correct_data() local 206 corrected += stat; in txx9ndfmc_correct_data() 211 return corrected; in txx9ndfmc_correct_data()
|
D | davinci_nand.c | 315 unsigned num_errors, corrected; in nand_davinci_correct_4bit() local 397 for (i = 0, corrected = 0; i < num_errors; i++) { in nand_davinci_correct_4bit() 421 corrected++; in nand_davinci_correct_4bit() 425 return corrected; in nand_davinci_correct_4bit()
|
D | mtk_ecc.c | 226 stats->corrected = 0; in mtk_ecc_get_stats() 240 stats->corrected += err; in mtk_ecc_get_stats()
|
D | tango_nand.c | 197 mtd->ecc_stats.corrected += res; in check_erased_page() 223 mtd->ecc_stats.corrected += in decode_error_report()
|
D | denali.c | 343 mtd->ecc_stats.corrected += stat; in denali_check_erased_page() 384 mtd->ecc_stats.corrected += max_bitflips; in denali_hw_ecc_fixup() 442 mtd->ecc_stats.corrected += flips_in_byte; in denali_sw_ecc_fixup()
|
D | fsl_ifc_nand.c | 252 mtd->ecc_stats.corrected += errors; in fsl_ifc_run_command() 671 mtd->ecc_stats.corrected += res; in check_erased_page()
|
/Linux-v4.19/Documentation/acpi/apei/ |
D | output_format.txt | 18 <severity string>* := recoverable | fatal | corrected | info 58 [restartable][, precise IP][, overflow][, corrected] 81 mirror Broken | memory sparing | scrub corrected error | \
|
/Linux-v4.19/drivers/mtd/ |
D | mtdpart.c | 84 mtd->ecc_stats.corrected += in part_read() 85 part->parent->ecc_stats.corrected - stats.corrected; in part_read() 118 mtd->ecc_stats.corrected += in part_read_oob() 119 part->parent->ecc_stats.corrected - stats.corrected; in part_read_oob()
|
D | mtdconcat.c | 100 mtd->ecc_stats.corrected++; in concat_read() 263 mtd->ecc_stats.corrected++; in concat_read_oob()
|
/Linux-v4.19/drivers/mtd/tests/ |
D | nandbiterrs.c | 155 err = mtd->ecc_stats.corrected - oldstats.corrected; in read_page()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-mtd | 143 maximum number of bit errors that were corrected on any single 157 corrected". Its new interpretation can be phrased as "a 158 dangerously high number of bit errors were corrected on one or 204 The number of bits that have been corrected by means of the
|
/Linux-v4.19/include/uapi/mtd/ |
D | mtd-abi.h | 250 __u32 corrected; member
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dev-rds.rst | 132 - Corrected bit. Indicates that an error was corrected for this data 180 - A bit error was detected but corrected.
|
/Linux-v4.19/drivers/md/ |
D | dm-verity-fec.c | 132 int r, corrected = 0, res; in fec_decode_bufs() local 153 corrected += res; in fec_decode_bufs() 171 r = corrected; in fec_decode_bufs()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | mce.h | 283 extern void apei_mce_report_mem_error(int corrected,
|
/Linux-v4.19/Documentation/EDID/ |
D | HOWTO.txt | 18 individually prepared or corrected EDID data set in the /lib/firmware
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ptp.c | 919 s32 window, corrected; in efx_ptp_process_times() local 930 corrected = window - wait.tv_nsec; in efx_ptp_process_times() 943 } else if (corrected >= MAX_SYNCHRONISATION_NS) { in efx_ptp_process_times() 945 } else if (corrected < ptp->min_synchronisation_ns) { in efx_ptp_process_times()
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | CHANGES | 44 of the operation. This has been corrected.
|
/Linux-v4.19/Documentation/hwmon/ |
D | smsc47b397 | 19 provided by Craig Kelly (In-Store Broadcast Network) and edited/corrected
|
/Linux-v4.19/drivers/mtd/nand/onenand/ |
D | omap2.c | 297 mtd->ecc_stats.corrected++; in omap2_onenand_wait()
|