Lines Matching +full:block +full:- +full:fetch
1 /* SPDX-License-Identifier: GPL-2.0 */
9 * ch --> cheetah
10 * ch+ --> cheetah plus
11 * jp --> jalapeno
15 * read, write 1 to clear. M_SYNDROME and E_SYNDROME are read-only.
33 /* Hardware corrected E-cache Tag ECC error */
38 /* SW handled correctable E-cache Tag ECC error */
43 /* Uncorrectable E-cache Tag ECC error */
65 * 64-byte system bus transaction. Only the first ECC error in a 16-byte
66 * subunit will be logged. All errors in subsequent 16-byte subunits
67 * from the same 64-byte transaction are ignored.
120 /* SW Correctable E-cache ECC error for instruction fetch or data access
121 * other than block load.
125 /* Uncorrectable E-cache ECC error for instruction fetch or data access
126 * other than block load.
136 /* HW Corrected ECC error from E-cache for writeback */
139 /* Uncorrectable ECC error from E-cache for writeback */
142 /* HW Corrected ECC error from E-cache for store merge or block load */
145 /* Uncorrectable ECC error from E-cache for store merge or block load */
163 /* JBUS parity error on data for writeback or block store */
204 * first occurrence of the highest-priority error according to the M_SYND
216 /* System bus or E-cache data ECC syndrome. This field captures the status
217 * of the first occurrence of the highest-priority error according to the
228 * interrupts are re-enabled to prevent multiple traps for the same error. I.e.