Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c268 aflt->flt_tl = (uchar_t)(flags & ERRH_TL_MASK); in process_nonresumable_error()
269 aflt->flt_panic = ((aflt->flt_tl != 0) || in process_nonresumable_error()
279 flags = (uint64_t)aflt->flt_tl; in process_nonresumable_error()
305 if (aflt->flt_priv == 1 && aflt->flt_tl == 0 && in process_nonresumable_error()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dasync.h81 uchar_t flt_tl; /* fault occurred at TL > 0 */ member
/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; in cpu_check_cpu_logout()
1394 aflt->flt_tl = tl; in cpu_log_fast_ecc_error()
1683 aflt->flt_tl = 0; in cpu_disrupting_error()
1823 aflt->flt_tl = (uchar_t)tl; in cpu_deferred_error()
2116 aflt->flt_tl = tl; in cpu_parity_error()
4589 DATA_TYPE_UINT8, (uint8_t)aflt->flt_tl, NULL); in cpu_payload_add_aflt()
6337 aflt->flt_tl = 0;
H A Dus3_cheetahplus.c1025 aflt->flt_tl = tl1_trap ? 1 : 0; in cpu_tlb_parity_error()
H A Dspitfire.c1306 aflt->flt_tl = (uchar_t)tl; in cpu_async_error()
3244 aflt->flt_tl ? ">0" : "=0"); in cpu_aflt_log()