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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_module.h59 * opl fault structure flt_type field.
74 ushort_t flt_type; /* types of faults - cpu specific */ member in struct:olympus_async_flt
H A Dus3_module.h374 * Cheetah fault structure flt_type field.
432 ushort_t flt_type; /* types of faults - cpu specific */ member in struct:cheetah_async_flt
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_opl.c41 opl_cpulist_insert(fmd_hdl_t *hdl, uint32_t cpuid, int flt_type) argument
47 switch (flt_type) {
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetahplus.c380 switch (ch_flt->flt_type) {
1030 ch_flt.flt_type = CPU_ITLB_PARITY;
1035 ch_flt.flt_type = CPU_DTLB_PARITY;
1077 ASSERT((ch_flt->flt_type == CPU_ITLB_PARITY) ||
1078 (ch_flt->flt_type == CPU_DTLB_PARITY));
1081 if (ch_flt->flt_type == CPU_ITLB_PARITY)
1142 ASSERT((ch_flt->flt_type == CPU_ITLB_PARITY) ||
1143 (ch_flt->flt_type == CPU_DTLB_PARITY));
1145 if (ch_flt->flt_type == CPU_ITLB_PARITY) {
H A Dspitfire.c81 ushort_t flt_type; /* types of faults - cpu specific */ member in struct:spitfire_async_flt
240 * spitfire fault structure flt_type field.
1435 spf_flt.flt_type = CPU_UE_ERR;
1565 spf_flt.flt_type = CPU_EDP_LDP_ERR;
1620 spf_flt.flt_type = CPU_BTO_BERR_ERR;
1647 spf_flt.flt_type = CPU_WP_ERR;
1663 spf_flt.flt_type = CPU_TRAPPING_CP_ERR;
1675 spf_flt.flt_type = CPU_ORPHAN_CP_ERR;
1780 * Make sure the spf_flt.flt_type value is set, and
1790 spf_flt.flt_type
[all...]
H A Dus3_common.c1235 ch_flt.flt_type = CPU_INV_AFSR;
1447 ch_flt.flt_type = CPU_INV_AFSR;
1918 ch_flt.flt_type = CPU_INV_AFSR;
2118 ch_flt.flt_type = iparity ? CPU_IC_PARITY : CPU_DC_PARITY;
2386 switch (ch_flt->flt_type) {
2524 * If the us3_common.c code doesn't know the flt_type, it may
2540 (void *)aflt, ch_flt->flt_type);
4337 if (ch_flt->flt_type == CPU_DC_PARITY)
4342 if (ch_flt->flt_type == CPU_DC_PARITY)
4384 if (ch_flt->flt_type
[all...]
H A Dopl_olympus.c1047 switch (opl_flt->flt_type) {
1786 opl_flt->flt_type = eccp->ec_flt_type;
1960 opl_flt.flt_type = OPL_CPU_INV_SFSR;
2060 opl_flt.flt_type = OPL_CPU_INV_SFSR;
2137 opl_flt.flt_type = OPL_CPU_INV_UGESR;
H A Dus3_jalapeno.c318 switch (ch_flt->flt_type) {

Completed in 73 milliseconds