| tag | line | file | source code |
| _PAGE_FOR | 77 | include/asm-alpha/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE) |
| _PAGE_FOR | 85 | include/asm-alpha/pgtable.h | #define __P000 _PAGE_NORMAL(_PAGE_COW | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE) |
| _PAGE_FOR | 87 | include/asm-alpha/pgtable.h | #define __P010 _PAGE_NORMAL(_PAGE_COW | _PAGE_FOR | _PAGE_FOE) |
| _PAGE_FOR | 89 | include/asm-alpha/pgtable.h | #define __P100 _PAGE_NORMAL(_PAGE_COW | _PAGE_FOR | _PAGE_FOW) |
| _PAGE_FOR | 91 | include/asm-alpha/pgtable.h | #define __P110 _PAGE_NORMAL(_PAGE_COW | _PAGE_FOR) |
| _PAGE_FOR | 94 | include/asm-alpha/pgtable.h | #define __S000 _PAGE_NORMAL(_PAGE_FOR | _PAGE_FOW | _PAGE_FOE) |
| _PAGE_FOR | 96 | include/asm-alpha/pgtable.h | #define __S010 _PAGE_NORMAL(_PAGE_FOR | _PAGE_FOE) |
| _PAGE_FOR | 98 | include/asm-alpha/pgtable.h | #define __S100 _PAGE_NORMAL(_PAGE_FOR | _PAGE_FOW) |
| _PAGE_FOR | 100 | include/asm-alpha/pgtable.h | #define __S110 _PAGE_NORMAL(_PAGE_FOR) |
| _PAGE_FOR | 177 | include/asm-alpha/pgtable.h | extern inline int pte_read(pte_t pte) { return !(pte_val(pte) & _PAGE_FOR); } |
| _PAGE_FOR | 185 | include/asm-alpha/pgtable.h | extern inline pte_t pte_rdprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOR; return pte; } |
| _PAGE_FOR | 191 | include/asm-alpha/pgtable.h | extern inline pte_t pte_mkread(pte_t pte) { pte_val(pte) &= _PAGE_FOR; return pte; } |