Searched refs:pmd_sect (Results 1 – 6 of 6) sorted by relevance
134 #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ macro136 #define pmd_large(pmd) pmd_sect(pmd)
224 if (pmd_sect(pmd)) in kernel_page_present()
173 BUG_ON(pmd_sect(pmd)); in alloc_init_cont_pte()718 if (pmd_sect(pmd)) in kern_addr_valid()994 if (!pmd_sect(READ_ONCE(*pmdp))) in pmd_clear_huge()
316 if (pmd_none(pmd) || pmd_sect(pmd)) { in walk_pmd()
446 #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ macro
633 BUG_ON(pmd_sect(*pmd)); in create_hyp_pmd_mappings()