Home
last modified time | relevance | path

Searched refs:cpu_mesr (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/edac/
H A Da72_edac.c42 u64 cpu_mesr; member
51 u64 cpu_mesr = mesr->cpu_mesr; in report_errors() local
55 if (cpu_mesr & CPUMERRSR_EL1_VALID) { in report_errors()
57 bool fatal = cpu_mesr & CPUMERRSR_EL1_FATAL; in report_errors()
59 switch (FIELD_GET(CPUMERRSR_EL1_RAMID, cpu_mesr)) { in report_errors()
106 mesr->cpu_mesr = read_sysreg_s(SYS_CPUMERRSR_EL1); in read_errors()
107 if (mesr->cpu_mesr & CPUMERRSR_EL1_VALID) { in read_errors()