Searched refs:pmd_sect (Results 1 – 6 of 6) sorted by relevance
146 #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ macro148 #define pmd_large(pmd) pmd_sect(pmd)
180 if (pmd_sect(pmd)) in kernel_page_present()
162 BUG_ON(pmd_sect(pmd)); in alloc_init_cont_pte()692 if (pmd_sect(pmd)) in kern_addr_valid()975 if (!pmd_sect(READ_ONCE(*pmdp))) in pmd_clear_huge()
311 if (pmd_none(pmd) || pmd_sect(pmd)) { in walk_pmd()
418 #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ macro
628 BUG_ON(pmd_sect(*pmd)); in create_hyp_pmd_mappings()