Searched refs:CONT_PMD_SIZE (Results 1 – 3 of 3) sorted by relevance
70 case CONT_PMD_SIZE: in arch_hugetlb_migration_supported()139 case CONT_PMD_SIZE: in num_contig_ptes()295 } else if (sz == (CONT_PMD_SIZE)) { in huge_pte_alloc()329 if (sz == CONT_PMD_SIZE) in huge_pte_offset()334 if (!(sz == PMD_SIZE || sz == CONT_PMD_SIZE) && in huge_pte_offset()352 } else if (pagesize == CONT_PMD_SIZE) { in arch_make_huge_pte()514 case CONT_PMD_SIZE: in arch_hugetlb_valid_size()
84 #define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE) macro85 #define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1))
111 ({ unsigned long __boundary = ((addr) + CONT_PMD_SIZE) & CONT_PMD_MASK; \541 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE)
Completed in 8 milliseconds