Lines Matching +full:- +full:- +full:retry +full:- +full:all +full:- +full:errors
1 /* SPDX-License-Identifier: GPL-2.0 */
6 * This is the logout header that should be common to all platforms
13 unsigned int retry : 1; /* retry flag */ member
14 unsigned int proc_offset; /* processor-specific offset */
15 unsigned int sys_offset; /* system-specific offset */
20 /* Machine Check Frame for uncorrectable errors (Large format)
21 * --- This is used to log uncorrectable errors such as
22 * double bit ECC errors.
23 * --- These errors are detected by both processor and systems.
26 unsigned long shadow[8]; /* Shadow reg. 8-14, 25 */
34 unsigned long ic_perr_stat; /* I-CACHE Reg. <11> set Data parity
36 unsigned long dc_perr_stat; /* D-CACHE error Reg. Bits set to 1:
42 unsigned long mm_stat; /* Holds the reason for D-stream
43 fault or D-cache parity errors */
52 unsigned long fill_syndrome; /* For correcting ECC errors. */
61 unsigned int FrameFlags; /* <31> = Retry, <30> = Second Error */
62 unsigned int CpuOffset; /* Offset to CPU-specific info */
63 unsigned int SystemOffset; /* Offset to system-specific info */