Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_hole.c224 seghole_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in seghole_getprot() argument
236 protv[--pgno] = 0; in seghole_getprot()
H A Dseg_umap.c347 segumap_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segumap_getprot() argument
364 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_spt.c149 segspt_badop_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segspt_badop_getprot() argument
264 uint_t *protv);
2933 segspt_shmgetprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segspt_shmgetprot() argument
2945 *protv++ = sptd->spt_prot; in segspt_shmgetprot()
H A Dseg_dev.c2232 segdev_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segdev_getprot() argument
2239 (void *)seg, (void *)addr, len, (void *)protv); in segdev_getprot()
2247 protv[--pgno] = sdp->prot; in segdev_getprot()
2254 protv[pgno] = in segdev_getprot()
H A Dseg_vn.c122 uint_t *protv);
6906 segvn_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segvn_getprot() argument
6917 protv[--pgno] = svd->prot; in segvn_getprot()
6924 protv[pgno] = VPP_PROT(&svd->vpage[pgno+pgoff]); in segvn_getprot()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dseg_vmm.c462 segvmm_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segvmm_getprot() argument
479 protv[--pgno] = prot; in segvmm_getprot()
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c430 segmf_getprot(struct seg *seg, caddr_t addr, size_t len, uint_t *protv) in segmf_getprot() argument
437 protv[--pgno] = data->prot; in segmf_getprot()