Home
last modified time | relevance | path

Searched refs:SFSR_BERR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_olympus_regs.h179 #define SFSR_BERR INT64_C(0x0000000040000000) macro
196 #define SFSR_ERRS (SFSR_UE | SFSR_BERR | \
201 SFSR_BERR | \
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c144 SFSR_BERR, "BERR ", (OPL_ECC_SYNC_TRAP), OPL_CPU_SYNC_OTHERS,
1102 if (opl_flt->flt_bit & (SFSR_BERR|SFSR_TO)) {
1997 if ((t_sfsr & (SFSR_TO | SFSR_BERR)) &&
2034 if (t_sfsr & (SFSR_ERRS & ~(SFSR_BERR | SFSR_TO)))
2048 log_sfsr &= ~(SFSR_TO | SFSR_BERR);
2055 log_sfsr &= ~(SFSR_TO | SFSR_BERR);
2066 if (t_sfsr & (SFSR_UE|SFSR_TO|SFSR_BERR)) {
2090 if (t_sfsr & (SFSR_ERRS & ~(SFSR_BERR | SFSR_TO)))
2093 if (t_sfsr & SFSR_BERR)
H A Dopl_olympus_asm.S1083 sethi %hi(SFSR_UE|SFSR_BERR|SFSR_TO), %g3
1098 sethi %hi(SFSR_UE|SFSR_BERR|SFSR_TO), %g3