Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcheetahregs.h1156 #define CH_ERR_IPE 0x02 /* Data/Event is Icache Parity Error */ macro
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.S1774 or %g0, CH_ERR_IPE, %g2
1827 CH_ERR_TL1_ENTER(CH_ERR_IPE);
H A Dus3_common.c1545 if (cl1.ch_err_tl1_flags & (CH_ERR_IPE | CH_ERR_DPE)) { in cpu_tl1_error()
1582 if (me_flags & (CH_ERR_IPE | CH_ERR_DPE)) { in cpu_tl1_error()
2089 uchar_t iparity = ((flags & CH_ERR_IPE) != 0); in cpu_parity_error()