Searched refs:PROT_ALL (Results 1 - 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c652 struct segvn_crargs crargs = SEGVN_ZFOD_ARGS(PROT_USER, PROT_ALL);
673 valid_usr_range(base, len, PROT_ALL, as, as->a_userlimit) !=
726 struct segvn_crargs crargs = SEGVN_ZFOD_ARGS(PROT_USER, PROT_ALL);
879 valid_usr_range(base, len, PROT_ALL, as, as->a_userlimit) !=
921 struct segvn_crargs crargs = SEGVN_ZFOD_ARGS(PROT_USER, PROT_ALL);
938 error = VOP_MAP(vp, 0, as, &addr, len, prot, PROT_ALL,
971 error = VOP_MAP(vp, 0, as, &addr, len, prot, PROT_ALL, ma_flags,
1060 * maxprot is passed as PROT_ALL so that mdb can
1064 len, prot, PROT_ALL, mflag, fcred, NULL)) {
1183 SEGVN_ZFOD_ARGS(prot, PROT_ALL);
[all...]
H A Dgrow.c263 SEGVN_ZFOD_ARGS(PROT_ZFOD, PROT_ALL);
430 struct segvn_crargs crargs = SEGVN_ZFOD_ARGS(PROT_ZFOD, PROT_ALL);
554 if (((PROT_ALL & uprot) != uprot))
598 vn_a.maxprot = PROT_ALL;
683 maxprot = PROT_ALL; /* start out allowing all accesses */
H A Dschedctl.c601 vn_a.prot = vn_a.maxprot = PROT_ALL;
H A Dshm.c267 uchar_t prot = PROT_ALL;
1181 crargs.prot = PROT_ALL;
H A Dexec.c1213 p->p_as, &addr, len, prot, PROT_ALL,
1293 * PROT_ZFOD (same as PROT_ALL).
1336 SEGVN_ZFOD_ARGS(PROT_ZFOD, PROT_ALL);
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_devmap.c146 dhp->dh_maxprot = PROT_ALL & dhp->dh_orig_maxprot;
H A Dgfxp_vgatext.c850 length, PROT_ALL, 0, &dev_attr)) < 0) {
/illumos-gate/usr/src/uts/common/exec/aout/
H A Daout.c142 int dataprot = PROT_ALL;
143 int textprot = PROT_ALL & ~PROT_WRITE;
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_sunmod.c660 regno, (offset_t)regoff, len, PROT_ALL,
679 PROT_ALL, IOMEM_DATA_CACHED, NULL);
706 &drm_devmap_callbacks, cookie, 0, length, PROT_ALL,
731 &drm_devmap_callbacks, cookie, 0, length, PROT_ALL,
746 NULL, map->drm_umem_cookie, 0, map->size, PROT_ALL,
/illumos-gate/usr/src/uts/common/io/
H A Dphysmem.c385 vn_a.prot = PROT_ALL;
386 vn_a.maxprot = PROT_ALL;
660 *protp = PROT_ALL;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c87 uint_t protp = PROT_ALL;
260 uint_t protp = PROT_ALL;
/illumos-gate/usr/src/uts/common/sys/
H A Dmman.h73 #define PROT_ALL (PROT_READ | PROT_WRITE | PROT_EXEC | PROT_USER) macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h220 (((attr) & PROT_ALL) ? TTE_VALID_INT : 0)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h177 (((attr) & PROT_ALL) ? TTE_VALID_INT : 0)
/illumos-gate/usr/src/uts/sun/io/
H A Dsbusmem.c403 off, len, PROT_ALL, DEVMAP_DEFAULTS, NULL)) < 0) {
/illumos-gate/usr/src/uts/i86pc/io/xsvc/
H A Dxsvc.c904 cookie, 0, psize, PROT_ALL, 0, &xsvc_device_attr)) < 0) {
915 off_align, psize, PROT_ALL, 0, &xsvc_device_attr)) < 0) {
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c171 *protp = PROT_ALL;
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch.c294 isp->is_umem_cookie, 0, isp->is_umem_size, PROT_ALL, 0,
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c428 *protp = PROT_ALL;
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c480 ppa, (PROT_ALL & ~PROT_USER) | HAT_NOSYNC, HAT_LOAD_LOCK);
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.c912 (PROT_ALL & ~PROT_USER) | HAT_NOSYNC | attr,
1185 ppa, (PROT_ALL & ~PROT_USER) | HAT_NOSYNC | attr,
H A Dvm_anon.c1930 *protp = PROT_ALL;
1932 *protp = PROT_ALL & ~PROT_WRITE;
2009 *protp = PROT_ALL;
2134 *protp = PROT_ALL;
2316 *protp = PROT_ALL;
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c554 *protp = PROT_ALL;
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c1165 ppa, (PROT_ALL & ~PROT_USER) | HAT_NOSYNC | attr, HAT_LOAD_LOCK);
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c501 PROT_ALL, PROT_ALL, MAP_SHARED, fpriv->credp);

Completed in 149 milliseconds

12