Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/x86_64/ !
H A Dpmap.c706 int32_t cindx, eindx, rindx = 0; in pal_hib_rebuild_pmap_structs() local
714 rindx = pmap_unpack_index(pv_h); in pal_hib_rebuild_pmap_structs()
715 assert(rindx < pmap_npages); in pal_hib_rebuild_pmap_structs()
717 if (rindx != cindx) { in pal_hib_rebuild_pmap_structs()
722 pv_head_table[rindx] = pv_head_table[cindx]; in pal_hib_rebuild_pmap_structs()
724 if (rindx + 1 != eindx) { in pal_hib_rebuild_pmap_structs()
730 bzero((char *)&pv_head_table[rindx + 1], (eindx - rindx - 1) * sizeof(struct pv_rooted_entry)); in pal_hib_rebuild_pmap_structs()
732 eindx = rindx; in pal_hib_rebuild_pmap_structs()
734 if (rindx) { in pal_hib_rebuild_pmap_structs()
735 bzero((char *)&pv_head_table[0], rindx * sizeof(struct pv_rooted_entry)); in pal_hib_rebuild_pmap_structs()