| /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 | 17 Disable CMCI(Corrected Machine Check Interrupt) that 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 [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/ |
| H A D | xtx.c | 144 * [0x0001, 0x0111], Bit errors were detected and corrected. Not 147 * not corrected. 168 * [0x001, 0x011], Bit errors were detected and corrected. Not 174 * not corrected. 190 * [0b0001, 0b0111], 1-7 Bit errors were detected and corrected. Not 192 * [0b1000], 8 Bit errors were detected and corrected. Bit error count 194 * [0b1111], Bit errors greater than ECC capability(8 bits) and not corrected;
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_micron.c | 15 * corrected by on-die ECC and should be rewritten. 21 * cases where a errors were corrected without needing a rewrite 27 * 0 1 0 4 - 6 errors corrected, recommend rewrite 29 * 1 0 0 1 - 3 errors corrected 31 * 1 1 0 7 - 8 errors corrected, recommend rewrite 207 * been corrected, but tells us if it recommends to rewrite the block. in micron_nand_on_die_ecc_status_4() 209 * its content to the corrected version to extract the actual number of in micron_nand_on_die_ecc_status_4() 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/ |
| H A D | xtx.c | 142 * [0x0001, 0x0111], Bit errors were detected and corrected. Not 145 * not corrected. 166 * [0x001, 0x011], Bit errors were detected and corrected. Not 172 * not corrected. 188 * [0b0001, 0b0111], 1-7 Bit errors were detected and corrected. Not 190 * [0b1000], 8 Bit errors were detected and corrected. Bit error count 192 * [0b1111], Bit errors greater than ECC capability(8 bits) and not corrected;
|
| /OK3568_Linux_fs/kernel/drivers/mtd/tests/ |
| H A D | nandbiterrs.c | 126 /* Reads page into rbuffer. Returns number of corrected bit errors (>=0) 142 err = mtd->ecc_stats.corrected - oldstats.corrected; in read_page() 223 pr_info("Read reported %d corrected bit errors\n", err); in incremental_errors_test() 237 pr_info("Successfully corrected %d bit errors per subpage\n", in incremental_errors_test() 255 '0'), which are corrected as far as the ECC is capable of. */ 287 pr_info("Implausible number of bit errors corrected\n"); in overwrite_test() 294 pr_info("Read reported %d corrected bit errors\n", in overwrite_test() 321 pr_info("Page reads with %3d corrected bit errors: %d\n", in overwrite_test()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | chafsr.h | 33 /* Hardware corrected E-cache Tag ECC error */ 60 * This bit is not set if multiple HW corrected errors with the same 96 /* HW Corrected system bus MTAG ECC error */ 106 /* HW Corrected system bus data ECC error for read of interrupt vector */ 130 /* Copyout HW Corrected ECC error */ 136 /* HW Corrected ECC error from E-cache for writeback */ 142 /* HW Corrected ECC error from E-cache for store merge or block load */ 151 /* HW Corrected system bus data ECC error for read of memory or I/O */
|
| H A D | estate.h | 38 /* CEEN enables the ECC_error trap for hardware corrected ECC errors. System bus 39 * reads resulting in a hardware corrected data or MTAG ECC error will generate an 42 * This same trap will also be generated when a hardware corrected ECC error results
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | octeon_edac-l2c.c | 32 "Tag Single bit error (corrected)"); in octeon_l2c_poll_oct1() 47 "Data Single bit error (corrected)"); in octeon_l2c_poll_oct1() 83 "L2D Single bit error (corrected):%s", buf1); in _octeon_l2c_poll_oct2() 95 "VBF Single bit error (corrected):%s", buf1); in _octeon_l2c_poll_oct2() 118 "Tag Single bit error (corrected):%s", buf1); in _octeon_l2c_poll_oct2()
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | sfc_nand.c | 343 * 0b01, Bit errors were detected and corrected. 344 * 0b10, Multiple bit errors were detected and not corrected. 345 * 0b11, Bits errors were detected and corrected, bit error count 384 * 0b01, Bits errors were detected and corrected, bit error count 386 * 0b10, Multiple bit errors were detected and not corrected; 425 * [0b0100, 0b0111], Bit errors were detected and corrected. Not 428 * not corrected. 473 * [0b0100, 0b0111], Bit errors were detected and corrected. Not 476 * not corrected. 522 * [0b0001, 0b0111], Bit errors were detected and corrected. Not [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/rkflash/ |
| H A D | sfc_nand.c | 358 * 0b01, Bit errors were detected and corrected. 359 * 0b10, Multiple bit errors were detected and not corrected. 360 * 0b11, Bits errors were detected and corrected, bit error count 399 * 0b01, Bits errors were detected and corrected, bit error count 401 * 0b10, Multiple bit errors were detected and not corrected; 440 * [0b0100, 0b0111], Bit errors were detected and corrected. Not 443 * not corrected. 488 * [0b0100, 0b0111], Bit errors were detected and corrected. Not 491 * not corrected. 537 * [0b0001, 0b0111], Bit errors were detected and corrected. Not [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | apei.c | 5 * On some machine, corrected memory errors are reported via APEI 6 * generic hardware error source (GHES) instead of corrected Machine 7 * Check. These corrected memory errors can be reported to user space 8 * through /dev/mcelog via faking a corrected Machine Check, so that
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | hw_irq.h | 44 #define IA64_CPEP_VECTOR 0x1c /* corrected platform error polling vector */ 45 #define IA64_CMCP_VECTOR 0x1d /* corrected machine-check polling vector */ 46 #define IA64_CPE_VECTOR 0x1e /* corrected platform error interrupt vector */ 47 #define IA64_CMC_VECTOR 0x1f /* corrected machine-check interrupt vector */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/nvmem/ |
| H A D | qcom,qfprom.yaml | 20 # If the QFPROM is read-only OS image then only the corrected region 25 - description: The corrected region. 27 - description: The corrected region.
|
| /OK3568_Linux_fs/kernel/include/ras/ |
| H A D | ras_event.h | 20 * These events are generated when hardware detects a corrected or 83 * Those events are generated when hardware detected a corrected or 258 * These events are generated when hardware detects a corrected or 266 * u8 severity - error severity 0:NONFATAL 1:FATAL 2:CORRECTED 276 {PCI_ERR_COR_INTERNAL, "Corrected Internal Error"}, \ 330 __entry->severity == AER_CORRECTABLE ? "Corrected" :
|
| /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() 172 printk("%sthe error has been corrected\n", pfx); in cper_print_arm_err_info() 174 printk("%sthe error has not been corrected\n", pfx); in cper_print_arm_err_info()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | mca.c | 32 * Added setup of CMCI and CPEI IRQs, logging of corrected platform 33 * errors, completed code for logging of corrected & uncorrected 483 /* Clear logs from corrected errors in case there's no user-level logger */ in ia64_mca_log_sal_error_record() 568 * Corrected errors will still be corrected, but in ia64_mca_cpe_int_handler() 597 * Register the corrected platform error vector with SAL. 600 * cpev Corrected Platform Error Vector number 613 printk(KERN_ERR "Failed to register Corrected Platform " in ia64_mca_register_cpev() 618 IA64_MCA_DEBUG("%s: corrected platform error " in ia64_mca_register_cpev() 625 * Setup the corrected machine check vector register in the processor. 645 IA64_MCA_DEBUG("%s: CPU %d corrected machine check vector %#x registered.\n", in ia64_mca_cmc_vector_setup() [all …]
|
| /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/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/u-boot/include/mtd/ |
| H A D | mtd-abi.h | 179 /* Get statistics about corrected/uncorrected errors */ 234 * @corrected: number of corrected bits 240 __u32 corrected; member
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-verity-fec.c | 120 * Decode all RS blocks from buffers and copy corrected bytes into fio->output 127 int r, corrected = 0, res; in fec_decode_bufs() local 138 * one corrected target byte and consumes fec->roots parity bytes. in fec_decode_bufs() 148 corrected += res; in fec_decode_bufs() 166 r = corrected; in fec_decode_bufs() 174 DMWARN_LIMIT("%s: FEC %llu: corrected %d errors", in fec_decode_bufs() 386 /* Always re-validate the corrected block against the expected hash */ in fec_decode_rsb() 415 * Correct errors in a block. Copies corrected block to dest if non-NULL,
|
| /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 | 190 /* Get statistics about corrected/uncorrected errors */ 245 * @corrected: number of corrected bits 251 __u32 corrected; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | correct.hpp | 325 appended. Also boxes can be corrected. 328 \param geometry \param_geometry which will be corrected if necessary 351 appended. Also boxes can be corrected. 355 \param geometry \param_geometry which will be corrected if necessary
|
| /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 | 189 /* Get statistics about corrected/uncorrected errors */ 244 * @corrected: number of corrected bits 250 __u32 corrected; member
|