tag | line | file | source code |
_PAGE_FOR | 203 | include/asm-alpha/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE) |
_PAGE_FOR | 222 | include/asm-alpha/pgtable.h | #define __P000 _PAGE_P(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR) |
_PAGE_FOR | 226 | include/asm-alpha/pgtable.h | #define __P100 _PAGE_P(_PAGE_FOW | _PAGE_FOR) |
_PAGE_FOR | 231 | include/asm-alpha/pgtable.h | #define __S000 _PAGE_S(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR) |
_PAGE_FOR | 235 | include/asm-alpha/pgtable.h | #define __S100 _PAGE_S(_PAGE_FOW | _PAGE_FOR) |
_PAGE_FOR | 314 | include/asm-alpha/pgtable.h | extern inline int pte_read(pte_t pte) { return !(pte_val(pte) & _PAGE_FOR); } |
_PAGE_FOR | 321 | include/asm-alpha/pgtable.h | extern inline pte_t pte_rdprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOR; return pte; } |
_PAGE_FOR | 326 | include/asm-alpha/pgtable.h | extern inline pte_t pte_mkread(pte_t pte) { pte_val(pte) &= ~_PAGE_FOR; return pte; } |