Searched refs:pmd_sect (Results 1 – 4 of 4) sorted by relevance
116 #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ macro118 #define pmd_large(pmd) pmd_sect(pmd)119 #define pmd_leaf(pmd) pmd_sect(pmd)
236 if (pmd_sect(pmd)) in kernel_page_present()
190 BUG_ON(pmd_sect(pmd)); in alloc_init_cont_pte()829 if (pmd_sect(pmd)) in kern_addr_valid()912 if (pmd_sect(pmd)) { in unmap_hotplug_pmd_range()1059 WARN_ON(!pmd_present(pmd) || !pmd_table(pmd) || pmd_sect(pmd)); in free_empty_pmd_table()1441 if (!pmd_sect(READ_ONCE(*pmdp))) in pmd_clear_huge()
545 #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ macro