/linux/Documentation/ABI/testing/ |
A D | sysfs-mce | 9 machine check (often with panic), corrected ones cause a 45 How often to poll for corrected machine check errors, in 52 0 means no polling for corrected machine check errors 53 (but some corrected errors might be still reported 64 non corrected machine check the kernel can take different 76 0 always panic on uncorrected errors, log corrected errors 78 2 SIGBUS or log uncorrected errors, log corrected errors 112 Disables polling and CMCI for corrected errors. 113 All corrected events are not cleared and kept in bank MSRs. 119 Disables logging for corrected errors. [all …]
|
A 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/Documentation/x86/x86_64/ |
A D | boot-options.rst | 25 Don't make logs for corrected errors. All events reported 26 as corrected are silently cleared by OS. 28 of corrected errors. 30 Disable features for corrected errors, e.g. polling timer 31 and CMCI. All events reported as corrected are not cleared 34 there is an agent checking/clearing corrected errors 52 0: always panic on uncorrected errors, log corrected errors 53 1: panic or SIGBUS on uncorrected errors, log corrected errors 54 2: SIGBUS or log uncorrected errors, log corrected errors 217 Disable firmware first mode for corrected errors. This [all …]
|
A D | machinecheck.rst | 9 (often with panic), corrected ones cause a machine check log entry.
|
/linux/Documentation/devicetree/bindings/nvmem/ |
A D | qcom,qfprom.yaml | 32 # If the QFPROM is read-only OS image then only the corrected region 37 - description: The corrected region. 39 - description: The corrected region.
|
/linux/drivers/firmware/efi/ |
A D | cper-arm.c | 94 bool proc_context_corrupt, corrected, precise_pc, restartable_pc; in cper_print_arm_err_info() local 169 corrected = ((error_info >> CPER_ARM_ERR_CORRECTED_SHIFT) in cper_print_arm_err_info() 171 if (corrected) in cper_print_arm_err_info()
|
/linux/drivers/mtd/nand/raw/ |
A D | nand_micron.c | 269 mtd->ecc_stats.corrected += nbitflips; in micron_nand_on_die_ecc_status_4() 288 mtd->ecc_stats.corrected += 3; in micron_nand_on_die_ecc_status_8() 291 mtd->ecc_stats.corrected += 6; in micron_nand_on_die_ecc_status_8() 295 mtd->ecc_stats.corrected += 8; in micron_nand_on_die_ecc_status_8()
|
A D | davinci_nand.c | 261 unsigned num_errors, corrected; in nand_davinci_correct_4bit() local 343 for (i = 0, corrected = 0; i < num_errors; i++) { in nand_davinci_correct_4bit() 367 corrected++; in nand_davinci_correct_4bit() 371 return corrected; in nand_davinci_correct_4bit() 438 mtd->ecc_stats.corrected += stat; in nand_davinci_read_page_hwecc_oob_first()
|
A D | nand_toshiba.c | 67 mtd->ecc_stats.corrected += bitflips; in toshiba_nand_benand_eccstatus() 89 mtd->ecc_stats.corrected += max_bitflips; in toshiba_nand_benand_eccstatus()
|
A D | txx9ndfmc.c | 192 int corrected = 0; in txx9ndfmc_correct_data() local 200 corrected += stat; in txx9ndfmc_correct_data() 205 return corrected; in txx9ndfmc_correct_data()
|
A D | mtk_ecc.h | 22 u32 corrected; member
|
A D | mtk_ecc.c | 218 stats->corrected = 0; in mtk_ecc_get_stats() 232 stats->corrected += err; in mtk_ecc_get_stats()
|
A D | denali.c | 427 ecc_stats->corrected += stat; in denali_check_erased_page() 468 ecc_stats->corrected += max_bitflips; in denali_hw_ecc_fixup() 527 ecc_stats->corrected += flips_in_byte; in denali_sw_ecc_fixup()
|
/linux/Documentation/firmware-guide/acpi/apei/ |
A D | output_format.rst | 21 <severity string>* := recoverable | fatal | corrected | info 61 [restartable][, precise IP][, overflow][, corrected] 84 mirror Broken | memory sparing | scrub corrected error | \
|
/linux/Documentation/hwmon/ |
A D | bel-pfe.rst | 33 1100 Watt AC to DC power-factor-corrected (PFC) power supply. 38 3000 Watt AC/DC power-factor-corrected (PFC) and DC-DC power supply.
|
/linux/drivers/mtd/tests/ |
A D | nandbiterrs.c | 142 err = mtd->ecc_stats.corrected - oldstats.corrected; in read_page()
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | dev-rds.rst | 125 - Corrected bit. Indicates that an error was corrected for this data 172 - A bit error was detected but corrected.
|
/linux/include/uapi/mtd/ |
A D | mtd-abi.h | 253 __u32 corrected; member
|
/linux/drivers/md/ |
A D | dm-verity-fec.c | 127 int r, corrected = 0, res; in fec_decode_bufs() local 148 corrected += res; in fec_decode_bufs() 166 r = corrected; in fec_decode_bufs()
|
/linux/Documentation/admin-guide/ |
A D | edid.rst | 26 individually prepared or corrected EDID data set in the /lib/firmware
|
/linux/arch/x86/include/asm/ |
A D | mce.h | 285 extern void apei_mce_report_mem_error(int corrected,
|
/linux/drivers/mtd/ |
A D | mtdcore.c | 277 return sysfs_emit(buf, "%u\n", ecc_stats->corrected); in mtd_corrected_bits_show() 1357 diff.corrected -= old_stats->corrected; in mtd_update_ecc_stats() 1361 mtd->ecc_stats.corrected += diff.corrected; in mtd_update_ecc_stats()
|
A D | mtdconcat.c | 86 mtd->ecc_stats.corrected++; in concat_read() 290 mtd->ecc_stats.corrected++; in concat_read_oob()
|
/linux/drivers/net/ethernet/sfc/ |
A D | ptp.c | 948 s32 window, corrected; in efx_ptp_process_times() local 959 corrected = window - wait.tv_nsec; in efx_ptp_process_times() 972 } else if (corrected >= MAX_SYNCHRONISATION_NS) { in efx_ptp_process_times() 974 } else if (corrected < ptp->min_synchronisation_ns) { in efx_ptp_process_times()
|
/linux/drivers/mtd/nand/ |
A D | ecc-sw-bch.c | 377 mtd->ecc_stats.corrected += stat; in nand_ecc_sw_bch_finish_io_req()
|