| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A D | machinecheck.rst | 9 (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
|
| H 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 208 Disable firmware first mode for corrected errors. This [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H 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()
|
| H 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() 434 mtd->ecc_stats.corrected += stat; in nand_davinci_read_page_hwecc_oob_first()
|
| H 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()
|
| H A D | txx9ndfmc.c | 193 int corrected = 0; in txx9ndfmc_correct_data() local 201 corrected += stat; in txx9ndfmc_correct_data() 206 return corrected; in txx9ndfmc_correct_data()
|
| H A D | mtk_ecc.h | 22 u32 corrected; member
|
| H A D | mtk_ecc.c | 219 stats->corrected = 0; in mtk_ecc_get_stats() 233 stats->corrected += err; in mtk_ecc_get_stats()
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/apei/ |
| H 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 | \
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H 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.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H 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
|
| /OK3568_Linux_fs/kernel/drivers/mtd/tests/ |
| H A D | nandbiterrs.c | 142 err = mtd->ecc_stats.corrected - oldstats.corrected; in read_page()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | mxs_nand.c | 562 uint32_t corrected = 0, failed = 0; in mxs_nand_ecc_read_page() local 674 corrected += status[i]; in mxs_nand_ecc_read_page() 679 mtd->ecc_stats.corrected += corrected; in mxs_nand_ecc_read_page()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtdpart.c | 303 mtd->ecc_stats.corrected += in part_read() 304 mtd->parent->ecc_stats.corrected - stats.corrected; in part_read() 361 mtd->ecc_stats.corrected++; in part_read_oob()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | dev-rds.rst | 127 - Corrected bit. Indicates that an error was corrected for this data 174 - A bit error was detected but corrected.
|
| /OK3568_Linux_fs/kernel/include/uapi/mtd/ |
| H A D | mtd-abi.h | 251 __u32 corrected; member
|
| /OK3568_Linux_fs/u-boot/include/mtd/ |
| H A D | mtd-abi.h | 240 __u32 corrected; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/mtd/ |
| H A D | mtd-abi.h | 250 __u32 corrected; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/mtd/ |
| H A D | mtd-abi.h | 250 __u32 corrected; member
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H 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()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/ |
| H A D | fs-perms-persistent-log.txt | 30 # Documentation should always be corrected
|
| H A D | fs-perms.txt | 30 # Documentation should always be corrected
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/ |
| H A D | mtdutils.c | 310 after.corrected - before.corrected, in read_block()
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | mtdutils.c | 331 after.corrected - before.corrected, in read_block()
|