Searched refs:opl_flt (Results 1 – 2 of 2) sorted by relevance
1034 opl_async_flt_t *opl_flt = (opl_async_flt_t *)flt; local1047 switch (opl_flt->flt_type) {1061 if (opl_flt->flt_eid_mod == OPL_ERRID_MEM) {1084 cpu_page_retire(opl_flt);1102 if (opl_flt->flt_bit & (SFSR_BERR|SFSR_TO)) {1106 opl_flt->flt_eid_mod = OPL_ERRID_CHANNEL;1108 if (opl_flt->flt_bit & (SFSR_TLB_MUL|SFSR_TLB_PRT)) {1109 opl_flt->flt_eid_mod = OPL_ERRID_CPU;1110 opl_flt->flt_eid_sid = aflt->flt_inst;1116 if ((opl_flt->flt_bit & SFSR_ERRS) == 0) {[all …]
116 extern void cpu_page_retire(opl_async_flt_t *opl_flt);