_PAGE_PSE        1773 arch/x86/kvm/vmx.c 			_PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_PSE);
_PAGE_PSE         101 arch/x86/mm/dump_pagetables.c 			if (pr & _PAGE_PSE)
_PAGE_PSE         224 arch/x86/mm/fault.c 	    && !(page & _PAGE_PSE)) {
_PAGE_PSE         222 arch/x86/mm/hugetlbpage.c 	return !!(pmd_val(pmd) & _PAGE_PSE);
_PAGE_PSE         227 arch/x86/mm/hugetlbpage.c 	return !!(pud_val(pud) & _PAGE_PSE);
_PAGE_PSE         254 arch/x86/mm/init_32.c 						 _PAGE_PSE);
_PAGE_PSE         431 arch/x86/mm/init_64.c 					__pgprot(pgprot_val(prot) | _PAGE_PSE)));
_PAGE_PSE          71 arch/x86/mm/pageattr-test.c 			if (!(pte_val(*pte) & _PAGE_PSE)) {
_PAGE_PSE         490 arch/x86/mm/pageattr.c 		pgprot_val(ref_prot) |= _PAGE_PSE;
_PAGE_PSE         424 include/asm-frv/pgtable.h #define mk_pte_huge(entry)	((entry).pte_low |= _PAGE_PRESENT | _PAGE_PSE)
_PAGE_PSE         163 include/asm-mn10300/pgtable.h #define __PAGE_KERNEL_LARGE	(__PAGE_KERNEL | _PAGE_PSE)
_PAGE_PSE         164 include/asm-mn10300/pgtable.h #define __PAGE_KERNEL_LARGE_EXEC (__PAGE_KERNEL_EXEC | _PAGE_PSE)
_PAGE_PSE         386 include/asm-mn10300/pgtable.h 	((entry).pte |= _PAGE_PRESENT | _PAGE_PSE | _PAGE_VALID)
_PAGE_PSE         403 include/asm-mn10300/pgtable.h 	((pmd_val(pmd) & (_PAGE_PSE | _PAGE_PRESENT)) == \
_PAGE_PSE         404 include/asm-mn10300/pgtable.h 	 (_PAGE_PSE | _PAGE_PRESENT))
_PAGE_PSE          52 include/asm-x86/pgtable.h #define _PAGE_PROTNONE	_PAGE_PSE	/* if the user mapped it with PROT_NONE;
_PAGE_PSE          98 include/asm-x86/pgtable.h #define __PAGE_KERNEL_LARGE		(__PAGE_KERNEL | _PAGE_PSE)
_PAGE_PSE          99 include/asm-x86/pgtable.h #define __PAGE_KERNEL_LARGE_NOCACHE	(__PAGE_KERNEL | _PAGE_CACHE_UC | _PAGE_PSE)
_PAGE_PSE         100 include/asm-x86/pgtable.h #define __PAGE_KERNEL_LARGE_EXEC	(__PAGE_KERNEL_EXEC | _PAGE_PSE)
_PAGE_PSE         194 include/asm-x86/pgtable.h 	return pte_flags(pte) & _PAGE_PSE;
_PAGE_PSE         221 include/asm-x86/pgtable.h 	return (pmd_val(pte) & (_PAGE_PSE | _PAGE_PRESENT)) ==
_PAGE_PSE         222 include/asm-x86/pgtable.h 		(_PAGE_PSE | _PAGE_PRESENT);
_PAGE_PSE         262 include/asm-x86/pgtable.h 	return __pte(pte_val(pte) | _PAGE_PSE);
_PAGE_PSE         267 include/asm-x86/pgtable.h 	return __pte(pte_val(pte) & ~_PAGE_PSE);
_PAGE_PSE         212 include/asm-x86/pgtable_64.h 	return (pud_val(pte) & (_PAGE_PSE | _PAGE_PRESENT)) ==
_PAGE_PSE         213 include/asm-x86/pgtable_64.h 		(_PAGE_PSE | _PAGE_PRESENT);