_PAGE_PROTNONE 63 arch/ia64/include/asm/pgtable.h #define _PAGE_CHG_MASK (_PAGE_P | _PAGE_PROTNONE | _PAGE_PL_MASK | _PAGE_AR_MASK | _PAGE_ED) _PAGE_PROTNONE 138 arch/ia64/include/asm/pgtable.h #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A) _PAGE_PROTNONE 266 arch/ia64/include/asm/pgtable.h #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) _PAGE_PROTNONE 62 arch/m68k/include/asm/motorola_pgtable.h #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits) _PAGE_PROTNONE 70 arch/m68k/include/asm/motorola_pgtable.h #define PAGE_NONE_C __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) _PAGE_PROTNONE 131 arch/m68k/include/asm/motorola_pgtable.h #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) _PAGE_PROTNONE 105 arch/sh/include/asm/pgtable_32.h #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED| \ _PAGE_PROTNONE 109 arch/sh/include/asm/pgtable_32.h #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED | \ _PAGE_PROTNONE 112 arch/sh/include/asm/pgtable_32.h #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED) _PAGE_PROTNONE 176 arch/sh/include/asm/pgtable_32.h #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ _PAGE_PROTNONE 239 arch/sh/include/asm/pgtable_32.h #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ _PAGE_PROTNONE 324 arch/sh/include/asm/pgtable_32.h #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) _PAGE_PROTNONE 58 arch/um/include/asm/pgtable.h #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) _PAGE_PROTNONE 113 arch/um/include/asm/pgtable.h #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) _PAGE_PROTNONE 133 arch/um/include/asm/pgtable.h !(pte_get_bits(pte, _PAGE_PROTNONE))); _PAGE_PROTNONE 138 arch/um/include/asm/pgtable.h !(pte_get_bits(pte, _PAGE_PROTNONE))); _PAGE_PROTNONE 144 arch/um/include/asm/pgtable.h !(pte_get_bits(pte, _PAGE_PROTNONE))); _PAGE_PROTNONE 593 arch/x86/include/asm/pgtable.h __pgprot(pmd_flags(pmd) & ~(_PAGE_PRESENT|_PAGE_PROTNONE))); _PAGE_PROTNONE 599 arch/x86/include/asm/pgtable.h __pgprot(pud_flags(pud) & ~(_PAGE_PRESENT|_PAGE_PROTNONE))); _PAGE_PROTNONE 736 arch/x86/include/asm/pgtable.h return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE); _PAGE_PROTNONE 752 arch/x86/include/asm/pgtable.h if ((pte_flags(a) & _PAGE_PROTNONE) && _PAGE_PROTNONE 767 arch/x86/include/asm/pgtable.h return pmd_flags(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PSE); _PAGE_PROTNONE 777 arch/x86/include/asm/pgtable.h return (pte_flags(pte) & (_PAGE_PROTNONE | _PAGE_PRESENT)) _PAGE_PROTNONE 778 arch/x86/include/asm/pgtable.h == _PAGE_PROTNONE; _PAGE_PROTNONE 783 arch/x86/include/asm/pgtable.h return (pmd_flags(pmd) & (_PAGE_PROTNONE | _PAGE_PRESENT)) _PAGE_PROTNONE 784 arch/x86/include/asm/pgtable.h == _PAGE_PROTNONE; _PAGE_PROTNONE 153 arch/x86/include/asm/pgtable_types.h #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)