Searched refs:P_AFSR_BERR (Results 1 – 2 of 2) sorted by relevance
127 #define P_AFSR_BERR 0x0000000004000000ULL /* bus error */ macro153 P_AFSR_LDP | P_AFSR_BERR | P_AFSR_TO)
1028 if (afsr & (P_AFSR_TO | P_AFSR_BERR)) { in cpu_ce_scrub_mem_err()1033 set_asyncflt(afsr & (P_AFSR_TO | P_AFSR_BERR)); in cpu_ce_scrub_mem_err()1349 if ((t_afsr & (P_AFSR_TO | P_AFSR_BERR)) && in cpu_async_error()1406 if (t_afsr & (P_AFSR_TO | P_AFSR_BERR)) { in cpu_async_error()1418 if (t_afsr & (P_AFSR_TO | P_AFSR_BERR | P_AFSR_UE)) { in cpu_async_error()1613 if (t_afsr & (P_AFSR_TO | P_AFSR_BERR)) { in cpu_async_error()1617 if (t_afsr & P_AFSR_BERR) in cpu_async_error()1719 (P_AFSR_UE | P_AFSR_LDP | P_AFSR_EDP | P_AFSR_BERR | P_AFSR_TO)) && in cpu_async_error()1726 if (t_afsr & P_AFSR_BERR) in cpu_async_error()1786 P_AFSR_BERR | P_AFSR_TO | P_AFSR_IVUE | P_AFSR_ETP | in cpu_async_error()[all …]