pte_flags 94 arch/x86/include/asm/pgtable.h return pte_flags(pte) & _PAGE_DIRTY; pte_flags 99 arch/x86/include/asm/pgtable.h return pte_flags(pte) & _PAGE_ACCESSED; pte_flags 109 arch/x86/include/asm/pgtable.h return pte_flags(pte) & _PAGE_RW; pte_flags 114 arch/x86/include/asm/pgtable.h return pte_flags(pte) & _PAGE_FILE; pte_flags 119 arch/x86/include/asm/pgtable.h return pte_flags(pte) & _PAGE_PSE; pte_flags 124 arch/x86/include/asm/pgtable.h return pte_flags(pte) & _PAGE_GLOBAL; pte_flags 129 arch/x86/include/asm/pgtable.h return !(pte_flags(pte) & _PAGE_NX); pte_flags 139 arch/x86/include/asm/pgtable.h return (pte_flags(pte) & _PAGE_SPECIAL) && pte_flags 140 arch/x86/include/asm/pgtable.h (pte_flags(pte) & (_PAGE_PRESENT|_PAGE_PROTNONE)); pte_flags 308 arch/x86/include/asm/pgtable.h return pte_flags(pte) & _PAGE_SOFT_DIRTY; pte_flags 338 arch/x86/include/asm/pgtable.h return pte_flags(pte) & _PAGE_SOFT_DIRTY; pte_flags 402 arch/x86/include/asm/pgtable.h #define pte_pgprot(x) __pgprot(pte_flags(x) & PTE_FLAGS_MASK) pte_flags 460 arch/x86/include/asm/pgtable.h return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE | pte_flags 467 arch/x86/include/asm/pgtable.h return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE); pte_flags 473 arch/x86/include/asm/pgtable.h if (pte_flags(a) & _PAGE_PRESENT) pte_flags 476 arch/x86/include/asm/pgtable.h if ((pte_flags(a) & (_PAGE_PROTNONE | _PAGE_NUMA)) && pte_flags 485 arch/x86/include/asm/pgtable.h return pte_flags(pte) & _PAGE_HIDDEN; pte_flags 886 arch/x86/include/asm/pgtable.h return pte_flags(pte) & _PAGE_SWP_SOFT_DIRTY; pte_flags 332 arch/x86/include/asm/pgtable_types.h return pte_flags(pte) & _PAGE_NUMA_MASK;