Home
last modified time | relevance | path

Searched refs:C_AFSR_BERR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dus3_module.h48 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 | \
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)
232 C_AFSR_CPU | C_AFSR_UCC | C_AFSR_BERR | C_AFSR_TO)
[all …]
H A Dcheetahregs.h230 #define C_AFSR_BERR INT64_C(0x0000080000000000) /* bus error from system bus */ macro
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_jalapeno.c527 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 Dus3_cheetah.c481 C_AFSR_BERR, "BERR ", ECC_ASYNC_TRAPS, CPU_BERR,
514 C_AFSR_TO | C_AFSR_BERR,
H A Dus3_common.c1847 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()
1976 if (t_afsr & (C_AFSR_UE|C_AFSR_TO|C_AFSR_BERR)) { 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()
6564 if (afsr_errs & C_AFSR_BERR) {
6565 if ((afsr_errs & ~C_AFSR_BERR) == 0) {
7168 ~(C_AFSR_BERR | C_AFSR_TO | C_AFSR_ME)) == 0)
[all …]
H A Dus3_cheetahplus.c615 C_AFSR_BERR, "BERR ", ECC_ASYNC_TRAPS,
675 C_AFSR_TO | C_AFSR_DTO | C_AFSR_BERR | C_AFSR_DBERR,