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.c872 p->p_flag2 |= P2_WXORX_DISABLE; in wxmap_ctl()
903 if ((p->p_flag2 & P2_WXORX_DISABLE) != 0) in wxmap_status()
H A Dkern_fork.c547 P2_WXORX_DISABLE | P2_WXORX_ENABLE_EXEC | P2_LOGSIGEXIT_CTL | in do_fork()
H A Dimgact_elf.c1322 P2_WXORX_DISABLE | P2_WXORX_ENABLE_EXEC); in __CONCAT()
1350 (imgp->proc->p_flag2 & P2_WXORX_DISABLE) == 0) || in __CONCAT()
/freebsd/sys/sys/
H A Dproc.h880 #define P2_WXORX_DISABLE 0x00010000 /* WX mappings enabled */ macro