Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dhugetlbpage.c55 case CONT_PMD_SIZE: in __hugetlb_valid_size()
104 case CONT_PMD_SIZE: in num_contig_ptes()
269 } else if (sz == (CONT_PMD_SIZE)) { in huge_pte_alloc()
303 if (sz == CONT_PMD_SIZE) in huge_pte_offset()
308 if (!(sz == PMD_SIZE || sz == CONT_PMD_SIZE) && in huge_pte_offset()
331 case CONT_PMD_SIZE: in hugetlb_mask_last_page()
332 return PUD_SIZE - CONT_PMD_SIZE; in hugetlb_mask_last_page()
355 case CONT_PMD_SIZE: in arch_make_huge_pte()
H A Dmmu.c720 if (ALIGN_DOWN(addr, CONT_PMD_SIZE) == addr) in split_kernel_leaf_mapping_locked()
/linux/arch/arm64/include/asm/
H A Dpgtable-hwdef.h97 #define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE) macro
98 #define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1))
H A Dhugetlb.h82 case CONT_PMD_SIZE: in __flush_hugetlb_tlb_range()
H A Dpgtable.h169 ({ unsigned long __boundary = ((addr) + CONT_PMD_SIZE) & CONT_PMD_MASK; \
787 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE)