Lines Matching refs:vpage
1495 struct vpage vpage[], in anon_fill_cow_holes() argument
1536 if (vpage != NULL) { in anon_fill_cow_holes()
1537 vpage += off; in anon_fill_cow_holes()
1551 if (vpage != NULL) { in anon_fill_cow_holes()
1552 prot = VPP_PROT(vpage); in anon_fill_cow_holes()
1553 pageflags = VPP_ISPPLOCK(vpage) ? in anon_fill_cow_holes()
1568 if (vpage != NULL) { in anon_fill_cow_holes()
1569 vpage++; in anon_fill_cow_holes()
1974 struct vpage vpage[], in anon_map_getpages() argument
2128 addr, prot, ppa, vpage, anypgsz, pgflags, cred)); in anon_map_getpages()
2310 ppa, vpage, anypgsz, pgflags, cred)); in anon_map_getpages()
2541 struct vpage vpage[], in anon_map_privatepages() argument
2633 if (vpage != NULL && (prot & PROT_WRITE) == 0) { in anon_map_privatepages()
2635 if (VPP_ISPPLOCK(&vpage[pg_idx])) { in anon_map_privatepages()
2721 if (vpage != NULL && VPP_ISPPLOCK(&vpage[pg_idx])) { in anon_map_privatepages()
3187 struct vpage vpage[], in anon_map_demotepages() argument
3243 vpage, -1, 0, cred); in anon_map_demotepages()