Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_jalapeno.c324 case CPU_DC_PARITY: in cpu_impl_async_log_err()
H A Dus3_common.c2119 ch_flt.flt_type = iparity ? CPU_IC_PARITY : CPU_DC_PARITY; in cpu_parity_error()
4020 CPU_DC_PARITY; in cpu_dcache_parity_check()
4091 ch_flt->parity_data.dpe.cpl_cache = CPU_DC_PARITY; in cpu_record_dc_data_parity()
4338 if (ch_flt->flt_type == CPU_DC_PARITY) in cpu_payload_add_dcache()
4343 if (ch_flt->flt_type == CPU_DC_PARITY) in cpu_payload_add_dcache()
4537 case CPU_DC_PARITY: in cpu_error_to_resource_type()
7279 case CPU_DC_PARITY:
H A Dus3_cheetahplus.c386 case CPU_DC_PARITY: in cpu_impl_async_log_err()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dus3_module.h389 #define CPU_DC_PARITY 14 /* Dcache parity error trap */ macro