/illumos-gate/usr/src/uts/common/os/ |
H A D | mmapobj.c | 652 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 D | grow.c | 263 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 D | schedctl.c | 601 vn_a.prot = vn_a.maxprot = PROT_ALL;
|
H A D | shm.c | 267 uchar_t prot = PROT_ALL; 1181 crargs.prot = PROT_ALL;
|
H A D | exec.c | 1213 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 D | gfxp_devmap.c | 146 dhp->dh_maxprot = PROT_ALL & dhp->dh_orig_maxprot;
|
H A D | gfxp_vgatext.c | 850 length, PROT_ALL, 0, &dev_attr)) < 0) {
|
/illumos-gate/usr/src/uts/common/exec/aout/ |
H A D | aout.c | 142 int dataprot = PROT_ALL; 143 int textprot = PROT_ALL & ~PROT_WRITE;
|
/illumos-gate/usr/src/uts/common/io/drm/ |
H A D | drm_sunmod.c | 660 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 D | physmem.c | 385 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 D | ufs_extvnops.c | 87 uint_t protp = PROT_ALL; 260 uint_t protp = PROT_ALL;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mman.h | 73 #define PROT_ALL (PROT_READ | PROT_WRITE | PROT_EXEC | PROT_USER) macro
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | pte.h | 220 (((attr) & PROT_ALL) ? TTE_VALID_INT : 0)
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | pte.h | 177 (((attr) & PROT_ALL) ? TTE_VALID_INT : 0)
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | sbusmem.c | 403 off, len, PROT_ALL, DEVMAP_DEFAULTS, NULL)) < 0) {
|
/illumos-gate/usr/src/uts/i86pc/io/xsvc/ |
H A D | xsvc.c | 904 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 D | swap_vnops.c | 171 *protp = PROT_ALL;
|
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_isoch.c | 294 isp->is_umem_cookie, 0, isp->is_umem_size, PROT_ALL, 0,
|
/illumos-gate/usr/src/uts/common/fs/bootfs/ |
H A D | bootfs_vnops.c | 428 *protp = PROT_ALL;
|
/illumos-gate/usr/src/uts/sun4v/vm/ |
H A D | mach_vm_dep.c | 480 ppa, (PROT_ALL & ~PROT_USER) | HAT_NOSYNC, HAT_LOAD_LOCK);
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | seg_kmem.c | 912 (PROT_ALL & ~PROT_USER) | HAT_NOSYNC | attr, 1185 ppa, (PROT_ALL & ~PROT_USER) | HAT_NOSYNC | attr,
|
H A D | vm_anon.c | 1930 *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 D | dc_vnops.c | 554 *protp = PROT_ALL;
|
/illumos-gate/usr/src/uts/sun4/vm/ |
H A D | sfmmu.c | 1165 ppa, (PROT_ALL & ~PROT_USER) | HAT_NOSYNC | attr, HAT_LOAD_LOCK);
|
/illumos-gate/usr/src/uts/intel/io/drm/ |
H A D | i915_gem.c | 501 PROT_ALL, PROT_ALL, MAP_SHARED, fpriv->credp);
|