Home
last modified time | relevance | path

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

123456

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-mce9 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
80 Disables polling and CMCI for corrected errors.
81 All corrected events are not cleared and kept in bank MSRs.
87 Disables logging for corrected errors.
88 All reported corrected errors will be cleared silently.
90 This option will be useful if you never care about corrected
H A 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
/openbmc/linux/Documentation/ABI/removed/
H A Dsysfs-mce15 non corrected machine check the kernel can take different
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
/openbmc/linux/drivers/firmware/efi/
H A Dcper-arm.c93 bool proc_context_corrupt, corrected, precise_pc, restartable_pc; in cper_print_arm_err_info() local
168 corrected = ((error_info >> CPER_ARM_ERR_CORRECTED_SHIFT) in cper_print_arm_err_info()
170 if (corrected) in cper_print_arm_err_info()
/openbmc/linux/Documentation/arch/x86/x86_64/
H A 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
201 Disable firmware first mode for corrected errors. This
204 duplicate corrected error reports.
H A Dmachinecheck.rst9 (often with panic), corrected ones cause a machine check log entry.
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_micron.c269 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()
H A Dnand_toshiba.c67 mtd->ecc_stats.corrected += bitflips; in toshiba_nand_benand_eccstatus()
89 mtd->ecc_stats.corrected += max_bitflips; in toshiba_nand_benand_eccstatus()
H A Dtxx9ndfmc.c192 int corrected = 0; in txx9ndfmc_correct_data() local
200 corrected += stat; in txx9ndfmc_correct_data()
205 return corrected; in txx9ndfmc_correct_data()
H A Ddavinci_nand.c260 unsigned num_errors, corrected; in nand_davinci_correct_4bit() local
342 for (i = 0, corrected = 0; i < num_errors; i++) { in nand_davinci_correct_4bit()
366 corrected++; in nand_davinci_correct_4bit()
370 return corrected; in nand_davinci_correct_4bit()
/openbmc/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst21 <severity string>* := recoverable | fatal | corrected | info
61 [restartable][, precise IP][, overflow][, corrected]
84 mirror Broken | memory sparing | scrub corrected error | \
/openbmc/linux/Documentation/hwmon/
H A Dbel-pfe.rst33 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.
/openbmc/linux/include/linux/mtd/
H A Dnand-ecc-mtk.h22 u32 corrected; member
/openbmc/linux/drivers/mtd/tests/
H A Dnandbiterrs.c142 err = mtd->ecc_stats.corrected - oldstats.corrected; in read_page()
/openbmc/openbmc/poky/meta/files/
H A Dfs-perms-volatile-log.txt30 # Documentation should always be corrected
H A Dfs-perms-volatile-tmp.txt30 # Documentation should always be corrected
H A Dfs-perms.txt30 # Documentation should always be corrected
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand.c561 uint32_t corrected = 0, failed = 0; in mxs_nand_ecc_read_page() local
673 corrected += status[i]; in mxs_nand_ecc_read_page()
678 mtd->ecc_stats.corrected += corrected; in mxs_nand_ecc_read_page()
/openbmc/u-boot/drivers/mtd/
H A Dmtdpart.c302 mtd->ecc_stats.corrected += in part_read()
303 mtd->parent->ecc_stats.corrected - stats.corrected; in part_read()
360 mtd->ecc_stats.corrected++; in part_read_oob()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-rds.rst125 - Corrected bit. Indicates that an error was corrected for this data
172 - A bit error was detected but corrected.
/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h239 __u32 corrected; member
/openbmc/qemu/tests/qemu-iotests/
H A D081.out46 == checking that quorum has corrected the corrupted file ==
73 -- checking that the image has been corrected --
/openbmc/linux/include/uapi/mtd/
H A Dmtd-abi.h306 __u32 corrected; member
/openbmc/linux/drivers/md/
H A Ddm-verity-fec.c133 int r, corrected = 0, res; in fec_decode_bufs() local
156 corrected += res; in fec_decode_bufs()
183 r = corrected; in fec_decode_bufs()
/openbmc/qemu/qapi/
H A Dcxl.json178 # @corrected-volatile-error-count: Total number of correctable errors
181 # @corrected-persistent-error-count: Total number of correctable
192 'corrected-volatile-error-count': 'uint32',
193 'corrected-persistent-error-count': 'uint32'

123456