HomeSort by: relevance | last modified time | path
    Searched refs:PG_EXEC (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/alpha/include/
pte.h 94 #define PG_PROT (ALPHA_PTE_PROT | PG_EXEC | PG_FOE)
98 #define PG_EXEC 0x0000000000040000 /* execute perms [SOFTWARE] */
pmap.h 262 #define pmap_pte_exec(pte) (*(pte) & PG_EXEC)
  /src/sys/arch/alpha/alpha/
pmap.c 791 if (pte_bits & PG_EXEC) {
800 if (pte_bits & PG_EXEC) {
844 if (pte_bits & PG_EXEC) {
895 if (pte_bits & PG_EXEC) {
1930 pmap_tlb_shootdown_all_user(pmap, PG_EXEC, &tlbctx);
2948 kp[prot] |= PG_EXEC | PG_KRE;
2949 up[prot] |= PG_EXEC | PG_KRE | PG_URE;
3040 return opte & (PG_V | PG_ASM | PG_EXEC);

Completed in 32 milliseconds