Searched refs:_PAGE_PSE (Results 1 – 9 of 9) sorted by relevance
25 if (pgd_val(*pgd) & _PAGE_PSE) in lookup_address()30 if (pmd_val(*pmd) & _PAGE_PSE) in lookup_address()89 MAKE_GLOBAL(_KERNPG_TABLE|_PAGE_PSE))); in revert_page()121 if ((pte_val(*kpte) & _PAGE_PSE) == 0) { in __change_page_attr()131 } else if ((pte_val(*kpte) & _PAGE_PSE) == 0) { in __change_page_attr()
248 __pe = _KERNPG_TABLE + _PAGE_PSE + __pa(vaddr); in pagetable_init()
103 if ((pte_val(*kpte) & _PAGE_PSE) == 0) { in __change_page_attr()113 } else if ((pte_val(*kpte) & _PAGE_PSE) == 0) { in __change_page_attr()
200 set_pmd(ti->pmd, __pmd(paddr | _KERNPG_TABLE | _PAGE_PSE)); in alloc_low_page()249 pe = _PAGE_PSE | _KERNPG_TABLE | _PAGE_NX | _PAGE_GLOBAL | paddr; in phys_pgd_init()439 if (0 == (pmd_val(*pmd) & _PAGE_PSE)) { in clear_kernel_mapping()
217 #define _PAGE_PSE 0x080 /* 2MB page */ macro243 #define PAGE_LARGE (_PAGE_PSE|_PAGE_PRESENT) 250 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)
129 #ifndef _PAGE_PSE130 #define _PAGE_PSE _PAGE_4M macro
404 pgprot & _PAGE_PSE ? 'm' : 'k', in _drm_vma_info()
194 #define _PAGE_PSE 0x080 /* 4 MB (or 2MB) page, Pentium+, if present.. */ macro
443 pgprot & _PAGE_PSE ? 'm' : 'k', in DRM()