Searched refs:t_afsr_errs (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | us3_common.c | 1190 uint64_t t_afar, t_afsr, t_afsr_ext, t_afsr_errs; in cpu_check_cpu_logout() local 1210 t_afsr_errs = (t_afsr_ext & C_AFSR_EXT_ALL_ERRS) | in cpu_check_cpu_logout() 1217 ch_flt.afsr_errs = t_afsr_errs; in cpu_check_cpu_logout() 1228 aflt->flt_panic = C_AFSR_PANIC(t_afsr_errs); in cpu_check_cpu_logout() 1234 if (cpu_queue_events(&ch_flt, NULL, t_afsr_errs, clop) == 0) { in cpu_check_cpu_logout() 1344 uint64_t t_afar, t_afsr, t_afsr_ext, t_afsr_errs; in cpu_log_fast_ecc_error() local 1377 t_afsr_errs = (t_afsr_ext & C_AFSR_EXT_ALL_ERRS) | in cpu_log_fast_ecc_error() 1385 ch_flt.afsr_errs = t_afsr_errs; in cpu_log_fast_ecc_error() 1396 aflt->flt_panic = C_AFSR_PANIC(t_afsr_errs); in cpu_log_fast_ecc_error() 1419 if ((t_afsr_errs & (C_AFSR_UCU | C_AFSR_L3_UCU)) && in cpu_log_fast_ecc_error() [all …]
|
H A D | opl_olympus.c | 1800 cpu_queue_events(opl_async_flt_t *opl_flt, char *reason, uint64_t t_afsr_errs) argument 1810 for (eccp = ecc_type_to_info; t_afsr_errs != 0 && eccp->ec_desc != NULL; 1812 if ((eccp->ec_afsr_bit & t_afsr_errs) != 0 && 1841 t_afsr_errs &= ~eccp->ec_afsr_bit;
|