Lines Matching refs:t_afsr
1190 uint64_t t_afar, t_afsr, t_afsr_ext, t_afsr_errs; in cpu_check_cpu_logout() local
1199 t_afsr = clop->clo_data.chd_afsr; in cpu_check_cpu_logout()
1211 (t_afsr & C_AFSR_ALL_ERRS); in cpu_check_cpu_logout()
1218 aflt->flt_stat = t_afsr; in cpu_check_cpu_logout()
1225 aflt->flt_priv = ((t_afsr & C_AFSR_PRIV) != 0); in cpu_check_cpu_logout()
1344 uint64_t t_afar, t_afsr, t_afsr_ext, t_afsr_errs; in cpu_log_fast_ecc_error() local
1358 t_afsr = cpu_error_regs.afsr; in cpu_log_fast_ecc_error()
1365 t_afsr = clop->clo_data.chd_afsr; in cpu_log_fast_ecc_error()
1378 (t_afsr & C_AFSR_ALL_ERRS); in cpu_log_fast_ecc_error()
1386 aflt->flt_stat = t_afsr; in cpu_log_fast_ecc_error()
1636 uint64_t t_afar, t_afsr, t_afsr_ext, t_afsr_errs; in cpu_disrupting_error() local
1651 t_afsr = cpu_error_regs.afsr; in cpu_disrupting_error()
1659 t_afsr = clop->clo_data.chd_afsr; in cpu_disrupting_error()
1672 (t_afsr & C_AFSR_ALL_ERRS); in cpu_disrupting_error()
1679 aflt->flt_stat = t_afsr; in cpu_disrupting_error()
1748 uint64_t t_afar, t_afsr, t_afsr_ext, t_afsr_errs; in cpu_deferred_error() local
1775 t_afsr = cpu_error_regs.afsr; in cpu_deferred_error()
1784 t_afsr = clop->clo_data.chd_afsr; in cpu_deferred_error()
1798 (t_afsr & C_AFSR_ALL_ERRS); in cpu_deferred_error()
1817 aflt->flt_stat = t_afsr; in cpu_deferred_error()
1847 if ((t_afsr & (C_AFSR_TO | C_AFSR_BERR)) && in cpu_deferred_error()
1938 if (t_afsr & (C_AFSR_UE|C_AFSR_RUE|C_AFSR_TO|C_AFSR_BERR)) { in cpu_deferred_error()
1948 if (t_afsr & (C_AFSR_UE|C_AFSR_RUE)) { in cpu_deferred_error()
1969 if (t_afsr & (C_AFSR_UE | C_AFSR_RUE | C_AFSR_EDU | C_AFSR_BERR)) in cpu_deferred_error()
1976 if (t_afsr & (C_AFSR_UE|C_AFSR_TO|C_AFSR_BERR)) { in cpu_deferred_error()
1986 if (t_afsr & C_AFSR_UE) { in cpu_deferred_error()
2060 if (t_afsr & C_AFSR_BERR) in cpu_deferred_error()
2063 if (t_afsr & C_AFSR_TO) in cpu_deferred_error()
2582 cpu_error_is_ecache_data(int cpuid, uint64_t t_afsr) in cpu_error_is_ecache_data() argument
2588 return ((t_afsr & C_AFSR_EXT_L3_DATA_ERRS) != 0); in cpu_error_is_ecache_data()
2589 return ((t_afsr & C_AFSR_EC_DATA_ERRS) != 0); in cpu_error_is_ecache_data()
2591 return ((t_afsr & C_AFSR_EC_DATA_ERRS) != 0); in cpu_error_is_ecache_data()