Searched refs:pmd_sect (Results 1 – 5 of 5) sorted by relevance
146 #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ macro148 #define pmd_large(pmd) pmd_sect(pmd)
178 if (pmd_sect(*pmd)) in kernel_page_present()
158 BUG_ON(pmd_sect(*pmd)); in alloc_init_cont_pte()681 if (pmd_sect(*pmd)) in kern_addr_valid()958 if (!pmd_sect(*pmd)) in pmd_clear_huge()
309 if (pmd_none(*pmd) || pmd_sect(*pmd)) { in walk_pmd()
373 #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ macro