Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/mm/
Dhugetlbpage.c69 case CONT_PMD_SIZE: in arch_hugetlb_migration_supported()
135 case CONT_PMD_SIZE: in num_contig_ptes()
292 } else if (sz == (CONT_PMD_SIZE)) { in huge_pte_alloc()
326 if (sz == CONT_PMD_SIZE) in huge_pte_offset()
331 if (!(sz == PMD_SIZE || sz == CONT_PMD_SIZE) && in huge_pte_offset()
350 } else if (pagesize == CONT_PMD_SIZE) { in arch_make_huge_pte()
511 case CONT_PMD_SIZE: in arch_hugetlb_valid_size()
/kernel/linux/linux-5.10/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.h113 ({ unsigned long __boundary = ((addr) + CONT_PMD_SIZE) & CONT_PMD_MASK; \