Searched refs:pmd_sect (Results 1 – 5 of 5) sorted by relevance
147 #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ macro149 #define pmd_large(pmd) pmd_sect(pmd)
102 if (pmd_none(*pmd) || pmd_sect(*pmd)) { in alloc_init_pte()104 if (pmd_sect(*pmd)) in alloc_init_pte()499 if (pmd_sect(*pmd)) in kern_addr_valid()
269 if (pmd_none(*pmd) || pmd_sect(*pmd)) { in walk_pmd()
403 #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ macro
480 BUG_ON(pmd_sect(*pmd)); in create_hyp_pmd_mappings()