Lines Matching defs:pvol
1689 pmap_pvo_remove(struct pvo_entry *pvo, int pteidx, struct pvo_head *pvol)
1785 if (pvol) {
1786 LIST_INSERT_HEAD(pvol, pvo, pvo_vlink);
1801 pmap_pvo_free_list(struct pvo_head *pvol)
1805 for (pvo = LIST_FIRST(pvol
2051 struct pvo_head pvol;
2057 LIST_INIT(&pvol);
2062 pmap_pvo_remove(pvo, pteidx, &pvol);
2066 pmap_pvo_free_list(&pvol);
2294 struct pvo_head *pvo_head, pvol;
2302 LIST_INIT(&pvol);
2328 pmap_pvo_remove(pvo, -1, &pvol);
2364 pmap_pvo_free_list(&pvol);