Home
last modified time | relevance | path

Searched refs:C_AFSR_TO (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 | \
144 C_AFSR_WDU | C_AFSR_CPU | C_AFSR_IVPE | C_AFSR_TO | \
159 C_AFSR_TO | C_AFSR_BERR)
175 C_AFSR_ISAP | C_AFSR_EMU | C_AFSR_IVU | C_AFSR_TO | \
203 C_AFSR_WDU | C_AFSR_CPU | C_AFSR_IVU | C_AFSR_TO | \
216 C_AFSR_TO | C_AFSR_BERR)
232 C_AFSR_CPU | C_AFSR_UCC | C_AFSR_BERR | C_AFSR_TO)
[all …]
H A Dcheetahregs.h229 #define C_AFSR_TO INT64_C(0x0000100000000000) /* bus timeout from sys bus */ macro
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_jalapeno.c523 C_AFSR_TO, "TO ", ECC_ASYNC_TRAPS, CPU_TO,
575 C_AFSR_TO | C_AFSR_BERR,
628 C_AFSR_TO | C_AFSR_BERR,
H A Dus3_cheetah.c477 C_AFSR_TO, "TO ", ECC_ASYNC_TRAPS, CPU_TO,
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()
1938 if (t_afsr & (C_AFSR_UE|C_AFSR_RUE|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()
2063 if (t_afsr & C_AFSR_TO) in cpu_deferred_error()
7162 if ((t_afsr_errs & ~(C_AFSR_BERR | C_AFSR_TO | C_AFSR_ME)) == 0) {
7168 ~(C_AFSR_BERR | C_AFSR_TO | C_AFSR_ME)) == 0)
[all …]
H A Dus3_cheetahplus.c611 C_AFSR_TO, "TO ", ECC_ASYNC_TRAPS,
675 C_AFSR_TO | C_AFSR_DTO | C_AFSR_BERR | C_AFSR_DBERR,