pmap.c | 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); pvo != NULL; pvo = npvo) { 2051 struct pvo_head pvol; local in function:pmap_remove 2057 LIST_INIT(&pvol); 2062 pmap_pvo_remove(pvo, pteidx, &pvol); 2066 pmap_pvo_free_list(&pvol); 2294 struct pvo_head *pvo_head, pvol; local in function:pmap_pp_protect [all...] |