Home
last modified time | relevance | path

Searched refs:PROT_EXEC (Results 51 – 61 of 61) sorted by relevance

123

/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c4188 if (maxprot & PROT_EXEC) in fop_addmap()
4243 if (maxprot & PROT_EXEC) in fop_delmap()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c774 if (prot & PROT_EXEC) in read_maps_cb()
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.c92 #define PROT_ALL (PROT_READ | PROT_WRITE | PROT_EXEC)
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Dsvm.c668 return (PROT_EXEC); in npf_fault_type()
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c1519 prot & PROT_EXEC ? 'X' : '-'); in show_memmap()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c336 lprot = (PROT_READ|PROT_WRITE|PROT_EXEC); in find_stack()
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx.c1920 fault_type = PROT_EXEC; in ept_fault_type()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c10802 if (maxprot & PROT_EXEC) in nfs4_addmap()
10809 !(maxprot & PROT_EXEC)) in nfs4_addmap()
15311 if (maxprot & PROT_EXEC) in nfs4close_one()
15315 !(maxprot & PROT_EXEC)) in nfs4close_one()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c1649 ASSERT(ftype == PROT_READ || ftype == PROT_WRITE || ftype == PROT_EXEC); in vm_handle_paging()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c2360 PROT_READ | PROT_WRITE | PROT_EXEC, in get_progbits()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c5159 if ((prot & (PROT_READ | PROT_EXEC)) && in zfs_map()

123