Searched refs:P_AFSR_EDP (Results 1 – 2 of 2) sorted by relevance
143 #define P_AFSR_EDP 0x0000000000400000ULL /* ecache data parity */ macro164 #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()1454 ~(P_AFSR_EDP | P_AFSR_UE)); in cpu_async_error()1494 ~(P_AFSR_EDP | P_AFSR_UE)); in cpu_async_error()1564 if (t_afsr & (P_AFSR_EDP | P_AFSR_LDP)) { in cpu_async_error()1567 if (t_afsr & P_AFSR_EDP) in cpu_async_error()1596 cpu_errorq_dispatch((t_afsr & P_AFSR_EDP) ? 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()1785 if (acc_afsr & (P_AFSR_UE | P_AFSR_EDP | P_AFSR_LDP | in cpu_async_error()2111 if (aflt->flt_stat & P_AFSR_EDP) in cpu_async_log_err()[all …]