Searched refs:CONT_PMD_SIZE (Results 1 – 3 of 3) sorted by relevance
59 case CONT_PMD_SIZE: in __hugetlb_valid_size()117 case CONT_PMD_SIZE: in num_contig_ptes()287 } else if (sz == (CONT_PMD_SIZE)) { in huge_pte_alloc()321 if (sz == CONT_PMD_SIZE) in huge_pte_offset()326 if (!(sz == PMD_SIZE || sz == CONT_PMD_SIZE) && in huge_pte_offset()347 case CONT_PMD_SIZE: in hugetlb_mask_last_page()348 return PUD_SIZE - CONT_PMD_SIZE; in hugetlb_mask_last_page()367 } else if (pagesize == CONT_PMD_SIZE) { in arch_make_huge_pte()
91 #define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE) macro92 #define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1))
121 ({ unsigned long __boundary = ((addr) + CONT_PMD_SIZE) & CONT_PMD_MASK; \725 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE)