tag | line | file | source code |
_PAGE_FOE | 203 | include/asm-alpha/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE) |
_PAGE_FOE | 222 | include/asm-alpha/pgtable.h | #define __P000 _PAGE_P(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR) |
_PAGE_FOE | 223 | include/asm-alpha/pgtable.h | #define __P001 _PAGE_P(_PAGE_FOE | _PAGE_FOW) |
_PAGE_FOE | 224 | include/asm-alpha/pgtable.h | #define __P010 _PAGE_P(_PAGE_FOE) |
_PAGE_FOE | 225 | include/asm-alpha/pgtable.h | #define __P011 _PAGE_P(_PAGE_FOE) |
_PAGE_FOE | 231 | include/asm-alpha/pgtable.h | #define __S000 _PAGE_S(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR) |
_PAGE_FOE | 232 | include/asm-alpha/pgtable.h | #define __S001 _PAGE_S(_PAGE_FOE | _PAGE_FOW) |
_PAGE_FOE | 233 | include/asm-alpha/pgtable.h | #define __S010 _PAGE_S(_PAGE_FOE) |
_PAGE_FOE | 234 | include/asm-alpha/pgtable.h | #define __S011 _PAGE_S(_PAGE_FOE) |
_PAGE_FOE | 316 | include/asm-alpha/pgtable.h | extern inline int pte_exec(pte_t pte) { return !(pte_val(pte) & _PAGE_FOE); } |
_PAGE_FOE | 322 | include/asm-alpha/pgtable.h | extern inline pte_t pte_exprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOE; return pte; } |
_PAGE_FOE | 327 | include/asm-alpha/pgtable.h | extern inline pte_t pte_mkexec(pte_t pte) { pte_val(pte) &= ~_PAGE_FOE; return pte; } |