Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_procctl.c874 p->p_flag2 |= P2_WXORX_DISABLE; in wxmap_ctl()
909 if ((p->p_flag2 & P2_WXORX_DISABLE) != 0) in wxmap_status()
H A Dkern_fork.c499 P2_WXORX_DISABLE | P2_WXORX_ENABLE_EXEC | P2_LOGSIGEXIT_CTL | in do_fork()
H A Dimgact_elf.c1286 P2_WXORX_DISABLE | P2_WXORX_ENABLE_EXEC); in __CONCAT()
1314 (imgp->proc->p_flag2 & P2_WXORX_DISABLE) == 0) || in __CONCAT()
/freebsd/sys/sys/
H A Dproc.h876 #define P2_WXORX_DISABLE 0x00010000 /* WX mappings enabled */ macro