Lines Matching refs:cl1p
1257 ch_err_tl1_data_t *cl1p; in cpu_check_other_cpus_logout() local
1271 cl1p = CPU_PRIVATE_PTR(cp, chpr_tl1_err_data[0]); in cpu_check_other_cpus_logout()
1272 for (j = 0; j < CH_ERR_TL1_TLMAX; j++, cl1p++) { in cpu_check_other_cpus_logout()
1273 if (cl1p->ch_err_tl1_flags == 0) in cpu_check_other_cpus_logout()
1276 cpu_check_cpu_logout(i, (caddr_t)cl1p->ch_err_tl1_tpc, in cpu_check_other_cpus_logout()
1277 1, ECC_F_TRAP, &cl1p->ch_err_tl1_logout); in cpu_check_other_cpus_logout()
1507 ch_err_tl1_data_t *cl1p, cl1; in cpu_tl1_error() local
1513 cl1p = &ch_err_tl1_data; in cpu_tl1_error()
1516 cl1p = CPU_PRIVATE_PTR(CPU, chpr_tl1_err_data[0]); in cpu_tl1_error()
1522 for (i = 0; i < ncl1ps; i++, cl1p++) { in cpu_tl1_error()
1523 if (cl1p->ch_err_tl1_flags == 0) in cpu_tl1_error()
1530 cl1 = *cl1p; in cpu_tl1_error()
1531 bzero(cl1p, sizeof (ch_err_tl1_data_t)); in cpu_tl1_error()
1532 cl1p->ch_err_tl1_logout.clo_data.chd_afar = LOGOUT_INVALID; in cpu_tl1_error()