Home
last modified time | relevance | path

Searched refs:rindx (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/osfmk/x86_64/
H A Dpmap.c707 int32_t cindx, eindx, rindx = 0; in pal_hib_rebuild_pmap_structs() local
715 rindx = pmap_unpack_index(pv_h); in pal_hib_rebuild_pmap_structs()
716 assert(rindx < pmap_npages); in pal_hib_rebuild_pmap_structs()
718 if (rindx != cindx) { in pal_hib_rebuild_pmap_structs()
723 pv_head_table[rindx] = pv_head_table[cindx]; in pal_hib_rebuild_pmap_structs()
725 if (rindx + 1 != eindx) { in pal_hib_rebuild_pmap_structs()
731 bzero((char *)&pv_head_table[rindx + 1], (eindx - rindx - 1) * sizeof(struct pv_rooted_entry)); in pal_hib_rebuild_pmap_structs()
733 eindx = rindx; in pal_hib_rebuild_pmap_structs()
735 if (rindx) { in pal_hib_rebuild_pmap_structs()
736 bzero((char *)&pv_head_table[0], rindx * sizeof(struct pv_rooted_entry)); in pal_hib_rebuild_pmap_structs()