Searched refs:CS_HARD (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_cs.c157 p->p_csflags &= ~(CS_KILL | CS_HARD);
161 return (p->p_csflags & (CS_KILL | CS_HARD)) == 0;
189 p->p_csflags |= CS_HARD;
212 /* CS_HARD means fail the mapping operation so the process stays valid. */
213 if (p->p_csflags & CS_HARD) {
H A Dkern_exec.c864 CS_HARD|CS_KILL|CS_ENFORCEMENT|
871 imgp->ip_csflags |= CS_HARD;
4158 if(p->p_csflags & (CS_HARD|CS_KILL)) {
H A Dkern_proc.c1932 pt->p_csflags |= CS_HARD;
2018 CS_HARD | CS_EXEC_SET_HARD |
/xnu-2422.115.4/bsd/sys/
H A Dcodesign.h36 #define CS_HARD 0x0000100 /* don't load invalid pages */ macro
44 #define CS_EXEC_SET_HARD 0x0100000 /* set CS_HARD on any exec'ed process */

Completed in 28 milliseconds