Searched refs:CS_VALID (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dcodesign.h35 #define CS_VALID 0x0001 /* dynamically valid */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c1807 if ((pt->p_csflags & CS_VALID) == CS_VALID) { /* is currently valid */
1808 pt->p_csflags &= ~CS_VALID; /* set invalid */
1828 if ((pt->p_csflags & CS_VALID) == 0) {
1840 if ((pt->p_csflags & CS_VALID) == 0) {
1910 if ((pt->p_csflags & CS_VALID) == 0) {
2733 p->p_csflags &= ~(CS_KILL | CS_HARD | CS_VALID);
2785 if (p->p_csflags & CS_VALID) {
2786 p->p_csflags &= ~CS_VALID;
2791 "p=%d[%s] clearing CS_VALID\
[all...]
H A Dkern_exec.c879 if (load_result.csflags & CS_VALID) {
881 (CS_VALID|
884 imgp->ip_csflags &= ~CS_VALID;
3871 if ((p->p_csflags & CS_VALID) && NULL == blob) {
3901 p->p_csflags |= CS_VALID;
H A Dbsd_init.c561 kernproc->p_csflags = CS_VALID;
H A Dubc_subr.c2500 blob->csb_flags = ntohl(cd->flags) | CS_VALID;

Completed in 91 milliseconds