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

/linux-master/arch/arm64/mm/
H A Dhugetlbpage.c59 case CONT_PMD_SIZE:
131 case CONT_PMD_SIZE:
301 } else if (sz == (CONT_PMD_SIZE)) {
335 if (sz == CONT_PMD_SIZE)
340 if (!(sz == PMD_SIZE || sz == CONT_PMD_SIZE) &&
361 case CONT_PMD_SIZE:
362 return PUD_SIZE - CONT_PMD_SIZE;
381 } else if (pagesize == CONT_PMD_SIZE) {
/linux-master/arch/arm64/include/asm/
H A Dpgtable-hwdef.h91 #define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE) macro
92 #define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1))
H A Dpgtable.h126 ({ unsigned long __boundary = ((addr) + CONT_PMD_SIZE) & CONT_PMD_MASK; \
626 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE)

Completed in 155 milliseconds