Searched defs:opl_flt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1034 opl_async_flt_t *opl_flt = (opl_async_flt_t *)flt; local
1047 switch (opl_flt->flt_type) {
1057 * opl_flt->flt_eid_mod and flt_eid_sid have been set by H/W,
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
1132 cpu_page_retire(opl_async_flt_t *opl_flt) argument
1376 opl_async_flt_t *opl_flt = (opl_async_flt_t *)aflt; local
1459 cpu_flt_in_memory(opl_async_flt_t *opl_flt, uint64_t t_afsr_bit) argument
1775 cpu_queue_one_event(opl_async_flt_t *opl_flt, char *reason, ecc_type_to_info_t *eccp) argument
1800 cpu_queue_events(opl_async_flt_t *opl_flt, char *reason, uint64_t t_afsr_errs) argument
1912 opl_async_flt_t opl_flt; local
2108 opl_async_flt_t opl_flt; local
[all...]

Completed in 2265 milliseconds