Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/mm/
Dhugetlbpage.c59 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()
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable-hwdef.h91 #define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE) macro
92 #define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1))
Dpgtable.h121 ({ unsigned long __boundary = ((addr) + CONT_PMD_SIZE) & CONT_PMD_MASK; \
725 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE)