Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/mm/
A Dhugetlbpage.c66 case CONT_PMD_SIZE: in __hugetlb_valid_size()
138 case CONT_PMD_SIZE: in num_contig_ptes()
323 } else if (sz == (CONT_PMD_SIZE)) { in huge_pte_alloc()
357 if (sz == CONT_PMD_SIZE) in huge_pte_offset()
362 if (!(sz == PMD_SIZE || sz == CONT_PMD_SIZE) && in huge_pte_offset()
383 case CONT_PMD_SIZE: in hugetlb_mask_last_page()
384 return PUD_SIZE - CONT_PMD_SIZE; in hugetlb_mask_last_page()
403 } else if (pagesize == CONT_PMD_SIZE) { in arch_make_huge_pte()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dpgtable-hwdef.h84 #define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE) macro
85 #define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1))
A Dpgtable.h119 ({ unsigned long __boundary = ((addr) + CONT_PMD_SIZE) & CONT_PMD_MASK; \
598 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE)

Completed in 9 milliseconds