Home
last modified time | relevance | path

Searched refs:P_AFSR_LDP (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4u/sys/
H A Dspitregs.h140 #define P_AFSR_LDP 0x0000000002000000ULL /* data parity error from SDB */ macro
165 P_AFSR_LDP | P_AFSR_BERR | P_AFSR_TO)
/titanic_50/usr/src/uts/sun4u/cpu/
H A Dspitfire.c1401 if (t_afsr & (P_AFSR_UE | P_AFSR_LDP | P_AFSR_EDP)) { in cpu_async_error()
1564 if (t_afsr & (P_AFSR_EDP | P_AFSR_LDP)) { in cpu_async_error()
1570 if (t_afsr & P_AFSR_LDP) 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()
2115 if (aflt->flt_stat & P_AFSR_LDP) in cpu_async_log_err()