Searched refs:P_AFSR_CE (Results 1 – 3 of 3) sorted by relevance
145 #define P_AFSR_CE 0x0000000000100000ULL /* correctable ECC error */ macro
860 if ((t_afsr & P_AFSR_CE) == 0) { in cpu_ce_error()879 if ((ecc->flt_stat & (S_AFSR_ALL_ERRS & ~P_AFSR_ME)) == P_AFSR_CE && in cpu_ce_error()918 set_asyncflt(P_AFSR_CE); in cpu_ce_error()930 if ((aflt->flt_stat & P_AFSR_CE) && (ce_verbose_memory == 0)) { in log_ce_err()1021 ecc->flt_stat = P_AFSR_CE; in cpu_ce_scrub_mem_err()1101 (ecc->flt_stat & P_AFSR_CE)) { in cpu_ce_log_err()2685 if ((t_afsr & P_AFSR_UE) || (t_afsr & P_AFSR_CE)) { in check_ecc()2742 if ((ecc->flt_stat & P_AFSR_CE) && (t_afsr & P_AFSR_CE)) { in check_ecc()3192 (aflt->flt_stat & P_AFSR_CE)) ? in cpu_aflt_log()
456 if (error_buf.afsr & (P_AFSR_CE | P_AFSR_UE)) { in ac_mem_test_read()