pmap.c | 527 struct pv_entry *pve; local in function:pmap_dump_pv 535 for (pve = md->pvh_list; pve; pve = pve->pv_next) 536 db_printf("%x:%lx\n", pve->pv_pmap->pm_space, 537 pve->pv_va & PV_VAMASK); 551 struct pv_entry *pve, *npve, **pvp; local in function:pmap_resolve_alias 556 for (pve = md->pvh_list; pve; pve = npve) 741 struct pv_entry **pve, *pv; local in function:pmap_pv_remove 1339 struct pv_entry *pve = md->pvh_list; local in function:pmap_syncicache_page 1372 struct pv_entry *pve = NULL; local in function:pmap_enter 1490 struct pv_entry *pve; local in function:pmap_remove 1613 struct pv_entry *pve, *npve, **pvp; local in function:pmap_page_remove 1746 struct pv_entry *pve; local in function:pmap_changebit 1800 struct pv_entry *pve; local in function:pmap_testbit 1896 struct pv_entry *pve; local in function:pmap_flush_page 2012 struct pv_entry *pve; local in function:pmap_kenter_pa 2045 struct pv_entry *pve; local in function:pmap_kremove [all...] |