Searched refs:tlop (Results 1 – 1 of 1) sorted by relevance
977 pn_tlb_logout_t *tlop = NULL; in cpu_tlb_parity_error() local991 tlop = CPU_PRIVATE_PTR(CPU, chpr_tlb_logout); in cpu_tlb_parity_error()992 if ((tlop->tlo_addr != trap_va) || in cpu_tlb_parity_error()993 (tlop->tlo_info != tlb_info)) in cpu_tlb_parity_error()994 tlop = NULL; in cpu_tlb_parity_error()997 if (tlop) { in cpu_tlb_parity_error()998 ch_flt.tlb_diag_data = *tlop; in cpu_tlb_parity_error()1001 bzero(tlop, sizeof (pn_tlb_logout_t)); in cpu_tlb_parity_error()1002 tlop->tlo_addr = LOGOUT_INVALID; in cpu_tlb_parity_error()