Searched refs:CONT_PMD_SIZE (Results 1 – 3 of 3) sorted by relevance
32 case CONT_PMD_SIZE: in arch_hugetlb_migration_supported()96 case CONT_PMD_SIZE: in num_contig_ptes()251 } else if (sz == (CONT_PMD_SIZE)) { in huge_pte_alloc()280 if (sz == CONT_PMD_SIZE) in huge_pte_offset()285 if (!(sz == PMD_SIZE || sz == CONT_PMD_SIZE) && in huge_pte_offset()304 } else if (pagesize == CONT_PMD_SIZE) { in arch_make_huge_pte()459 add_huge_page_size(CONT_PMD_SIZE); in hugetlbpage_init()475 case CONT_PMD_SIZE: in setup_hugepagesz()
99 #define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE) macro100 #define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1))
96 ({ unsigned long __boundary = ((addr) + CONT_PMD_SIZE) & CONT_PMD_MASK; \