Searched refs:ecdptr (Results 1 – 3 of 3) sorted by relevance
391 ec_data_elm_t *ecdptr; in print_l2cache_line() local397 ecdptr = &clop->clo_data.chd_l2_data[way].ec_data in print_l2cache_line()400 ecc = (ecdptr->ec_eccd >> 9) & 0x1ff; in print_l2cache_line()401 d_high = ecdptr->ec_d8[0]; in print_l2cache_line()402 d_low = ecdptr->ec_d8[1]; in print_l2cache_line()404 ecc = ecdptr->ec_eccd & 0x1ff; in print_l2cache_line()405 d_high = ecdptr->ec_d8[2]; in print_l2cache_line()406 d_low = ecdptr->ec_d8[3]; in print_l2cache_line()446 ec_data_elm_t *ecdptr; in print_ecache_line() local452 ecdptr = in print_ecache_line()[all …]
1488 ec_data_t *ecdptr; in cpu_async_error() local1490 ecdptr = &spf_flt.flt_ec_data[i]; in cpu_async_error()1492 ecdptr->ec_d8 = lddphys(faultpa); in cpu_async_error()1495 ecdptr->ec_afsr = 0; in cpu_async_error()2985 ec_data_t *ecdptr = &t_ecdata[j]; in scan_ecache() local2987 if (ecdptr->ec_afsr & P_AFSR_EDP) { in scan_ecache()3000 psynd = ecdptr->ec_afsr & P_AFSR_P_SYND; in scan_ecache()3106 ec_data_t *ecdptr; in cpu_log_ecmem_info() local3113 ecdptr = &spf_flt->flt_ec_data[i]; in cpu_log_ecmem_info()3114 psynd = ecdptr->ec_afsr & P_AFSR_P_SYND; in cpu_log_ecmem_info()[all …]
1521 ec_data_elm_t *ecdptr = NULL; in pn_there_is_a_matching_synd() local1542 ecdptr = &ecp->ec_data[ec_data_idx]; in pn_there_is_a_matching_synd()1544 ecc = (ecdptr->ec_eccd >> 9) & 0x1ff; in pn_there_is_a_matching_synd()1545 data_hi = ecdptr->ec_d8[0]; in pn_there_is_a_matching_synd()1546 data_lo = ecdptr->ec_d8[1]; in pn_there_is_a_matching_synd()1548 ecc = ecdptr->ec_eccd & 0x1ff; in pn_there_is_a_matching_synd()1549 data_hi = ecdptr->ec_d8[2]; in pn_there_is_a_matching_synd()1550 data_lo = ecdptr->ec_d8[3]; in pn_there_is_a_matching_synd()