pmap_large_md_page
struct pmap_large_md_page *pvd;
s = (vm_size_t)pv_npg * sizeof(struct pmap_large_md_page);
pv_table = (struct pmap_large_md_page *)kva_alloc(s);
__exclusive_cache_line static struct pmap_large_md_page pv_dummy_large;
__read_mostly static struct pmap_large_md_page *pv_table;
struct pmap_large_md_page *pvd;
pv_table = (struct pmap_large_md_page *)kva_alloc(s);
__exclusive_cache_line static struct pmap_large_md_page pv_dummy_large;
__read_mostly static struct pmap_large_md_page *pv_table;
static struct pmap_large_md_page *
return ((struct pmap_large_md_page *)seg->md_first +
static struct pmap_large_md_page *
struct pmap_large_md_page *pvd;
static struct pmap_large_md_page *
return ((struct pmap_large_md_page *)seg->md_first +
struct pmap_large_md_page *_pvd; \