Lines Matching refs:vpmap
105 static struct vpmap *vpmd_vpmap; /* list of vpmap structs preallocated */
169 struct vpmap *vpm; in vpm_init()
249 vpmd_vpmap = kmem_alloc(sizeof (struct vpmap) * npages, KM_SLEEP); in vpm_init()
253 struct vpmap *vpmapf; in vpm_init()
344 static struct vpmap *
349 struct vpmap *vpm, *first; in get_free_vpmap()
604 free_vpmap(struct vpmap *vpm) in free_vpmap()
607 struct vpmap *vpmfreelist; in free_vpmap()
669 static struct vpmap *
672 struct vpmap *vpm = NULL; in get_vpmap()
757 struct vpmap *vpm; in vpm_pagecreate()
828 struct vpmap *vpm; in vpm_map_pages()
955 struct vpmap *vpm; in vpm_unmap_pages()
980 vpm = (struct vpmap *)((char *)vml[i].vs_data in vpm_unmap_pages()
981 - offsetof(struct vpmap, vpm_pp)); in vpm_unmap_pages()