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

/openbsd-current/share/mk/
H A Dsys.mk69 PFLAGS?= macro
70 COMPILE.p?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
71 LINK.p?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
/openbsd-current/sys/arch/amd64/amd64/
H A Dlocore.S325 testl $CPUPF_USERXSTATE,CPUVAR(PFLAGS)
345 andl $~CPUPF_USERXSTATE,CPUVAR(PFLAGS)
352 testl $CPUPF_USERSEGS,CPUVAR(PFLAGS)
354 andl $~CPUPF_USERSEGS,CPUVAR(PFLAGS)
585 testl $CPUPF_USERXSTATE,CPUVAR(PFLAGS)
589 testl $CPUPF_USERSEGS,CPUVAR(PFLAGS)
677 orl $CPUPF_USERSEGS,CPUVAR(PFLAGS)
683 orl $(CPUPF_USERXSTATE|CPUPF_USERSEGS),CPUVAR(PFLAGS)
774 testl $CPUPF_USERXSTATE,CPUVAR(PFLAGS)
778 testl $CPUPF_USERSEGS,CPUVAR(PFLAGS)
[all...]
/openbsd-current/libexec/ld.so/
H A Dlibrary.c43 #define PFLAGS(X) ((((X) & PF_R) ? PROT_READ : 0) | \ macro
235 int flags = PFLAGS(phdp->p_flags);
262 next_load->prot = PFLAGS(phdp->p_flags);
H A Dlibrary_mquery.c43 #define PFLAGS(X) ((((X) & PF_R) ? PROT_READ : 0) | \ macro
194 ld->prot = PFLAGS(phdp->p_flags);
198 if ((PFLAGS(phdp->p_flags) & PROT_WRITE) == 0 ||
211 ld->prot = PFLAGS(phdp->p_flags);
H A Dloader.c478 #define PFLAGS(X) ((((X) & PF_R) ? PROT_READ : 0) | \ macro
604 next_load->prot = PFLAGS(phdp->p_flags);

Completed in 128 milliseconds