Lines Matching defs:pv_entry
126 * The pv_head structure points to a list of pv_entry structures (each
130 struct pv_entry { /* locked by its list's pvh_lock */
131 struct pv_entry *pv_next; /* next entry */
155 * we can free pv_entry pages if needed. There is one lock for the
161 struct pv_entry *pvpi_pvfree;
170 sizeof(struct pv_entry))
178 struct pv_entry pvents[PVE_PER_PVPAGE];
184 * we can free pv_entry pages if needed. There is one lock for the
241 void pmap_enter_pv(struct vm_page *, struct pv_entry *,
256 struct pv_entry *pmap_remove_pv(struct vm_page *, struct pmap *, vaddr_t);
470 struct pv_entry;
473 struct pv_entry *pv_list;