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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c2088 uchar_t iparity = ((flags & CH_ERR_IPE) != 0); local
2111 aflt->flt_addr = iparity ? (uint64_t)tpc : AFLT_INV_ADDR;
2117 aflt->flt_status = iparity ? ECC_IP_TRAP : ECC_DP_TRAP;
2118 ch_flt.flt_type = iparity ? CPU_IC_PARITY : CPU_DC_PARITY;
2120 if (iparity) {
2200 if (iparity) {
2265 fm_panic("%sError(s)", iparity ? "IPE " : "DPE ");

Completed in 56 milliseconds