Searched refs:pmap_large_md_page (Results 1 – 2 of 2) sorted by relevance
193 struct pmap_large_md_page { struct200 __exclusive_cache_line static struct pmap_large_md_page pv_dummy_large; argument202 __read_mostly static struct pmap_large_md_page *pv_table;204 static struct pmap_large_md_page *210 return ((struct pmap_large_md_page *)seg->md_first + in _pa_to_pmdp()215 static struct pmap_large_md_page *218 struct pmap_large_md_page *pvd; in pa_to_pmdp()226 static struct pmap_large_md_page *232 return ((struct pmap_large_md_page *)seg->md_first + in page_to_pmdp()240 struct pmap_large_md_page *_pvd; \[all …]
516 struct pmap_large_md_page { struct521 __exclusive_cache_line static struct pmap_large_md_page pv_dummy_large; argument523 __read_mostly static struct pmap_large_md_page *pv_table;2365 struct pmap_large_md_page *pvd; in pmap_init_pv_table()2386 s = (vm_size_t)pv_npg * sizeof(struct pmap_large_md_page); in pmap_init_pv_table()2388 pv_table = (struct pmap_large_md_page *)kva_alloc(s); in pmap_init_pv_table()