Home
last modified time | relevance | path

Searched refs:protv (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/sparc/v9/vm/
H A Dseg_nf.c72 size_t len, uint_t *protv);
421 segnf_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segnf_getprot() argument
428 protv[p] = PROT_READ; in segnf_getprot()
/titanic_41/usr/src/uts/common/vm/
H A Dseg_umap.c346 segumap_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segumap_getprot() argument
363 protv[--pgno] = prot; in segumap_getprot()
H A Dseg_map.c82 uint_t *protv);
851 segmap_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segmap_getprot() argument
860 protv[--pgno] = smd->smd_prot; in segmap_getprot()
H A Dseg_dev.c2230 segdev_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segdev_getprot() argument
2237 (void *)seg, (void *)addr, len, (void *)protv); in segdev_getprot()
2245 protv[--pgno] = sdp->prot; in segdev_getprot()
2252 protv[pgno] = in segdev_getprot()
H A Dseg_spt.c135 uint_t *protv);
2805 segspt_shmgetprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segspt_shmgetprot() argument
2817 *protv++ = sptd->spt_prot; in segspt_shmgetprot()
H A Dseg_vn.c122 uint_t *protv);
6916 segvn_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segvn_getprot() argument
6927 protv[--pgno] = svd->prot; in segvn_getprot()
6934 protv[pgno] = VPP_PROT(&svd->vpage[pgno+pgoff]); in segvn_getprot()
/titanic_41/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c428 segmf_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segmf_getprot() argument
435 protv[--pgno] = data->prot; in segmf_getprot()