taglinefilesource code
_PAGE_FOE77include/asm-alpha/pgtable.h#define PAGE_NONE  __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE)
_PAGE_FOE85include/asm-alpha/pgtable.h#define __P000  _PAGE_NORMAL(_PAGE_COW | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE)
_PAGE_FOE86include/asm-alpha/pgtable.h#define __P001  _PAGE_NORMAL(_PAGE_COW | _PAGE_FOW | _PAGE_FOE)
_PAGE_FOE87include/asm-alpha/pgtable.h#define __P010  _PAGE_NORMAL(_PAGE_COW | _PAGE_FOR | _PAGE_FOE)
_PAGE_FOE88include/asm-alpha/pgtable.h#define __P011  _PAGE_NORMAL(_PAGE_COW | _PAGE_FOE)
_PAGE_FOE94include/asm-alpha/pgtable.h#define __S000  _PAGE_NORMAL(_PAGE_FOR | _PAGE_FOW | _PAGE_FOE)
_PAGE_FOE95include/asm-alpha/pgtable.h#define __S001  _PAGE_NORMAL(_PAGE_FOW | _PAGE_FOE)
_PAGE_FOE96include/asm-alpha/pgtable.h#define __S010  _PAGE_NORMAL(_PAGE_FOR | _PAGE_FOE)
_PAGE_FOE97include/asm-alpha/pgtable.h#define __S011  _PAGE_NORMAL(_PAGE_FOE)
_PAGE_FOE179include/asm-alpha/pgtable.hextern inline int pte_exec(pte_t pte)    { return !(pte_val(pte) & _PAGE_FOE); }
_PAGE_FOE186include/asm-alpha/pgtable.hextern inline pte_t pte_exprotect(pte_t pte)  { pte_val(pte) |= _PAGE_FOE; return pte; }
_PAGE_FOE192include/asm-alpha/pgtable.hextern inline pte_t pte_mkexec(pte_t pte)  { pte_val(pte) &= _PAGE_FOE; return pte; }