Home
last modified time | relevance | path

Searched refs:eccp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1776 ecc_type_to_info_t *eccp) argument
1782 (void) strcat(reason, eccp->ec_reason);
1785 opl_flt->flt_bit = eccp->ec_afsr_bit;
1786 opl_flt->flt_type = eccp->ec_flt_type;
1788 aflt->flt_payload = eccp->ec_err_payload;
1803 ecc_type_to_info_t *eccp; local
1810 for (eccp = ecc_type_to_info; t_afsr_errs != 0 && eccp->ec_desc != NULL;
1811 eccp++) {
1822 if (eccp->ec_flt_type == OPL_CPU_SYNC_UE) {
1838 eccp += opl_flt->flt_eid_mod;
[all …]
H A Dus3_common.c4935 ch_flt->flt_bit = eccp->ec_afsr_bit; in cpu_queue_one_event()
4936 ch_flt->flt_type = eccp->ec_flt_type; in cpu_queue_one_event()
4974 ecc_type_to_info_t *eccp; in cpu_queue_events() local
5021 for (eccp = ecc_type_to_info; eccp->ec_desc != NULL; eccp++) { in cpu_queue_events()
5022 if ((eccp->ec_afsr_bit & in cpu_queue_events()
5049 for (eccp = ecc_type_to_info; t_afsr_errs != 0 && eccp->ec_desc != NULL; in cpu_queue_events()
5050 eccp++) { in cpu_queue_events()
5076 t_afsr_errs &= ~eccp->ec_afsr_bit; in cpu_queue_events()
5084 for (eccp = ecc_type_to_info; t_afsr_errs != 0 && eccp->ec_desc != NULL; in cpu_queue_events()
5085 eccp++) { in cpu_queue_events()
[all …]