HomeSort by: relevance | last modified time | path
    Searched defs:pve (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/hppa/
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...]
  /src/sys/arch/vax/vax/
pmap.c 146 int *pve = (int *)vax_trunc_page(pte); local in function:ptpinuse
150 if (pve[i] != 0)
  /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 in function:pvpte_to_pve
603 KASSERT(pve_to_pvpte(pve) == pvpte);
604 return pve;
713 const struct pv_entry *pve = n; local in function:pmap_compare_key
716 if (pve->pve_pte.pte_va < key)
2055 struct pv_entry *pve = (struct pv_entry *)obj + 1; local in function:pmap_pvp_ctor
2090 struct pv_entry *pve; local in function:pmap_alloc_pv
2210 struct pv_entry *pve; local in function:pmap_treelookup_pv
2241 struct pv_entry *pve; local in function:pmap_lookup_pv
2297 struct pv_entry *pve; local in function:pmap_enter_pv
3113 struct pv_entry *pve; local in function:pmap_zap_ptp
4217 struct pv_entry *pve; local in function:pmap_remove_pte
4521 struct pv_entry *pve; local in function:pmap_pp_remove
6572 struct pv_entry *pve; local in function:pmap_ept_remove_pte
    [all...]

Completed in 15 milliseconds