| /src/sys/arch/hppa/hppa/ |
| pmap.c | 527 struct pv_entry *pve; local 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 556 for (pve = md->pvh_list; pve; pve = npve) 741 struct pv_entry **pve, *pv; local 1339 struct pv_entry *pve = md->pvh_list; local 1372 struct pv_entry *pve = NULL; local 1490 struct pv_entry *pve; local 1613 struct pv_entry *pve, *npve, **pvp; local 1746 struct pv_entry *pve; local 1800 struct pv_entry *pve; local 1896 struct pv_entry *pve; local 2012 struct pv_entry *pve; local 2045 struct pv_entry *pve; local [all...] |
| pmap.c | 527 struct pv_entry *pve; local 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 556 for (pve = md->pvh_list; pve; pve = npve) 741 struct pv_entry **pve, *pv; local 1339 struct pv_entry *pve = md->pvh_list; local 1372 struct pv_entry *pve = NULL; local 1490 struct pv_entry *pve; local 1613 struct pv_entry *pve, *npve, **pvp; local 1746 struct pv_entry *pve; local 1800 struct pv_entry *pve; local 1896 struct pv_entry *pve; local 2012 struct pv_entry *pve; local 2045 struct pv_entry *pve; local [all...] |
| /src/sys/arch/x86/x86/ |
| pmap.c | 589 pve_to_pvpte(struct pv_entry *pve) 592 if (pve == NULL) 594 KASSERT((void *)&pve->pve_pte == (void *)pve); 595 return &pve->pve_pte; 601 struct pv_entry *pve = (void *)pvpte; local 603 KASSERT(pve_to_pvpte(pve) == pvpte); 604 return pve; 713 const struct pv_entry *pve = n; local 716 if (pve->pve_pte.pte_va < key) 2055 struct pv_entry *pve = (struct pv_entry *)obj + 1; local 2090 struct pv_entry *pve; local 2210 struct pv_entry *pve; local 2241 struct pv_entry *pve; local 2297 struct pv_entry *pve; local 3113 struct pv_entry *pve; local 4217 struct pv_entry *pve; local 4521 struct pv_entry *pve; local 6572 struct pv_entry *pve; local [all...] |
| pmap.c | 589 pve_to_pvpte(struct pv_entry *pve) 592 if (pve == NULL) 594 KASSERT((void *)&pve->pve_pte == (void *)pve); 595 return &pve->pve_pte; 601 struct pv_entry *pve = (void *)pvpte; local 603 KASSERT(pve_to_pvpte(pve) == pvpte); 604 return pve; 713 const struct pv_entry *pve = n; local 716 if (pve->pve_pte.pte_va < key) 2055 struct pv_entry *pve = (struct pv_entry *)obj + 1; local 2090 struct pv_entry *pve; local 2210 struct pv_entry *pve; local 2241 struct pv_entry *pve; local 2297 struct pv_entry *pve; local 3113 struct pv_entry *pve; local 4217 struct pv_entry *pve; local 4521 struct pv_entry *pve; local 6572 struct pv_entry *pve; local [all...] |
| /src/sys/arch/vax/vax/ |
| pmap.c | 146 int *pve = (int *)vax_trunc_page(pte); local 150 if (pve[i] != 0)
|
| pmap.c | 146 int *pve = (int *)vax_trunc_page(pte); local 150 if (pve[i] != 0)
|