Searched refs:C_AFSR_BERR (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | us3_module.h | 48 C_AFSR_RCE | C_AFSR_TO | C_AFSR_BERR | C_AFSR_UMS) 73 #define C_AFSR_ASYNC_ERRS (C_AFSR_OM | C_AFSR_TO | C_AFSR_BERR | \ 78 #define C_AFSR_ASYNC_ERRS (C_AFSR_OM | C_AFSR_TO | C_AFSR_BERR | \ 113 C_AFSR_BERR | C_AFSR_TO | C_AFSR_ETU | C_AFSR_OM | \ 123 C_AFSR_BERR | C_AFSR_TO | C_AFSR_ETP | C_AFSR_OM | \ 145 C_AFSR_BERR | C_AFSR_UMS | C_AFSR_OM | C_AFSR_WBP | \ 159 C_AFSR_TO | C_AFSR_BERR) 176 C_AFSR_BERR | C_AFSR_UCC | C_AFSR_UCU | C_AFSR_CPU | \ 204 C_AFSR_BERR | C_AFSR_DUE | C_AFSR_TUE | C_AFSR_DTO | \ 216 C_AFSR_TO | C_AFSR_BERR) [all …]
|
H A D | cheetahregs.h | 230 #define C_AFSR_BERR INT64_C(0x0000080000000000) /* bus error from system bus */ macro
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | us3_jalapeno.c | 527 C_AFSR_BERR, "BERR ", ECC_ASYNC_TRAPS, CPU_BERR, 575 C_AFSR_TO | C_AFSR_BERR, 628 C_AFSR_TO | C_AFSR_BERR,
|
H A D | us3_cheetah.c | 481 C_AFSR_BERR, "BERR ", ECC_ASYNC_TRAPS, CPU_BERR, 514 C_AFSR_TO | C_AFSR_BERR,
|
H A D | us3_common.c | 1847 if ((t_afsr & (C_AFSR_TO | C_AFSR_BERR)) && in cpu_deferred_error() 1886 ~(C_AFSR_BERR | C_AFSR_TO))) in cpu_deferred_error() 1902 log_afsr &= ~(C_AFSR_TO | C_AFSR_BERR); in cpu_deferred_error() 1909 log_afsr &= ~(C_AFSR_TO | C_AFSR_BERR); in cpu_deferred_error() 1938 if (t_afsr & (C_AFSR_UE|C_AFSR_RUE|C_AFSR_TO|C_AFSR_BERR)) { in cpu_deferred_error() 1969 if (t_afsr & (C_AFSR_UE | C_AFSR_RUE | C_AFSR_EDU | C_AFSR_BERR)) in cpu_deferred_error() 1976 if (t_afsr & (C_AFSR_UE|C_AFSR_TO|C_AFSR_BERR)) { in cpu_deferred_error() 2008 (C_AFSR_UE | C_AFSR_EDU | C_AFSR_BERR | C_AFSR_L3_EDU)) in cpu_deferred_error() 2057 ~(C_AFSR_BERR | C_AFSR_TO))) in cpu_deferred_error() 2060 if (t_afsr & C_AFSR_BERR) in cpu_deferred_error() [all …]
|
H A D | us3_cheetahplus.c | 615 C_AFSR_BERR, "BERR ", ECC_ASYNC_TRAPS, 675 C_AFSR_TO | C_AFSR_DTO | C_AFSR_BERR | C_AFSR_DBERR,
|