Home
last modified time | relevance | path

Searched refs:corrected (Results 1 – 25 of 82) sorted by relevance

1234

/Linux-v5.4/Documentation/x86/x86_64/
Dmachinecheck.rst9 (often with panic), corrected ones cause a machine check log entry.
40 How often to poll for corrected machine check errors, in seconds
46 maximum polling interval. 0 means no polling for corrected machine
47 check errors (but some corrected errors might be still reported
52 corrected machine check the kernel can take different actions.
60 0: always panic on uncorrected errors, log corrected errors
61 1: panic or SIGBUS on uncorrected errors, log corrected errors
62 2: SIGBUS or log uncorrected errors, log corrected errors
Dboot-options.rst25 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
204 Disable firmware first mode for corrected errors. This
[all …]
/Linux-v5.4/drivers/firmware/efi/
Dcper-arm.c94 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-v5.4/drivers/mtd/nand/raw/
Dnand_micron.c249 mtd->ecc_stats.corrected += nbitflips; in micron_nand_on_die_ecc_status_4()
268 mtd->ecc_stats.corrected += 3; in micron_nand_on_die_ecc_status_8()
271 mtd->ecc_stats.corrected += 6; in micron_nand_on_die_ecc_status_8()
275 mtd->ecc_stats.corrected += 8; in micron_nand_on_die_ecc_status_8()
Dmtk_ecc.h22 u32 corrected; member
Dtxx9ndfmc.c193 int corrected = 0; in txx9ndfmc_correct_data() local
201 corrected += stat; in txx9ndfmc_correct_data()
206 return corrected; in txx9ndfmc_correct_data()
Ddavinci_nand.c300 unsigned num_errors, corrected; in nand_davinci_correct_4bit() local
382 for (i = 0, corrected = 0; i < num_errors; i++) { in nand_davinci_correct_4bit()
406 corrected++; in nand_davinci_correct_4bit()
410 return corrected; in nand_davinci_correct_4bit()
Dnand_toshiba.c35 mtd->ecc_stats.corrected += max_bitflips; in toshiba_nand_benand_eccstatus()
Dmtk_ecc.c218 stats->corrected = 0; in mtk_ecc_get_stats()
232 stats->corrected += err; in mtk_ecc_get_stats()
Dtango_nand.c192 mtd->ecc_stats.corrected += res; in check_erased_page()
218 mtd->ecc_stats.corrected += in decode_error_report()
Ddenali.c428 ecc_stats->corrected += stat; in denali_check_erased_page()
469 ecc_stats->corrected += max_bitflips; in denali_hw_ecc_fixup()
528 ecc_stats->corrected += flips_in_byte; in denali_sw_ecc_fixup()
Dmeson_nand.c455 mtd->ecc_stats.corrected += ECC_ERR_CNT(*info); in meson_nfc_ecc_correct()
462 mtd->ecc_stats.corrected += ECC_ZERO_CNT(*info); in meson_nfc_ecc_correct()
812 mtd->ecc_stats.corrected += ret; in meson_nfc_read_page_hwecc()
/Linux-v5.4/Documentation/firmware-guide/acpi/apei/
Doutput_format.rst21 <severity string>* := recoverable | fatal | corrected | info
61 [restartable][, precise IP][, overflow][, corrected]
84 mirror Broken | memory sparing | scrub corrected error | \
/Linux-v5.4/drivers/mtd/
Dmtdpart.c79 mtd->ecc_stats.corrected += in part_read()
80 part->parent->ecc_stats.corrected - stats.corrected; in part_read()
113 mtd->ecc_stats.corrected += in part_read_oob()
114 part->parent->ecc_stats.corrected - stats.corrected; in part_read_oob()
Dmtdconcat.c86 mtd->ecc_stats.corrected++; in concat_read()
249 mtd->ecc_stats.corrected++; in concat_read_oob()
/Linux-v5.4/drivers/mtd/tests/
Dnandbiterrs.c142 err = mtd->ecc_stats.corrected - oldstats.corrected; in read_page()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-mtd143 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-v5.4/include/uapi/mtd/
Dmtd-abi.h250 __u32 corrected; member
/Linux-v5.4/drivers/md/
Ddm-verity-fec.c128 int r, corrected = 0, res; in fec_decode_bufs() local
149 corrected += res; in fec_decode_bufs()
167 r = corrected; in fec_decode_bufs()
/Linux-v5.4/Documentation/media/uapi/v4l/
Ddev-rds.rst139 - Corrected bit. Indicates that an error was corrected for this data
187 - A bit error was detected but corrected.
/Linux-v5.4/Documentation/driver-api/
Dedid.rst24 individually prepared or corrected EDID data set in the /lib/firmware
/Linux-v5.4/arch/x86/include/asm/
Dmce.h281 extern void apei_mce_report_mem_error(int corrected,
/Linux-v5.4/drivers/net/ethernet/sfc/
Dptp.c916 s32 window, corrected; in efx_ptp_process_times() local
927 corrected = window - wait.tv_nsec; in efx_ptp_process_times()
940 } else if (corrected >= MAX_SYNCHRONISATION_NS) { in efx_ptp_process_times()
942 } else if (corrected < ptp->min_synchronisation_ns) { in efx_ptp_process_times()
/Linux-v5.4/arch/m68k/ifpsp060/
DCHANGES44 of the operation. This has been corrected.
/Linux-v5.4/arch/arm64/boot/dts/allwinner/
Dsun50i-a64-pinebook.dts82 * the GPIO line on the PMIC. This should be corrected

1234