Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/x86/x86_64/
Dmachinecheck6 (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
Dboot-options.txt21 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
44 0: always panic on uncorrected errors, log corrected errors
45 1: panic or SIGBUS on uncorrected errors, log corrected errors
46 2: SIGBUS or log uncorrected errors, log corrected errors
166 acpi=nocmcff Disable firmware first mode for corrected errors. This
[all …]
/linux-4.1.27/Documentation/acpi/apei/
Doutput_format.txt18 <severity string>* := recoverable | fatal | corrected | info
58 [restartable][, precise IP][, overflow][, corrected]
81 mirror Broken | memory sparing | scrub corrected error | \
/linux-4.1.27/drivers/mtd/nand/
Dtxx9ndfmc.c200 int corrected = 0; in txx9ndfmc_correct_data() local
207 corrected += stat; in txx9ndfmc_correct_data()
212 return corrected; in txx9ndfmc_correct_data()
Ddavinci_nand.c316 unsigned num_errors, corrected; in nand_davinci_correct_4bit() local
406 for (i = 0, corrected = 0; i < num_errors; i++) { in nand_davinci_correct_4bit()
430 corrected++; in nand_davinci_correct_4bit()
434 return corrected; in nand_davinci_correct_4bit()
Dnand_base.c1205 mtd->ecc_stats.corrected += stat; in nand_read_page_swecc()
1298 mtd->ecc_stats.corrected += stat; in nand_read_subpage()
1347 mtd->ecc_stats.corrected += stat; in nand_read_page_hwecc()
1399 mtd->ecc_stats.corrected += stat; in nand_read_page_hwecc_oob_first()
1445 mtd->ecc_stats.corrected += stat; in nand_read_page_syndrome()
1977 return mtd->ecc_stats.corrected - stats.corrected ? -EUCLEAN : 0; in nand_do_read_oob()
Dsunxi_nand.c573 mtd->ecc_stats.corrected += tmp; in sunxi_nfc_hw_ecc_read_page()
717 mtd->ecc_stats.corrected += tmp; in sunxi_nfc_hw_syndrome_ecc_read_page()
Dhisi504_nand.c567 mtd->ecc_stats.corrected += stat; in hisi_nand_read_page_hwecc()
Dlpc32xx_mlc.c467 mtd->ecc_stats.corrected += ((mlc_isr >> 4) & 0x3) + 1; in lpc32xx_read_page()
Dfsl_elbc_nand.c261 mtd->ecc_stats.corrected++; in fsl_elbc_run_command()
Dcafe_nand.c447 mtd->ecc_stats.corrected += n; in cafe_nand_read_page()
Dlpc32xx_slc.c629 mtd->ecc_stats.corrected += stat; in lpc32xx_nand_read_page_syndrome()
Dfsl_ifc_nand.c359 mtd->ecc_stats.corrected += errors; in fsl_ifc_run_command()
Dfsmc_nand.c764 mtd->ecc_stats.corrected += stat; in fsmc_read_page_hwecc()
Dsh_flctl.c609 flctl->mtd.ecc_stats.corrected++; in execmd_read_page_sector()
Ddocg4.c813 mtd->ecc_stats.corrected += bits_corrected; in read_page()
Datmel_nand.c885 mtd->ecc_stats.corrected += err_nbr; in pmecc_correction()
1386 mtd->ecc_stats.corrected += stat; in atmel_nand_read_page()
Ddenali.c989 denali->mtd.ecc_stats.corrected++; in handle_ecc()
Dpxa3xx_nand.c1140 mtd->ecc_stats.corrected += info->ecc_err_cnt; in pxa3xx_nand_read_page_hwecc()
Domap2.c1576 mtd->ecc_stats.corrected += stat; in omap_read_page_bch()
Dnandsim.c1461 nsmtd->ecc_stats.corrected, nsmtd->ecc_stats.failed); in do_bit_flips()
/linux-4.1.27/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-4.1.27/drivers/mtd/tests/
Dnandbiterrs.c155 err = mtd->ecc_stats.corrected - oldstats.corrected; in read_page()
/linux-4.1.27/include/uapi/mtd/
Dmtd-abi.h249 __u32 corrected; member
/linux-4.1.27/arch/x86/include/asm/
Dmce.h255 extern void apei_mce_report_mem_error(int corrected,
/linux-4.1.27/drivers/mtd/
Dmtdpart.c75 mtd->ecc_stats.corrected += in part_read()
76 part->master->ecc_stats.corrected - stats.corrected; in part_read()
139 mtd->ecc_stats.corrected++; in part_read_oob()
Dmtdconcat.c100 mtd->ecc_stats.corrected++; in concat_read()
263 mtd->ecc_stats.corrected++; in concat_read_oob()
Dmtdcore.c282 return snprintf(buf, PAGE_SIZE, "%u\n", ecc_stats->corrected); in mtd_ecc_stats_corrected_show()
/linux-4.1.27/Documentation/EDID/
DHOWTO.txt18 individually prepared or corrected EDID data set in the /lib/firmware
/linux-4.1.27/drivers/net/ethernet/sfc/
Dptp.c729 s32 window, corrected; in efx_ptp_process_times() local
740 corrected = window - wait.tv_nsec; in efx_ptp_process_times()
753 } else if (corrected >= MAX_SYNCHRONISATION_NS) { in efx_ptp_process_times()
755 } else if (corrected < ptp->min_synchronisation_ns) { in efx_ptp_process_times()
/linux-4.1.27/arch/m68k/ifpsp060/
DCHANGES44 of the operation. This has been corrected.
/linux-4.1.27/Documentation/hwmon/
Dsmsc47b39719 provided by Craig Kelly (In-Store Broadcast Network) and edited/corrected
/linux-4.1.27/Documentation/arm64/
Dacpi_object_usage.txt532 to notify the OSPM of errors that have occurred but can be corrected and the
534 used to indicate fatal errors that cannot be corrected, and require immediate
539 interrupt; given that these are corrected (or correctable) errors being
/linux-4.1.27/drivers/mtd/onenand/
Donenand_base.c565 mtd->ecc_stats.corrected++; in onenand_wait()
1204 return mtd->ecc_stats.corrected != stats.corrected ? 1 : 0; in onenand_mlc_read_ops_nolock()
1337 return mtd->ecc_stats.corrected != stats.corrected ? 1 : 0; in onenand_read_ops_nolock()
Domap2.c254 mtd->ecc_stats.corrected++; in omap2_onenand_wait()
/linux-4.1.27/Documentation/filesystems/
Dhpfs.txt196 error corrected".
199 marks them as short (and writes "minor fs error corrected"). This bug is not in
Dcoda.txt1670 corrected.
Dproc.txt656 (typically counting ECC corrected errors of memory or cache) exceeds
/linux-4.1.27/Documentation/device-mapper/
Ddm-raid.txt192 corrected.
/linux-4.1.27/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c657 mtd->ecc_stats.corrected++; in spinand_read_page_hwecc()
/linux-4.1.27/drivers/media/dvb-frontends/
Dstv0367.c3367 int corrected, tscount; in stv0367cab_read_ucblcks() local
3371 corrected = (stv0367_readreg(state, R367CAB_RS_COUNTER_3) << 8) in stv0367cab_read_ucblcks()
3377 __func__, *ucblocks, corrected, tscount); in stv0367cab_read_ucblcks()
/linux-4.1.27/fs/btrfs/
Dscrub.c685 int corrected = 0; in scrub_fixup_readpage() local
748 corrected = !ret; in scrub_fixup_readpage()
770 corrected = !test_range_bit(&BTRFS_I(inode)->io_tree, offset, in scrub_fixup_readpage()
772 if (!corrected) in scrub_fixup_readpage()
786 if (ret == 0 && corrected) { in scrub_fixup_readpage()
/linux-4.1.27/Documentation/cpu-freq/
Dcpu-drivers.txt137 so that incompatible values can be corrected. For verifying these
/linux-4.1.27/Documentation/networking/
D3c509.txt207 corrected. They do not represent driver malfunction.
/linux-4.1.27/Documentation/video4linux/
Domap3isp.txt235 The driver then selects the biggest value. The corrected buf_size value is
/linux-4.1.27/Documentation/scsi/
DFlashPoint.txt142 several firmware bugs were found and corrected. My heavily loaded Linux
DChangeLog.megaraid485 x. Typos corrected in comments and whitespace adjustments, explicit
497 iii. Typo corrected for subsys id for megaraid sata 300-4x
/linux-4.1.27/Documentation/ia64/
Derr_inject.txt50 #corrected, data cache, hier-2, physical addr(assigned by tool code).
55 #corrected, data cache, hier-2, physical addr(assigned by tool code).
/linux-4.1.27/Documentation/
Dunaligned-memory-access.txt57 unaligned access to be corrected.
Dmd.txt410 the array (either because they were corrected or because they
/linux-4.1.27/Documentation/PCI/
Dpcieaer-howto.txt101 corrected by hardware. Unlike correctable errors, uncorrectable
/linux-4.1.27/drivers/acpi/
DKconfig348 SCI, mainly the corrected errors.
/linux-4.1.27/scripts/
Dspelling.txt274 corected||corrected
/linux-4.1.27/Documentation/RCU/
DRTFP.txt1635 First cut of QRCU. Expanded/corrected versions followed.
1636 Used to be OlegNesterov2007QRCU, now time-corrected.
1650 Expanded/corrected version of QRCU.
1651 Used to be OlegNesterov2007aQRCU, now time-corrected.
/linux-4.1.27/arch/xtensa/kernel/
Dentry.S1336 wsr a2, windowstart # set corrected windowstart
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c1046 mtd->ecc_stats.corrected += *status; in gpmi_ecc_read_page()
/linux-4.1.27/drivers/mtd/devices/
Ddocg3.c946 mtd->ecc_stats.corrected += ret; in doc_read_oob()
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dpfpsp.S3092 # and needs to be corrected. This handler calls fix_skewed_ops() to #
10196 # COMPARE FP OPs : NORMs, ZEROs, INFs, and "corrected" DENORMs
Dfplsp.S9270 # exception to be put into the machine which will be caught and corrected
10892 # d0 = optype tag - is corrected to one of NORM, DENORM, or ZERO #
Dfpsp.S3093 # and needs to be corrected. This handler calls fix_skewed_ops() to #
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt396 The TSC in such a case may be corrected by catching it up to a known external
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio.txt62 for some VIA controllers. The capture stream position is corrected