Searched refs:anon_pl (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/vm/ |
H A D | vm_anon.c | 2404 page_t *anon_pl[1 + 1]; in anon_private() local 2442 anon_pl, PAGESIZE, seg, addr, S_CREATE, cred, NULL); in anon_private() 2446 pp = anon_pl[0]; in anon_private() 2794 page_t *anon_pl[1 + 1]; in anon_zero() local 2812 anon_pl, PAGESIZE, seg, addr, S_CREATE, cred, NULL); in anon_zero() 2818 pp = anon_pl[0]; in anon_zero() 2849 page_t *pp, *pplist, *anon_pl[1 + 1], *conpp = NULL; in anon_map_createpages() local 2892 err = anon_getpage(&ap, &prot, anon_pl, PAGESIZE, in anon_map_createpages() 2898 pp = anon_pl[0]; in anon_map_createpages() 3029 (uint_t *)NULL, anon_pl, PAGESIZE, conpp, NULL, in anon_map_createpages() [all …]
|
H A D | seg_vn.c | 1543 page_t *anon_pl[1+1]; in segvn_dup_pages() local 1545 error = anon_getpage(&ap, &vpprot, anon_pl, in segvn_dup_pages() 1551 anon_pl[0], 0, newsvd->cred); in segvn_dup_pages() 2715 page_t *anon_pl[1 + 1]; in segvn_faultpage() local 2897 err = anon_getpage(&ap, &vpprot, anon_pl, PAGESIZE, in segvn_faultpage() 2912 opp = anon_pl[0]; in segvn_faultpage() 6365 page_t *anon_pl[1 + 1], *pp; in segvn_clrszc() local 6440 anon_pl, PAGESIZE, seg, a, S_READ, in segvn_clrszc() 6445 anon_pl[0], pageflag, svd->cred)) == NULL) { in segvn_clrszc()
|