_PAGE_PSE 189 arch/x86/include/asm/pgtable.h return pte_flags(pte) & _PAGE_PSE; _PAGE_PSE 252 arch/x86/include/asm/pgtable.h return pmd_flags(pte) & _PAGE_PSE; _PAGE_PSE 259 arch/x86/include/asm/pgtable.h return (pmd_val(pmd) & (_PAGE_PSE|_PAGE_DEVMAP)) == _PAGE_PSE; _PAGE_PSE 265 arch/x86/include/asm/pgtable.h return (pud_val(pud) & (_PAGE_PSE|_PAGE_DEVMAP)) == _PAGE_PSE; _PAGE_PSE 351 arch/x86/include/asm/pgtable.h return pte_set_flags(pte, _PAGE_PSE); _PAGE_PSE 356 arch/x86/include/asm/pgtable.h return pte_clear_flags(pte, _PAGE_PSE); _PAGE_PSE 420 arch/x86/include/asm/pgtable.h return pmd_set_flags(pmd, _PAGE_PSE); _PAGE_PSE 474 arch/x86/include/asm/pgtable.h return pud_set_flags(pud, _PAGE_PSE); _PAGE_PSE 767 arch/x86/include/asm/pgtable.h return pmd_flags(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PSE); _PAGE_PSE 883 arch/x86/include/asm/pgtable.h return (pud_val(pud) & (_PAGE_PSE | _PAGE_PRESENT)) == _PAGE_PSE 884 arch/x86/include/asm/pgtable.h (_PAGE_PSE | _PAGE_PRESENT); _PAGE_PSE 127 arch/x86/include/asm/pgtable_types.h #define _HPAGE_CHG_MASK (_PAGE_CHG_MASK | _PAGE_PSE) _PAGE_PSE 177 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE) _PAGE_PSE 178 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL_LARGE_EXEC (__PAGE_KERNEL_EXEC | _PAGE_PSE) _PAGE_PSE 403 arch/x86/include/asm/pgtable_types.h if (native_pud_val(pud) & _PAGE_PSE) _PAGE_PSE 421 arch/x86/include/asm/pgtable_types.h if (native_pmd_val(pmd) & _PAGE_PSE) _PAGE_PSE 3486 arch/x86/kvm/vmx/vmx.c _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_PSE); _PAGE_PSE 205 arch/x86/mm/dump_pagetables.c if (level <= 4 && pr & _PAGE_PSE) _PAGE_PSE 70 arch/x86/mm/hugetlbpage.c (pmd_val(pmd) & (_PAGE_PRESENT|_PAGE_PSE)) != _PAGE_PRESENT; _PAGE_PSE 75 arch/x86/mm/hugetlbpage.c return !!(pud_val(pud) & _PAGE_PSE); _PAGE_PSE 324 arch/x86/mm/init_32.c _PAGE_PSE); _PAGE_PSE 562 arch/x86/mm/init_64.c __pgprot(pgprot_val(prot) | _PAGE_PSE)), _PAGE_PSE 74 arch/x86/mm/pageattr-test.c if ((pte_val(*pte) & _PAGE_PRESENT) && !(pte_val(*pte) & _PAGE_PSE)) { _PAGE_PSE 809 arch/x86/mm/pageattr.c pgprot_val(req_prot) |= _PAGE_PSE; _PAGE_PSE 988 arch/x86/mm/pageattr.c pgprot_val(ref_prot) &= ~_PAGE_PSE; _PAGE_PSE 713 arch/x86/mm/pgtable.c __pgprot(pgprot_val(prot) | _PAGE_PSE))); _PAGE_PSE 745 arch/x86/mm/pgtable.c __pgprot(pgprot_val(prot) | _PAGE_PSE))); _PAGE_PSE 398 drivers/gpu/drm/i915/gvt/gtt.c return !!(e->val64 & _PAGE_PSE); _PAGE_PSE 406 drivers/gpu/drm/i915/gvt/gtt.c e->val64 &= ~_PAGE_PSE; _PAGE_PSE 411 drivers/gpu/drm/i915/gvt/gtt.c e->val64 &= ~_PAGE_PSE;