Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dpgtable-hwdef.h96 #define CONT_PMDS (1 << (CONT_PMD_SHIFT - PMD_SHIFT)) macro
97 #define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE)
/linux/arch/arm64/mm/
H A Dhugetlbpage.c92 return CONT_PMDS; in find_num_contig()
106 contig_ptes = CONT_PMDS; in num_contig_ptes()
H A Dmmu.c626 pmdp = PTR_ALIGN_DOWN(pmdp, sizeof(*pmdp) * CONT_PMDS); in split_contpmd()
627 for (i = 0; i < CONT_PMDS; i++, pmdp++) in split_contpmd()