Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c234 #define UDBL_REG 0x8000 macro
235 #define UDBL(synd) ((synd & UDBL_REG) >> 15)
906 ecc->flt_synd = e_syndl | UDBL_REG; in cpu_ce_error()
1542 aflt->flt_synd |= UDBL_REG; /* indicates UDBL */ in cpu_async_error()
2699 if (ecc->flt_synd & UDBL_REG) { in check_ecc()