_PAGE_PRESENT 140 arch/x86/include/asm/pgtable.h (pte_flags(pte) & (_PAGE_PRESENT|_PAGE_PROTNONE)); _PAGE_PRESENT 302 arch/x86/include/asm/pgtable.h return pmd_clear_flags(pmd, _PAGE_PRESENT); _PAGE_PRESENT 351 arch/x86/include/asm/pgtable.h if (protval & _PAGE_PRESENT) _PAGE_PRESENT 460 arch/x86/include/asm/pgtable.h return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PRESENT 467 arch/x86/include/asm/pgtable.h return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE); _PAGE_PRESENT 473 arch/x86/include/asm/pgtable.h if (pte_flags(a) & _PAGE_PRESENT) _PAGE_PRESENT 496 arch/x86/include/asm/pgtable.h return pmd_flags(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PSE | _PAGE_PRESENT 558 arch/x86/include/asm/pgtable.h if ((pmd_flags(pmd) & (_PAGE_NUMA|_PAGE_PRESENT)) == _PAGE_NUMA) _PAGE_PRESENT 577 arch/x86/include/asm/pgtable.h return pud_flags(pud) & _PAGE_PRESENT; _PAGE_PRESENT 599 arch/x86/include/asm/pgtable.h return (pud_val(pud) & (_PAGE_PSE | _PAGE_PRESENT)) == _PAGE_PRESENT 600 arch/x86/include/asm/pgtable.h (_PAGE_PSE | _PAGE_PRESENT); _PAGE_PRESENT 617 arch/x86/include/asm/pgtable.h return pgd_flags(pgd) & _PAGE_PRESENT; _PAGE_PRESENT 120 arch/x86/include/asm/pgtable_types.h #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ _PAGE_PRESENT 122 arch/x86/include/asm/pgtable_types.h #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | \ _PAGE_PRESENT 138 arch/x86/include/asm/pgtable_types.h #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ _PAGE_PRESENT 141 arch/x86/include/asm/pgtable_types.h #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | _PAGE_RW | \ _PAGE_PRESENT 143 arch/x86/include/asm/pgtable_types.h #define PAGE_COPY_NOEXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \ _PAGE_PRESENT 145 arch/x86/include/asm/pgtable_types.h #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \ _PAGE_PRESENT 148 arch/x86/include/asm/pgtable_types.h #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | \ _PAGE_PRESENT 150 arch/x86/include/asm/pgtable_types.h #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \ _PAGE_PRESENT 154 arch/x86/include/asm/pgtable_types.h (_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_GLOBAL) _PAGE_PRESENT 329 arch/x86/include/asm/pgtable_types.h #define _PAGE_NUMA_MASK (_PAGE_NUMA|_PAGE_PROTNONE|_PAGE_PRESENT) _PAGE_PRESENT 720 include/asm-generic/pgtable.h val |= (_PAGE_PRESENT|_PAGE_ACCESSED); _PAGE_PRESENT 731 include/asm-generic/pgtable.h val |= (_PAGE_PRESENT|_PAGE_ACCESSED); _PAGE_PRESENT 742 include/asm-generic/pgtable.h VM_BUG_ON(!(val & _PAGE_PRESENT)); _PAGE_PRESENT 744 include/asm-generic/pgtable.h val &= ~_PAGE_PRESENT; _PAGE_PRESENT 768 include/asm-generic/pgtable.h val &= ~_PAGE_PRESENT;