Searched refs:PG_EXEC (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/arch/alpha/include/
H A Dpte.h96 #define PG_PROT (ALPHA_PTE_PROT | PG_EXEC | PG_FOE)
100 #define PG_EXEC 0x0000000000040000 /* execute perms [SOFTWARE] */ macro
H A Dpmap.h193 #define pmap_pte_exec(pte) (*(pte) & PG_EXEC)
/openbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c2319 kp[prot] |= PG_EXEC | PG_KRE;
2320 up[prot] |= PG_EXEC | PG_KRE | PG_URE;
2389 * PG_EXEC was set, we mark a user pmap as needing an

Completed in 990 milliseconds