Searched refs:_PAGE_PSE (Results 1 – 1 of 1) sorted by relevance
113 #define _PAGE_PSE 0x080 /* 4 MB (or 2MB) page, Pentium+, if present.. */ macro160 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)161 #define __PAGE_KERNEL_LARGE_EXEC (__PAGE_KERNEL_EXEC | _PAGE_PSE)221 static inline int pte_huge(pte_t pte) { return (pte).pte_low & _PAGE_PSE; } in pte_huge()234 static inline pte_t pte_mkhuge(pte_t pte) { (pte).pte_low |= _PAGE_PSE; return pte; } in pte_mkhuge()387 ((pmd_val(pmd) & (_PAGE_PSE|_PAGE_PRESENT)) == (_PAGE_PSE|_PAGE_PRESENT))