Lines Matching defs:cpu_err_stat
22 static unsigned int cpu_err_stat; /* Status reg for CPU */
33 cpu_err_stat = sgimc->cstat;
58 if (cpu_err_stat & CPU_ERRMASK)
60 cpu_err_stat,
61 cpu_err_stat & SGIMC_CSTAT_RD ? "RD " : "",
62 cpu_err_stat & SGIMC_CSTAT_PAR ? "PAR " : "",
63 cpu_err_stat & SGIMC_CSTAT_ADDR ? "ADDR " : "",
64 cpu_err_stat & SGIMC_CSTAT_SYSAD_PAR ? "SYSAD " : "",
65 cpu_err_stat & SGIMC_CSTAT_SYSCMD_PAR ? "SYSCMD " : "",
66 cpu_err_stat & SGIMC_CSTAT_BAD_DATA ? "BAD_DATA " : "",