Home
last modified time | relevance | path

Searched refs:pmd_sect (Results 1 – 4 of 4) sorted by relevance

/arch/arm/include/asm/
A Dpgtable-3level.h119 #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ macro
121 #define pmd_leaf(pmd) pmd_sect(pmd)
/arch/arm64/mm/
A Dmmu.c210 BUG_ON(pmd_sect(pmd)); in alloc_init_cont_pte()
910 if (pmd_sect(pmd)) { in unmap_hotplug_pmd_range()
1057 WARN_ON(!pmd_present(pmd) || !pmd_table(pmd) || pmd_sect(pmd)); in free_empty_pmd_table()
1193 return pmd_sect(READ_ONCE(*pmdp)); in vmemmap_check_pmd()
1265 if (!pmd_sect(READ_ONCE(*pmdp))) in pmd_clear_huge()
A Dpageattr.c347 if (pmd_sect(pmd)) in kernel_page_present()
/arch/arm64/include/asm/
A Dpgtable.h810 #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ macro

Completed in 14 milliseconds