Searched refs:flt_tl (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dasync.h81 uchar_t flt_tl; /* fault occurred at TL > 0 */ member in struct:async_flt
/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c268 aflt->flt_tl = (uchar_t)(flags & ERRH_TL_MASK);
269 aflt->flt_panic = ((aflt->flt_tl != 0) ||
279 flags = (uint64_t)aflt->flt_tl;
305 if (aflt->flt_priv == 1 && aflt->flt_tl == 0 &&
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1400 DATA_TYPE_UINT8, (uint8_t)aflt->flt_tl, NULL);
1947 aflt->flt_tl = (uchar_t)tl;
2124 aflt->flt_tl = tl;
H A Dus3_common.c1226 aflt->flt_tl = tl;
1394 aflt->flt_tl = tl;
1682 aflt->flt_tl = 0;
1822 aflt->flt_tl = (uchar_t)tl;
2115 aflt->flt_tl = tl;
4588 DATA_TYPE_UINT8, (uint8_t)aflt->flt_tl, NULL);
6336 aflt->flt_tl = 0;
H A Dus3_cheetahplus.c1025 aflt->flt_tl = tl1_trap ? 1 : 0;
H A Dspitfire.c378 #define CPU_TL 0x0008 /* print flt_tl */
1306 aflt->flt_tl = (uchar_t)tl;
3244 aflt->flt_tl ? ">0" : "=0");

Completed in 496 milliseconds