pte_flags 438 arch/x86/kernel/paravirt.c .pte_flags = native_pte_flags,
pte_flags 85 arch/x86/mm/gup.c if ((pte_flags(pte) & (mask | _PAGE_SPECIAL)) != mask) {
pte_flags 119 arch/x86/mm/gup.c if ((pte_flags(pte) & mask) != mask)
pte_flags 122 arch/x86/mm/gup.c VM_BUG_ON(pte_flags(pte) & _PAGE_SPECIAL);
pte_flags 176 arch/x86/mm/gup.c if ((pte_flags(pte) & mask) != mask)
pte_flags 179 arch/x86/mm/gup.c VM_BUG_ON(pte_flags(pte) & _PAGE_SPECIAL);
pte_flags 39 arch/x86/mm/pageattr-test.c return pte_flags(pte) & _PAGE_UNUSED1;
pte_flags 1314 arch/x86/xen/enlighten.c .pte_flags = native_pte_flags,
pte_flags 282 include/asm-x86/paravirt.h pteval_t (*pte_flags)(pte_t);
pte_flags 1092 include/asm-x86/paravirt.h ret = PVOP_CALL2(pteval_t, pv_mmu_ops.pte_flags,
pte_flags 1095 include/asm-x86/paravirt.h ret = PVOP_CALL1(pteval_t, pv_mmu_ops.pte_flags,
pte_flags 174 include/asm-x86/pgtable.h return pte_flags(pte) & _PAGE_DIRTY;
pte_flags 179 include/asm-x86/pgtable.h return pte_flags(pte) & _PAGE_ACCESSED;
pte_flags 184 include/asm-x86/pgtable.h return pte_flags(pte) & _PAGE_RW;
pte_flags 189 include/asm-x86/pgtable.h return pte_flags(pte) & _PAGE_FILE;
pte_flags 194 include/asm-x86/pgtable.h return pte_flags(pte) & _PAGE_PSE;
pte_flags 199 include/asm-x86/pgtable.h return pte_flags(pte) & _PAGE_GLOBAL;
pte_flags 204 include/asm-x86/pgtable.h return !(pte_flags(pte) & _PAGE_NX);
pte_flags 209 include/asm-x86/pgtable.h return pte_flags(pte) & _PAGE_SPECIAL;
pte_flags 322 include/asm-x86/pgtable.h #define pte_pgprot(x) __pgprot(pte_flags(x) & PTE_FLAGS_MASK)