Searched refs:pv_head (Results 1 – 5 of 5) sorted by relevance
126 struct pvlist pv_head; member130 (pg)->mdpage.pv_head.pv_next = NULL; \131 (pg)->mdpage.pv_head.pv_pmap = NULL; \132 (pg)->mdpage.pv_head.pv_va = 0; \133 (pg)->mdpage.pv_head.pv_flags = 0; \
383 static void pmap_enter_pv(struct pv_head *,393 static struct pv_entry *pmap_remove_pv(struct pv_head *, struct pmap *,407 static boolean_t pmap_try_steal_pv(struct pv_head *,969 s = (vsize_t) (sizeof(struct pv_head) * npages + in pmap_init()982 vm_physmem[lcv].pmseg.pvhead = (struct pv_head *) addr; in pmap_init()1207 struct pv_head *pvhead = vm_physmem[lcv].pmseg.pvhead;1240 struct pv_head *pvh; in pmap_try_steal_pv()1495 struct pv_head *pvh; in pmap_enter_pv()1522 struct pv_head *pvh; in pmap_remove_pv()2542 struct pv_head *pvh;[all …]
128 struct pv_head *pvhead; /* pv_head array */
290 struct pv_head { struct
183 return &vm_physmem[bank].pgs[off].mdpage.pv_head; in pvhead()2547 struct pvlist *pv = &pg->mdpage.pv_head; in pg_flushcache()4206 pv = &pg->mdpage.pv_head; in pmap_page_protect4_4c()4602 pv = &pg->mdpage.pv_head; in pmap_page_protect4m()5758 pv = &pg->mdpage.pv_head; in pmap_clear_modify4_4c()5775 pv = &pg->mdpage.pv_head; in pmap_is_modified4_4c()5789 pv = &pg->mdpage.pv_head; in pmap_clear_reference4_4c()5806 pv = &pg->mdpage.pv_head; in pmap_is_referenced4_4c()5832 pv = &pg->mdpage.pv_head; in pmap_clear_modify4m()5849 pv = &pg->mdpage.pv_head; in pmap_is_modified4m()[all …]