Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/x86_64/ !
H A Dpmap.c678 int32_t cindx, eindx, rindx = 0; in pal_hib_rebuild_pmap_structs() local
686 rindx = pmap_unpack_index(pv_h); in pal_hib_rebuild_pmap_structs()
687 assert(rindx < pmap_npages); in pal_hib_rebuild_pmap_structs()
689 if (rindx != cindx) { in pal_hib_rebuild_pmap_structs()
694 pv_head_table[rindx] = pv_head_table[cindx]; in pal_hib_rebuild_pmap_structs()
696 if (rindx + 1 != eindx) { in pal_hib_rebuild_pmap_structs()
702 bzero((char *)&pv_head_table[rindx + 1], (eindx - rindx - 1) * sizeof(struct pv_rooted_entry)); in pal_hib_rebuild_pmap_structs()
704 eindx = rindx; in pal_hib_rebuild_pmap_structs()
706 if (rindx) { in pal_hib_rebuild_pmap_structs()
707 bzero((char *)&pv_head_table[0], rindx * sizeof(struct pv_rooted_entry)); in pal_hib_rebuild_pmap_structs()