PG_EXEC
pmap_tlb_shootdown_all_user(pmap, PG_EXEC, &tlbctx);
kp[prot] |= PG_EXEC | PG_KRE;
up[prot] |= PG_EXEC | PG_KRE | PG_URE;
return opte & (PG_V | PG_ASM | PG_EXEC);
if (pte_bits & PG_EXEC) {
if (pte_bits & PG_EXEC) {
if (pte_bits & PG_EXEC) {
if (pte_bits & PG_EXEC) {
#define pmap_pte_exec(pte) (*(pte) & PG_EXEC)
#define PG_PROT (ALPHA_PTE_PROT | PG_EXEC | PG_FOE)