pv_entry 326 arch/i386/i386/pmap.c struct pv_entry *pmap_add_pvpage(struct pv_page *, boolean_t); pv_entry 328 arch/i386/i386/pmap.c struct pv_entry *pmap_alloc_pv(struct pmap *, int); /* see codes below */ pv_entry 332 arch/i386/i386/pmap.c struct pv_entry *pmap_alloc_pvpage(struct pmap *, int); pv_entry 333 arch/i386/i386/pmap.c void pmap_enter_pv(struct vm_page *, struct pv_entry *, pv_entry 335 arch/i386/i386/pmap.c void pmap_free_pv(struct pmap *, struct pv_entry *); pv_entry 336 arch/i386/i386/pmap.c void pmap_free_pvs(struct pmap *, struct pv_entry *); pv_entry 337 arch/i386/i386/pmap.c void pmap_free_pv_doit(struct pv_entry *); pv_entry 344 arch/i386/i386/pmap.c struct pv_entry *pmap_remove_pv(struct vm_page *, struct pmap *, vaddr_t); pv_entry 355 arch/i386/i386/pmap.c pt_entry_t *pmap_tmpmap_pvepte(struct pv_entry *); pv_entry 357 arch/i386/i386/pmap.c void pmap_tmpunmap_pvepte(struct pv_entry *); pv_entry 475 arch/i386/i386/pmap.c pmap_tmpmap_pvepte(struct pv_entry *pve) pv_entry 495 arch/i386/i386/pmap.c pmap_tmpunmap_pvepte(struct pv_entry *pve) pv_entry 994 arch/i386/i386/pmap.c struct pv_entry * pv_entry 998 arch/i386/i386/pmap.c struct pv_entry *pv; pv_entry 1047 arch/i386/i386/pmap.c struct pv_entry * pv_entry 1052 arch/i386/i386/pmap.c struct pv_entry *pv; pv_entry 1120 arch/i386/i386/pmap.c struct pv_entry * pv_entry 1152 arch/i386/i386/pmap.c pmap_free_pv_doit(struct pv_entry *pv) pv_entry 1186 arch/i386/i386/pmap.c pmap_free_pv(struct pmap *pmap, struct pv_entry *pv) pv_entry 1209 arch/i386/i386/pmap.c pmap_free_pvs(struct pmap *pmap, struct pv_entry *pvs) pv_entry 1211 arch/i386/i386/pmap.c struct pv_entry *nextpv; pv_entry 1302 arch/i386/i386/pmap.c pmap_enter_pv(struct vm_page *pg, struct pv_entry *pve, struct pmap *pmap, pv_entry 1321 arch/i386/i386/pmap.c struct pv_entry * pv_entry 1324 arch/i386/i386/pmap.c struct pv_entry *pve, **prevptr; pv_entry 1875 arch/i386/i386/pmap.c struct pv_entry *pv_tofree = NULL; /* list of pv_entrys to free */ pv_entry 1876 arch/i386/i386/pmap.c struct pv_entry *pve; pv_entry 1961 arch/i386/i386/pmap.c struct pv_entry *pve; pv_entry 2242 arch/i386/i386/pmap.c struct pv_entry *pve; pv_entry 2342 arch/i386/i386/pmap.c struct pv_entry *pve; pv_entry 2379 arch/i386/i386/pmap.c struct pv_entry *pve; pv_entry 2598 arch/i386/i386/pmap.c struct pv_entry *pve = NULL; pv_entry 578 arch/i386/i386/pmapae.c pt_entry_t *pmap_tmpmap_pvepte_pae(struct pv_entry *); pv_entry 580 arch/i386/i386/pmapae.c void pmap_tmpunmap_pvepte_pae(struct pv_entry *); pv_entry 634 arch/i386/i386/pmapae.c pmap_tmpmap_pvepte_pae(struct pv_entry *pve) pv_entry 654 arch/i386/i386/pmapae.c pmap_tmpunmap_pvepte_pae(struct pv_entry *pve) pv_entry 894 arch/i386/i386/pmapae.c pmap_try_steal_pv_pae(struct pv_head *pvh, struct pv_entry *cpv, pv_entry 895 arch/i386/i386/pmapae.c struct pv_entry *prevpv) pv_entry 1209 arch/i386/i386/pmapae.c struct pv_entry *pv_tofree = NULL; /* list of pv_entrys to free */ pv_entry 1210 arch/i386/i386/pmapae.c struct pv_entry *pve; pv_entry 1303 arch/i386/i386/pmapae.c struct pv_entry *pve; pv_entry 1574 arch/i386/i386/pmapae.c struct pv_entry *pve; pv_entry 1705 arch/i386/i386/pmapae.c struct pv_entry *pve; pv_entry 1766 arch/i386/i386/pmapae.c struct pv_entry *pve; pv_entry 1972 arch/i386/i386/pmapae.c struct pv_entry *pve; pv_entry 289 arch/i386/include/pmap.h struct pv_entry { /* locked by its list's pvh_lock */ pv_entry 290 arch/i386/include/pmap.h struct pv_entry *pv_next; /* next entry */ pv_entry 311 arch/i386/include/pmap.h struct pv_entry *pvpi_pvfree; pv_entry 321 arch/i386/include/pmap.h sizeof(struct pv_entry)) pv_entry 329 arch/i386/include/pmap.h struct pv_entry pvents[PVE_PER_PVPAGE]; pv_entry 118 arch/i386/include/vmparam.h struct pv_entry; pv_entry 120 arch/i386/include/vmparam.h struct pv_entry *pv_list;