_PAGE_PROTNONE 311 include/asm-frv/pgtable.h #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) _PAGE_PROTNONE 118 include/asm-m32r/pgtable.h __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) _PAGE_PROTNONE 180 include/asm-m32r/pgtable.h #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE)) _PAGE_PROTNONE 61 include/asm-m68k/motorola_pgtable.h #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits) _PAGE_PROTNONE 69 include/asm-m68k/motorola_pgtable.h #define PAGE_NONE_C __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) _PAGE_PROTNONE 130 include/asm-m68k/motorola_pgtable.h #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) _PAGE_PROTNONE 60 include/asm-um/pgtable.h #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) _PAGE_PROTNONE 114 include/asm-um/pgtable.h #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) _PAGE_PROTNONE 134 include/asm-um/pgtable.h !(pte_get_bits(pte, _PAGE_PROTNONE))); _PAGE_PROTNONE 139 include/asm-um/pgtable.h !(pte_get_bits(pte, _PAGE_PROTNONE))); _PAGE_PROTNONE 145 include/asm-um/pgtable.h !(pte_get_bits(pte, _PAGE_PROTNONE))); _PAGE_PROTNONE 70 include/asm-x86/pgtable.h #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) _PAGE_PROTNONE 88 include/asm-x86/pgtable_32.h #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) _PAGE_PROTNONE 175 include/asm-x86/pgtable_64.h #define pte_present(x) (pte_val((x)) & (_PAGE_PRESENT | _PAGE_PROTNONE)) _PAGE_PROTNONE 123 include/asm-xtensa/pgtable.h #define PAGE_NONE __pgprot(_PAGE_INVALID | _PAGE_USER | _PAGE_PROTNONE) _PAGE_PROTNONE 200 include/asm-xtensa/pgtable.h || ((pte_val(pte) & _PAGE_PROTNONE) == _PAGE_PROTNONE))