_PAGE_PSE 119 arch/x86/include/asm/pgtable.h return pte_flags(pte) & _PAGE_PSE; _PAGE_PSE 162 arch/x86/include/asm/pgtable.h return pmd_flags(pte) & _PAGE_PSE; _PAGE_PSE 173 arch/x86/include/asm/pgtable.h return pmd_val(pmd) & _PAGE_PSE; _PAGE_PSE 233 arch/x86/include/asm/pgtable.h return pte_set_flags(pte, _PAGE_PSE); _PAGE_PSE 238 arch/x86/include/asm/pgtable.h return pte_clear_flags(pte, _PAGE_PSE); _PAGE_PSE 287 arch/x86/include/asm/pgtable.h return pmd_set_flags(pmd, _PAGE_PSE); _PAGE_PSE 496 arch/x86/include/asm/pgtable.h return pmd_flags(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PSE | _PAGE_PSE 599 arch/x86/include/asm/pgtable.h return (pud_val(pud) & (_PAGE_PSE | _PAGE_PRESENT)) == _PAGE_PSE 600 arch/x86/include/asm/pgtable.h (_PAGE_PSE | _PAGE_PRESENT); _PAGE_PSE 106 arch/x86/include/asm/pgtable_types.h #define _PAGE_SWP_SOFT_DIRTY _PAGE_PSE _PAGE_PSE 129 arch/x86/include/asm/pgtable_types.h #define _HPAGE_CHG_MASK (_PAGE_CHG_MASK | _PAGE_PSE | _PAGE_NUMA) _PAGE_PSE 166 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE) _PAGE_PSE 167 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL_LARGE_NOCACHE (__PAGE_KERNEL | _PAGE_CACHE_UC | _PAGE_PSE) _PAGE_PSE 168 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL_LARGE_EXEC (__PAGE_KERNEL_EXEC | _PAGE_PSE)