Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/mm/
Dhugetlbpage.c84 case CONT_PMD_SIZE: in num_contig_ptes()
266 if (sz == CONT_PMD_SIZE) in huge_pte_offset()
271 if (!(sz == PMD_SIZE || sz == CONT_PMD_SIZE) && in huge_pte_offset()
290 } else if (pagesize == CONT_PMD_SIZE) { in arch_make_huge_pte()
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable-hwdef.h110 #define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE) macro
111 #define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1))
Dpgtable.h99 ({ unsigned long __boundary = ((addr) + CONT_PMD_SIZE) & CONT_PMD_MASK; \