Home
last modified time | relevance | path

Searched refs:noexec_user_stack (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h114 extern int noexec_user_stack; /* patchable via /etc/system */
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c829 if ((noexec_user_stack != 0) || in gexec()
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c311 int noexec_user_stack = 0; variable