Searched refs:rindx (Results 1 – 1 of 1) sorted by relevance
702 int32_t cindx, eindx, rindx = 0; in pal_hib_rebuild_pmap_structs() local710 rindx = pmap_unpack_index(pv_h); in pal_hib_rebuild_pmap_structs()711 assert(rindx < pmap_npages); in pal_hib_rebuild_pmap_structs()713 if (rindx != cindx) { in pal_hib_rebuild_pmap_structs()718 pv_head_table[rindx] = pv_head_table[cindx]; in pal_hib_rebuild_pmap_structs()720 if (rindx + 1 != eindx) { in pal_hib_rebuild_pmap_structs()726 bzero((char *)&pv_head_table[rindx + 1], (eindx - rindx - 1) * sizeof(struct pv_rooted_entry)); in pal_hib_rebuild_pmap_structs()728 eindx = rindx; in pal_hib_rebuild_pmap_structs()730 if (rindx) { in pal_hib_rebuild_pmap_structs()731 bzero((char *)&pv_head_table[0], rindx * sizeof(struct pv_rooted_entry)); in pal_hib_rebuild_pmap_structs()