| tag | line | file | source code | 
| _PAGE_FOE | 146 | include/asm-alpha/pgtable.h | #define PAGE_NONE  __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE) | 
| _PAGE_FOE | 165 | include/asm-alpha/pgtable.h | #define __P000  _PAGE_P(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR) | 
| _PAGE_FOE | 166 | include/asm-alpha/pgtable.h | #define __P001  _PAGE_P(_PAGE_FOE | _PAGE_FOW) | 
| _PAGE_FOE | 167 | include/asm-alpha/pgtable.h | #define __P010  _PAGE_P(_PAGE_FOE) | 
| _PAGE_FOE | 168 | include/asm-alpha/pgtable.h | #define __P011  _PAGE_P(_PAGE_FOE) | 
| _PAGE_FOE | 174 | include/asm-alpha/pgtable.h | #define __S000  _PAGE_S(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR) | 
| _PAGE_FOE | 175 | include/asm-alpha/pgtable.h | #define __S001  _PAGE_S(_PAGE_FOE | _PAGE_FOW) | 
| _PAGE_FOE | 176 | include/asm-alpha/pgtable.h | #define __S010  _PAGE_S(_PAGE_FOE) | 
| _PAGE_FOE | 177 | include/asm-alpha/pgtable.h | #define __S011  _PAGE_S(_PAGE_FOE) | 
| _PAGE_FOE | 272 | include/asm-alpha/pgtable.h | extern inline int pte_exec(pte_t pte)    { return !(pte_val(pte) & _PAGE_FOE); } | 
| _PAGE_FOE | 278 | include/asm-alpha/pgtable.h | extern inline pte_t pte_exprotect(pte_t pte)  { pte_val(pte) |= _PAGE_FOE; return pte; } | 
| _PAGE_FOE | 283 | include/asm-alpha/pgtable.h | extern inline pte_t pte_mkexec(pte_t pte)  { pte_val(pte) &= ~_PAGE_FOE; return pte; } |