Searched refs:cl1p (Results 1 – 1 of 1) sorted by relevance
1257 ch_err_tl1_data_t *cl1p; in cpu_check_other_cpus_logout() local1271 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() local1513 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()[all …]