Home
last modified time | relevance | path

Searched refs:P2_STKGAP_DISABLE_EXEC (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dkern_procctl.c832 p->p_flag2 &= ~P2_STKGAP_DISABLE_EXEC; in stackgap_ctl()
835 p->p_flag2 |= P2_STKGAP_DISABLE_EXEC; in stackgap_ctl()
854 d |= (p->p_flag2 & P2_STKGAP_DISABLE_EXEC) != 0 ? in stackgap_status()
H A Dkern_fork.c498 P2_STKGAP_DISABLE | P2_STKGAP_DISABLE_EXEC | P2_NO_NEW_PRIVS | in do_fork()
H A Dkern_exec.c817 if ((p->p_flag2 & P2_STKGAP_DISABLE_EXEC) == 0) in do_execve()
/freebsd/sys/sys/
H A Dproc.h871 #define P2_STKGAP_DISABLE_EXEC 0x00001000 /* Stack gap disabled macro