Searched refs:P_AFSR_UE (Results 1 – 3 of 3) sorted by relevance
132 #define P_AFSR_UE 0x0000000000200000ULL /* uncorrectable ECC error */ macro152 #define P_AFSR_LEVEL1 (P_AFSR_UE | P_AFSR_EDP | P_AFSR_WP | P_AFSR_CP |\
1401 if (t_afsr & (P_AFSR_UE | P_AFSR_LDP | P_AFSR_EDP)) { in cpu_async_error()1418 if (t_afsr & (P_AFSR_TO | P_AFSR_BERR | P_AFSR_UE)) { in cpu_async_error()1430 if (t_afsr & P_AFSR_UE) { in cpu_async_error()1454 ~(P_AFSR_EDP | P_AFSR_UE)); in cpu_async_error()1494 ~(P_AFSR_EDP | P_AFSR_UE)); in cpu_async_error()1719 (P_AFSR_UE | P_AFSR_LDP | P_AFSR_EDP | P_AFSR_BERR | P_AFSR_TO)) && in cpu_async_error()1723 if (t_afsr & (P_AFSR_UE | P_AFSR_LDP | P_AFSR_EDP)) in cpu_async_error()1773 if ((aflt->flt_stat & P_AFSR_UE) && aflt->flt_addr == t_afar) in cpu_async_error()1774 acc_afsr |= aflt->flt_stat & ~P_AFSR_UE; in cpu_async_error()1785 if (acc_afsr & (P_AFSR_UE | P_AFSR_EDP | P_AFSR_LDP | in cpu_async_error()[all …]
456 if (error_buf.afsr & (P_AFSR_CE | P_AFSR_UE)) { in ac_mem_test_read()