Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/mm/
H A Dhugetlbpage.c59 case CONT_PMD_SIZE: in __hugetlb_valid_size()
108 case CONT_PMD_SIZE: in num_contig_ptes()
279 } else if (sz == (CONT_PMD_SIZE)) { in huge_pte_alloc()
313 if (sz == CONT_PMD_SIZE) in huge_pte_offset()
318 if (!(sz == PMD_SIZE || sz == CONT_PMD_SIZE) && in huge_pte_offset()
341 case CONT_PMD_SIZE: in hugetlb_mask_last_page()
342 return PUD_SIZE - CONT_PMD_SIZE; in hugetlb_mask_last_page()
365 case CONT_PMD_SIZE: in arch_make_huge_pte()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable-hwdef.h97 #define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE) macro
98 #define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1))
H A Dhugetlb.h85 case CONT_PMD_SIZE: in flush_hugetlb_tlb_range()
H A Dpgtable.h124 ({ unsigned long __boundary = ((addr) + CONT_PMD_SIZE) & CONT_PMD_MASK; \
732 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE)